Package com.aspose.threed
Interface IIndexedVertexElement
-
- All Known Implementing Classes:
VertexElement
,VertexElementBinormal
,VertexElementDoublesTemplate
,VertexElementEdgeCrease
,VertexElementHole
,VertexElementIntsTemplate
,VertexElementMaterial
,VertexElementNormal
,VertexElementPolygonGroup
,VertexElementSmoothingGroup
,VertexElementSpecular
,VertexElementTangent
,VertexElementTemplate
,VertexElementUserData
,VertexElementUV
,VertexElementVector4
,VertexElementVertexColor
,VertexElementVertexCrease
,VertexElementVisibility
,VertexElementWeight
public interface IIndexedVertexElement
VertexElement with indices data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Integer>
getIndices()
Gets the indices data
-