This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
44f75754 3377 ba6f 81ab 9a6af47e693c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the polyline 2D vertex bulge.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double Bulge { get; set; }
VB
Public Property Bulge As Double
Get
Set
C++
public:
property double Bulge {
double get ();
void set (double value);
}
F#
member Bulge : float with get, set
Double
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.