AcDb2dPolyline Constructor
Overload List
Method |
Description |
---|
AcDb2dPolyline::AcDb2dPolyline () |
Default constructor. Constructs an open polyline with linetype generation off and initializes the start and end widths to 0.0, the bulge to 0.0, the elevation to 0.0, the type to AcDb::k2dSimplePoly, the normal to (0,0,1), and the thickness to 0.0. |
AcDb2dPolyline::AcDb2dPolyline (AcDb::Poly2dType, AcGePoint3dArray&, double, Adesk::Boolean, double, double, AcGeDoubleArray*, AcArray<Adesk::Int32>*) |
This constructor creates a new 2D polyline. |