NurbsSurface.CopyFrom Method

NurbsSurfaceCopyFrom Method

Copies this NURBS surface from another NURBS surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void CopyFrom(
	NurbsSurface other
)
Public Sub CopyFrom ( 
	other As NurbsSurface
)

Parameters

other
Type: Rhino.GeometryNurbsSurface
The other NURBS surface to use as source.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also