M_Rhino_Geometry_NurbsSurface__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new NURBS surface by copying the values from another surface.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public NurbsSurface(
NurbsSurface other
)
VB
Public Sub New (
other As NurbsSurface
)
- other
- Type: Rhino.Geometry.NurbsSurface
Another surface.
Supported in: 6.0.16224.21491, 5D58w
NurbsSurface Class
NurbsSurface Overload
Rhino.Geometry Namespace