VertexElement

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

NameTypeAccessDescription
typeVertexElementTypeReadGets the type.
mappingModeMappingModeReadGets the mapping mode.
referenceModeReferenceModeReadGets the reference mode.
indicesList<Integer>ReadGets the indices.
dataList<Object>ReadGets the data.

Methods

SignatureDescription
getType()VertexElementTypeReturns the type.
getMappingMode()MappingModeReturns the mapping mode.
getReferenceMode()ReferenceModeReturns 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()VertexElementCreates a deep copy of this VertexElement

See Also