Click or drag to resize
CompositeModelEntityGetMesh Method (Int32)
Get mesh entity by index.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MeshEntity GetMesh(
	int index
)

Parameters

index
Type: SystemInt32
Mesh index to get.

Return Value

Type: MeshEntity
MeshEntity instance for this mesh.
See Also