Skip to content

Overload_Rhino_Geometry_PolyCurve_Append

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

Clone this wiki locally