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

a711a484 df0f 0d8c bc98 8af60c8c2cb6

haplokuon edited this page May 6, 2023 · 1 revision

DimRoundoff Property

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double DimRoundoff { get; set; }

VB

Public Property DimRoundoff As Double
	Get
	Set

C++

public:
property double DimRoundoff {
	double get ();
	void set (double value);
}

F#

member DimRoundoff : 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

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally