AcDb2dVertex Constructor

Overload List

Method Description
AcDb2dVertex::AcDb2dVertex () Default constructor. Initializes the position to (0,0,0), the start and end widths to 0.0, the bulge to 0.0, the curve-fit tangent angle to 0.0, and the vertex type to AcDb::k2dVertex.
AcDb2dVertex::AcDb2dVertex (AcGePoint3d&, double, double, double, double, Adesk::Int32) This constructor creates a new 2D vertex.