-
-
Notifications
You must be signed in to change notification settings - Fork 137
ACadSharp.Tables.DimensionStyle.Rounding
Albert Domenech edited this page Aug 4, 2024
·
2 revisions
Rounds all dimensioning distances to the specified value (see DIMRND System Variable).
For instance, if Rounding is set to 0.25, all distances round to the nearest 0.25 unit. If you set the value to 1.0, all distances round to the nearest integer. Note that the number of digits edited after the decimal point depends on the precision set by . This does not apply to angular dimensions.Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Double Rounding { get; set; }
Double
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions