This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
81431ab3 b286 94c3 760c 16d215723afb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the value to round all dimensioning distances. (DIMALTRND)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double Roundoff { get; set; }
VB
Public Property Roundoff As Double
Get
Set
C++
public:
property double Roundoff {
double get ();
void set (double value);
}
F#
member Roundoff : float with get, set
Double
Default: 0 (no rounding off).
If DIMRND is set to 0.25, all distances round to the nearest 0.25 unit. If you set DIMRND 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 DIMDEC. DIMRND does not apply to angular dimensions.