CompositeModelEntityGetMesh Method (String) |
Get mesh entity by name.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MeshEntity GetMesh(
string name
)
Parameters
- name
- Type: SystemString
Mesh name to get.
Return Value
Type:
MeshEntityMeshEntity instance for this mesh.
See Also