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