VertexElementBinormal

VertexElementBinormal

VertexElementBinormal — VertexElementBinormal-klass. Ärver från: VertexElement.

Methods: com.aspose.threed


Methods

Inga offentliga egenskaper dokumenterade i källkoden.


Methods

Inga offentliga metoder dokumenterade i källkoden.


Se även

NameTypeAccessDescription
typeVertexElementTypeReadGets the type.
mappingModeMappingModeReadGets the mapping mode.
referenceModeReferenceModeReadGets the reference mode.
indicesList<Integer>ReadGets the indices.
dataList<Object>ReadGets the data.
SignatureDescription
VertexElementBinormal(mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a binormal vertex element with specified mapping and reference modes
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()VertexElementCalls clone on this VertexElementBinormal instance.
 Svenska