Share

AcGePolyline3d Constructor

Overload List

Method Description
AcGePolyline3d::AcGePolyline3d () Default constructor. Constructs placeholder only.
AcGePolyline3d::AcGePolyline3d (AcGeCurve3d&, double) Constructs a polyline approximating a curve within the specified tolerance.
AcGePolyline3d::AcGePolyline3d (AcGeKnotVector&, AcGePoint3dArray&) Constructs a polyline with the knot and control points established.
AcGePolyline3d::AcGePolyline3d (AcGePoint3dArray&) Constructs a polylines with the specified fit points.
AcGePolyline3d::AcGePolyline3d (AcGePolyline3d&) Construct a polyline identical to the input polyline.

Was this information helpful?