PolyCurve
Number of curves of the polycurve
Make PolyCurve by joining curves. Flips curve as needed for connectivity
Make PolyCurve by connecting points. Set the 'connectLastToFirst' input to true to close the PolyCurve.
Make PolyCurve by thickening a curve.
Returns plane of planar polycurve
Close polycurve by line connecting start and end points
Close polycurve by tangent chain of arc, line, and arc
Returns curve of the polycurve by index
Returns curves of the polycurve
Extends polycurve by tangent arc
public PolyCurve ExtendWithEllipse(double length, double radius1, double radius2, double endEllipseParameter, bool endOrStart)
Extends polycurve by tangent ellipse
Fillet polycurve in its plane.
Offset polycurve in its plane.