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
)
Public Sub New (
other As NurbsCurve
)
Parameters
- other
- Type: Rhino.GeometryNurbsCurve
The other curve. This value can be null.
See Also