Click or drag to resize

DiametricDimensionOffset Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the distance between the center point and the dimension text.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double Offset { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
If the value is close to half of the diameter, the offset will be 2*DIMASZ+DIMGAP*DIMSCALE. If the value is set to zero the dimension will be shown at the center, both arrowheads will be shown and no center mark will be drawn.
See Also