File3dmObjectTable.AddMesh Method (Mesh)

File3dmObjectTableAddMesh Method (Mesh)

Adds a mesh object to Rhino.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddMesh(
	Mesh mesh
)
Public Function AddMesh ( 
	mesh As Mesh
) As Guid

Parameters

mesh
Type: Rhino.GeometryMesh
A duplicate of this mesh is added to Rhino.

Return Value

Type: Guid
A unique identifier for the object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also