Mesh.CopyFrom Method

MeshCopyFrom Method

Copies mesh values into this mesh from another mesh.

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

Parameters

other
Type: Rhino.GeometryMesh
The other mesh to copy from.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf other is null.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also