Constructs a polyline with the knots and point values established.
Public Sub New(
knots As KnotCollection,
controlPoints As Point3dCollection
)
public PolylineCurve3d(
KnotCollection knots,
Point3dCollection controlPoints
);
| Parameters | Description |
|---|---|
| KnotCollection knots | Input knot vectors |
| Point3dCollection controlPoints | Input collection of fit points |