VertexElementPolygonGroup
Overview
VertexElementPolygonGroup is a class in Aspose.3D FOSS for Java.
Inherits from: VertexElementIntsTemplate.
This class provides 16 methods for working with VertexElementPolygonGroup objects in Java programs.
Available methods include: VertexElementPolygonGroup, clear, clone, copyTo, getData, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setData, setIndices, and 4 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: data, indices, mappingMode, name, referenceMode, vertexElementType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
vertexElementType | VertexElementType | Read | Gets the vertex element type. |
data | List<Integer> | Read | Gets the data. |
name | String | Read | Gets the name of the vertex element. |
mappingMode | MappingMode | Read | Gets the mapping mode. |
referenceMode | ReferenceMode | Read | Gets the reference mode. |
indices | List<Integer> | Read | Gets the indices list. |
Methods
| Signature | Description |
|---|---|
VertexElementPolygonGroup() | Calls VertexElementPolygonGroup on this VertexElementPolygonGroup instance. |
getVertexElementType() → VertexElementType | Returns the vertex element type. |
clear() | Calls clear on this VertexElementPolygonGroup instance. |
clone(withData: boolean, withIndices: boolean) → VertexElement | Calls clone(withData, withIndices) on this VertexElementPolygonGroup instance. |
copyTo(target: VertexElementIntsTemplate) | Calls copyTo(target) on this VertexElementPolygonGroup instance. |
getData() → List<Integer> | Returns the data. |
setData(data: int[]) | Sets the data value. |
getName() → String | Gets the name of the vertex element. |
setName(name: String) | Sets the name of the vertex element. |
getMappingMode() → MappingMode | Gets the mapping mode. |
setMappingMode(mappingMode: MappingMode) | Sets the mapping mode. |
getReferenceMode() → ReferenceMode | Gets the reference mode. |
setReferenceMode(referenceMode: ReferenceMode) | Sets the reference mode. |
getIndices() → List<Integer> | Gets the indices list. |
setIndices(indices: int[]) | Sets the indices array. |
toString() → String | Returns a string representation of the vertex element. |