M_Rhino_Geometry_Mesh_CopyFrom - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.CopyFrom Method

Copies mesh values into this mesh from another mesh.

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

Syntax

C#

public void CopyFrom(
	Mesh other
)

VB

Public Sub CopyFrom ( 
	other As Mesh
)

Parameters

 

other
Type: Rhino.Geometry.Mesh
The other mesh to copy from.

Exceptions

 

Exception Condition
ArgumentNullException If other is null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

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