Skip to content

Commit

Permalink
GetVisualText
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Jan 4, 2024
1 parent 3a5d30b commit 9ecf3ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ACadSharp/Entities/Tolerance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,10 @@ public DimensionStyle Style
public string Text { get; set; }

private DimensionStyle _style = DimensionStyle.Default;

public string GetVisualText()
{
throw new NotImplementedException();
}
}
}

0 comments on commit 9ecf3ad

Please sign in to comment.