Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

81431ab3 b286 94c3 760c 16d215723afb

haplokuon edited this page May 6, 2023 · 1 revision

Roundoff Property

netDxf 3.0.0 Library

Gets or sets the value to round all dimensioning distances. (DIMALTRND)

Definition

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

Property Value

Double

Remarks

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.

See Also

Reference

DimensionStyleAlternateUnits Class
netDxf.Tables Namespace

Clone this wiki locally