SceneInstance.GetDrawableInstance
SceneInstance.GetDrawableInstance method
Gets a DrawableInstance
object, where: - Name is the name of this drawable instance. Originally, it was the name of Node
. - MeshIndex is the logical Index of a Mesh
in !:GlbImage.LogicalMeshes. - Transform is an IGeometryTransform
that can be used to transform the Mesh
into world space.
public DrawableInstance GetDrawableInstance(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The index of the drawable reference, from 0 to DrawableInstancesCount |
Return Value
DrawableInstance
object.
See Also
- struct DrawableInstance
- class SceneInstance
- namespace Aspose.CAD.FileFormats.GLB.Runtime
- assembly Aspose.CAD