Click or drag to resize

NurbsCurve Constructor (NurbsCurve)

Initializes a NURBS curve by copying its values from another NURBS curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public NurbsCurve(
	NurbsCurve other
)

Parameters

other
Type: Rhino.GeometryNurbsCurve
The other curve. This value can be null.
See Also