VertexElementBinormal

VertexElementBinormal

VertexElementBinormal — classe VertexElementBinormal. Eredita da: VertexElementFVector.

Methods: aspose.threed

Limitazione di importazione: VertexElementBinormal è non esportato da aspose.threed.entities. Tentando from aspose.threed.entities import VertexElementBinormal genererà ImportError. La classe esiste a aspose/threed/entities/VertexElementBinormal.py ma è assente da entities/__init__.py. Usa l’importazione diretta del modulo invece:

from aspose.threed.entities.VertexElementBinormal import VertexElementBinormal

Metodi

Nessuna proprietà pubblica documentata nel sorgente.


Metodi

Nessun metodo pubblico documentato nel sorgente.


Vedi anche

NameTypeAccessDescription
dataList['FVector4']ReadGets the data.
indicesList[int]ReadGets the indices.
vertex_element_type'VertexElementType'ReadGets the vertex element type.
namestrRead/WriteGets or sets the name.
mapping_mode'MappingMode'Read/WriteGets or sets the mapping mode.
reference_mode'ReferenceMode'Read/WriteGets or sets the reference mode.
SignatureDescription
__init__(name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode')
set_data(data)Sets the data value.
set_indices(data: List[int])Sets the indices value.
clear()
copy_to(target: 'VertexElementFVector')
 Italiano