M_Rhino_Geometry_PolyCurve_Append_1 - mcneel/rhinocommon-api-docs GitHub Wiki

PolyCurve.Append Method (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.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Append(
	Curve curve
)

VB

Public Function Append ( 
	curve As Curve
) As Boolean

Parameters

 

curve
Type: Rhino.Geometry.Curve
Segment to append.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolyCurve Class
Append Overload
Rhino.Geometry Namespace

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