M_Rhino_Geometry_NurbsCurve__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsCurve Constructor (NurbsCurve)

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

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

Syntax

C#

public NurbsCurve(
	NurbsCurve other
)

VB

Public Sub New ( 
	other As NurbsCurve
)

Parameters

 

other
Type: Rhino.Geometry.NurbsCurve
The other curve. This value can be null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsCurve Class
NurbsCurve Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️