Skip to content

ACadSharp.Tables.DimensionStyle.Rounding

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

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#

public Double Rounding { get; set; }

Property Value

Double

Clone this wiki locally