VertexElementBinormal

VertexElementBinormal

VertexElementBinormal — kelas VertexElementBinormal. Mewarisi dari: VertexElementFVector.

Methods: aspose.threed

Sekatan import: VertexElementBinormal adalah tidak dieksport dari aspose.threed.entities. Mencuba from aspose.threed.entities import VertexElementBinormal akan menimbulkan ImportError. Kelas wujud di aspose/threed/entities/VertexElementBinormal.py but tidak ada di entities/__init__.py. Gunakan import modul secara langsung sebagai gantinya:

from aspose.threed.entities.VertexElementBinormal import VertexElementBinormal

Methods

Tiada sifat awam yang didokumenkan dalam sumber.


Methods

Tiada kaedah awam yang didokumenkan dalam sumber.


Lihat Juga

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')
 Bahasa Melayu