M_Rhino_Geometry_PolyCurve_Append - mcneel/rhinocommon-api-docs GitHub Wiki
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.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Append(
Arc arc
)
VB
Public Function Append (
arc As Arc
) As Boolean
- arc
- Type: Rhino.Geometry.Arc
Arc segment to append.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w