ACadSharp.Tables.DimensionStyle.Rounding - DomCR/ACadSharp GitHub Wiki

Rounding Property

Rounds all dimensioning distances to the specified value (see DIMRND System Variable).

Remarks

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.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double Rounding { get; set; }

Property Value

Double

⚠️ **GitHub.com Fallback** ⚠️