Autodesk.AutoCAD.Geometry Namespace
>
PolylineCurve3d Class
>
PolylineCurve3d Constructor
PolylineCurve3d Constructor
Overload List
Method
Description
PolylineCurve3d.PolylineCurve3d ()
Default constructor. Constructs placeholder only.
PolylineCurve3d.PolylineCurve3d (Curve3d, double)
Constructs a polyline approximating a curve within the specified epsilon.
PolylineCurve3d.PolylineCurve3d (KnotCollection, Point3dCollection)
Constructs a polyline with the knots and point values established.
PolylineCurve3d.PolylineCurve3d (Point3dCollection)
Constructs a polyline with the specified fit points.
Comments?