Share

AcGePolyline2d Constructor

Overload List

Method Description
AcGePolyline2d::AcGePolyline2d () Default constructor. Constructs placeholder only.
AcGePolyline2d::AcGePolyline2d (AcGeCurve2d&, double) Constructs a polyline approximating a curve within the specified tolerance.
AcGePolyline2d::AcGePolyline2d (AcGeKnotVector&, AcGePoint2dArray&) Constructs a polyline with the knots and point values established.
AcGePolyline2d::AcGePolyline2d (AcGePoint2dArray&) Constructs a polyline with the specified fit points.
AcGePolyline2d::AcGePolyline2d (AcGePolyline2d&) Construct a polyline identical to the input polyline.

Was this information helpful?