VertexElement

VertexElement

Overview

VertexElement is a class in Aspose.3D FOSS for Java.

Base class for all vertex element types.

This class provides 14 methods for working with VertexElement objects in Java programs. Available methods include: clear, clone, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setIndices, setMappingMode, setName, setReferenceMode, toString. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: indices, mappingMode, name, referenceMode, vertexElementType.

Properties

NameTypeAccessDescription
vertexElementTypeVertexElementTypeReadGets the type of the vertex element.
nameStringReadGets the name of the vertex element.
mappingModeMappingModeReadGets the mapping mode.
referenceModeReferenceModeReadGets the reference mode.
indicesList<Integer>ReadGets the indices list.

Methods

SignatureDescription
getVertexElementType()VertexElementTypeGets the type of the vertex element.
getName()StringGets the name of the vertex element.
setName(name: String)Sets the name of the vertex element.
getMappingMode()MappingModeGets the mapping mode.
setMappingMode(mappingMode: MappingMode)Sets the mapping mode.
getReferenceMode()ReferenceModeGets the reference mode.
setReferenceMode(referenceMode: ReferenceMode)Sets the reference mode.
getIndices()List<Integer>Gets the indices list.
setIndices(indices: int[])Sets the indices array.
clear()Clears all the data from this vertex element.
clone(withData: boolean, withIndices: boolean)VertexElementClones the vertex element.
clone(withData: boolean)VertexElementClones the vertex element.
clone()VertexElementClones the vertex element with default settings.
toString()StringReturns a string representation of the vertex element.

See Also

 English