Click or drag to resize

File3dmObjectTableAddMesh Method (Mesh)

Adds a mesh object to Rhino.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid AddMesh(
	Mesh mesh
)

Parameters

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

Return Value

Type: Guid
A unique identifier for the object.
See Also