VertexElementBinormal

VertexElementBinormal

VertexElementBinormal — clase VertexElementBinormal. Hereda de: VertexElementFVector.

Methods: aspose.threed

Limitación de importación: VertexElementBinormal es no exportado de aspose.threed.entities. Intentando from aspose.threed.entities import VertexElementBinormal generará ImportError. La clase existe en aspose/threed/entities/VertexElementBinormal.py pero está ausente de entities/__init__.py. Utilice la importación directa del módulo en su lugar:

from aspose.threed.entities.VertexElementBinormal import VertexElementBinormal

Métodos

No hay propiedades públicas documentadas en el origen.


Métodos

No hay métodos públicos documentados en el origen.


Ver también

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')
 Español