NurbsCurve Constructor (NurbsCurve)

NurbsCurve Constructor (NurbsCurve)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public NurbsCurve(
	NurbsCurve other
)
Public Sub New ( 
	other As NurbsCurve
)

Parameters

other
Type: Rhino.GeometryNurbsCurve
The other curve. This value can be null.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also