Description
Default constructor.
Visual Basic
Public Sub New( point As Point2d, bulge As double )
C#
public BulgeVertex( Point2d point, double bulge );
Parameters
Parameters | Description |
---|---|
Point2d point | Input the 2D coordinates of the new vertex. |
double bulge | Input the new bulge value. |
Links
BulgeVertex Class, Autodesk.AutoCAD.DatabaseServices Namespace