VertexElementUserData
Overview
VertexElementUserData is a class in Aspose.3D FOSS for Java.
Inherits from: VertexElement.
VertexElementUserData.clone(withData, withIndices) returns a generic VertexElement that carries an arbitrary Object payload.
This class provides 15 methods for working with VertexElementUserData objects in Java programs.
Available methods include: VertexElementUserData, clear, clone, getData, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setData, setIndices, setMappingMode, and 3 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 |
|---|---|---|---|
data | Object | Read | Gets the data. |
vertexElementType | VertexElementType | Read | Gets the type of the vertex element. |
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 |
|---|---|
VertexElementUserData() | Calls VertexElementUserData on this VertexElementUserData instance. |
clone(withData: boolean, withIndices: boolean) → VertexElement | Returns a generic VertexElement that carries an arbitrary Object payload |
getData() → Object | Returns the data. |
setData(value: Object) | Sets the data value. |
clear() | Calls clear on this VertexElementUserData instance. |
getVertexElementType() → VertexElementType | Gets the type of the vertex element. |
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. |