IIndexedVertexElement
Overview
IIndexedVertexElement is a interface in Aspose.3D FOSS for Java.
VertexElement with indices data.
This interface provides 1 method for working with IIndexedVertexElement objects in Java programs.
Available methods include: getIndices.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: indices.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
indices | List<Integer> | Read | Gets the indices data. |
Methods
| Signature | Description |
|---|---|
getIndices() → List<Integer> | Gets the indices data. |