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
)
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:
GuidA unique identifier for the object.
See Also