Click or drag to resize

PolyCurveAppend Method

Overload List
  NameDescription
Public methodAppend(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 methodAppend(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 methodAppend(Line)
Appends and matches the start of the line to the end of polycurve. This function will fail if the polycurve is closed.
Top
See Also