VertexElementBinormal

VertexElementBinormal

VertexElementBinormal — trieda VertexElementBinormal. Dedič od: VertexElementFVector.

Methods: aspose.threed

Obmedzenie importu: VertexElementBinormal je nie je exportované z aspose.threed.entities. Pokúšate sa from aspose.threed.entities import VertexElementBinormal vyvolá ImportError. Trieda existuje na aspose/threed/entities/VertexElementBinormal.py ale chýba v entities/__init__.py. Použite priamy import modulu namiesto:

from aspose.threed.entities.VertexElementBinormal import VertexElementBinormal

Methods

V zdroji nie sú zdokumentované žiadne verejné vlastnosti.


Methods

V zdroji nie sú zdokumentované žiadne verejné metódy.


Pozri tiež

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')
 Slovenčina