M_Rhino_Geometry_PolyCurve_Append_2 - mcneel/rhinocommon-api-docs GitHub Wiki

PolyCurve.Append Method (Line)

Appends and matches the start of the line to the end of polycurve. This function will fail if the polycurve is closed.

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

Syntax

C#

public bool Append(
	Line line
)

VB

Public Function Append ( 
	line As Line
) As Boolean

Parameters

 

line
Type: Rhino.Geometry.Line
Line 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** ⚠️