Skip to content

M_Rhino_Geometry_PolyCurve_Append

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

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

Syntax

C#

public bool Append(
	Arc arc
)

VB

Public Function Append ( 
	arc As Arc
) As Boolean

Parameters

 

arc
Type: Rhino.Geometry.Arc
Arc 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

Clone this wiki locally