VertexElement

VertexElement

General

VertexElement és una classe en Aspose.3d per a Java.

VertexElement.getType retorna el VertexElementType de l’element.

Propietats

NameTypeAccessDescription
typeVertexElementTypeReadProperty holds the VertexElementType of the element
mappingModeMappingModeReadProperty holds the MappingMode of the element
referenceModeReferenceModeRead
indicesList<Integer>ReadProperty provides access to the element’s List indices
dataList<Object>ReadProperty provides access to the element’s List data values

Mètodes

SignatureDescription
getType()VertexElementTypeReturns the element’s VertexElementType
getMappingMode()MappingModeReturns the element’s MappingMode
getReferenceMode()ReferenceModeReturns the element’s ReferenceMode
getIndices()List<Integer>Returns a List of index values
getData()List<Object>Returns a List containing the element’s data
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()VertexElementCreates a deep copy of this VertexElement
 Català