VertexElement
Overview
VertexElement is a class in Aspose.3D FOSS for Java.
VertexElement.getType returns the element’s data type.
This class provides 8 methods for working with VertexElement objects in Java programs.
Available methods include: clone, getData, getIndices, getMappingMode, getReferenceMode, getType, setData, setIndices.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: data, indices, mappingMode, referenceMode, type.
Description
VertexElement is a class in the Aspose.3D FOSS library for Java that exposes 8 methods and 5 properties for programmatic use.
Core capabilities include: vertexelementtype; mappingmode; referencemode. These operations enable developers to integrate vertexelement functionality directly into Java applications.
The class also provides the type property (gets the type), the mappingMode property (gets the mapping mode), the referenceMode property (gets the reference mode).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | VertexElementType | Read | Gets the type. |
mappingMode | MappingMode | Read | Gets the mapping mode. |
referenceMode | ReferenceMode | Read | Gets the reference mode. |
indices | List<Integer> | Read | Gets the indices. |
data | List<Object> | Read | Gets the data. |
Methods
| Signature | Description |
|---|---|
getType() → VertexElementType | Returns the type. |
getMappingMode() → MappingMode | Returns the mapping mode. |
getReferenceMode() → ReferenceMode | Returns the reference mode. |
getIndices() → List<Integer> | Returns the indices. |
getData() → List<Object> | Returns the data. |
setData(data: List<Object>) | Sets the data value. |
setIndices(indices: List<Integer>) | Sets the indices value. |
clone() → VertexElement | Creates a deep copy of this VertexElement |