Overload_Rhino_Geometry_PolyCurve_Append - mcneel/rhinocommon-api-docs GitHub Wiki

PolyCurve.Append Method

Overload List

 

Name Description
Public method Append(Arc) Appends and matches the start of the arc to the end of polycurve. This function will fail if the polycurve is closed or if SegmentCount > 0 and the arc is closed.
Public method Append(Curve) Appends and matches the start of the curve to the end of polycurve. This function will fail if the PolyCurve is closed or if SegmentCount > 0 and the new segment is closed.
Public method Append(Line) Appends and matches the start of the line to the end of polycurve. This function will fail if the polycurve is closed.
  Back to Top

See Also

Reference

PolyCurve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️