Autodesk.AutoCAD.Geometry Namespace > PolylineCurve3d Class > PolylineCurve3d Constructor > PolylineCurve3d(KnotCollection, Point3dCollection) Constructor
PolylineCurve3d.PolylineCurve3d(KnotCollection, Point3dCollection) Constructor
Description

 

Constructs a polyline with the knots and point values established.

Visual Basic
Public Sub New(
    knots As KnotCollection, 
    controlPoints As Point3dCollection
)
C#
public PolylineCurve3d(
    KnotCollection knots, 
    Point3dCollection controlPoints
);
Parameters
Parameters 
Description 
KnotCollection knots 
Input knot vectors 
Point3dCollection controlPoints 
Input collection of fit points 
Links
   Comments?