DiametricDimensionOffset Property
|
Gets or sets the distance between the center point and the dimension text.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double Offset { get; set; }
Public Property Offset As Double
Get
Set
public:
property double Offset {
double get ();
void set (double value);
}
member Offset : float with get, set
PROPERTY Offset AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
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