OffsetCurve2dOffsetDistance Property
|
Property that represents the offset distance.
Offset distance is a distance by which this curve is offset from
the base curve. Positive offset distances at any point on the base
curve are defined as 90° counterclockwise from the tangent of the
base curve at that point.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double OffsetDistance { get; set; }
Public Property OffsetDistance As Double
Get
Set
public:
property double OffsetDistance {
double get ();
void set (double value);
}
member OffsetDistance : float with get, set
Property Value
Double
See Also