PolylineVertexBulge Property
|
Gets or set the light weight polyline bulge.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double Bulge { get; set; }
Public Property Bulge As Double
Get
Set
public:
property double Bulge {
double get ();
void set (double value);
}
member Bulge : float with get, set
PROPERTY Bulge AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
The bulge is the tangent of one fourth the included angle for an arc segment,
made negative if the arc goes clockwise from the start point to the endpoint.
A bulge of 0 indicates a straight segment, and a bulge of 1 is a semicircle.
See Also