Overload List
| Method | Description |
|---|---|
PolylineCurve2d.PolylineCurve2d () | Default constructor. Constructs placeholder only. |
PolylineCurve2d.PolylineCurve2d (Curve2d, double) | Constructs a polyline approximating a curve within the specified epsilon. |
PolylineCurve2d.PolylineCurve2d (KnotCollection, Point2dCollection) | Constructs a polyline with the knots and point values established. |
PolylineCurve2d.PolylineCurve2d (Point2dCollection) | Constructs a polyline with the specified fit points. |
