AugmentedPolylineCurve3d Constructor

Overload List

Method Description
AugmentedPolylineCurve3d.AugmentedPolylineCurve3d () Default constructor. Used as a placeholder only. No data members are allocated.
AugmentedPolylineCurve3d.AugmentedPolylineCurve3d (Curve3d, double, double, double) Constructs polyline which approximates the input curve. Each vertex of the polyline lies on the input curve. The maximum distance... more
AugmentedPolylineCurve3d.AugmentedPolylineCurve3d (KnotCollection, Point3dCollection, Vector3dCollection) Constructor.
AugmentedPolylineCurve3d.AugmentedPolylineCurve3d (Point3dCollection, Vector3dCollection) Constructs object representing a 3D polyline with attached vectors at each control point.