Click or drag to resize

NurbsCurveAppend Method

Appends a NURBS curve to this curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.13
Syntax
public bool Append(
	NurbsCurve nurbsCurve
)

Parameters

nurbsCurve
Type: Rhino.GeometryNurbsCurve
The NURBS curve to append.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.NurbsCurve.Append(Rhino.Geometry.NurbsCurve)"]

See Also