VertexElement
General
VertexElement és una classe en Aspose.3d per a Java.
VertexElement.getType retorna el VertexElementType de l’element.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
type | VertexElementType | Read | Property holds the VertexElementType of the element |
mappingMode | MappingMode | Read | Property holds the MappingMode of the element |
referenceMode | ReferenceMode | Read | |
indices | List<Integer> | Read | Property provides access to the element’s List |
data | List<Object> | Read | Property provides access to the element’s List |
Mètodes
| Signature | Description |
|---|---|
getType() → VertexElementType | Returns the element’s VertexElementType |
getMappingMode() → MappingMode | Returns the element’s MappingMode |
getReferenceMode() → ReferenceMode | Returns the element’s ReferenceMode |
getIndices() → List<Integer> | Returns a List |
getData() → List<Object> | Returns a List |
setData(data: List<Object>) | Replaces the element’s data with the given List |
setIndices(indices: List<Integer>) | Replaces the element’s indices with the given List |
clone() → VertexElement | Creates a deep copy of this VertexElement |