VertexElementBinormal
VertexElementBinormal — kelas VertexElementBinormal. Mewarisi dari: VertexElementFVector.
Methods: aspose.threed
Batasan impor: VertexElementBinormal adalah tidak diekspor dari aspose.threed.entities. Mencoba from aspose.threed.entities import VertexElementBinormal akan menghasilkan ImportError. Kelas tersebut ada di aspose/threed/entities/VertexElementBinormal.py tetapi tidak ada di entities/__init__.py. Gunakan impor modul langsung sebagai gantinya:
from aspose.threed.entities.VertexElementBinormal import VertexElementBinormalMetode
Tidak ada properti publik yang didokumentasikan dalam sumber.
Metode
Tidak ada metode publik yang didokumentasikan dalam sumber.
Lihat Juga
| Name | Type | Access | Description |
|---|---|---|---|
data | List['FVector4'] | Read | Gets the data. |
indices | List[int] | Read | Gets the indices. |
vertex_element_type | 'VertexElementType' | Read | Gets the vertex element type. |
name | str | Read/Write | Gets or sets the name. |
mapping_mode | 'MappingMode' | Read/Write | Gets or sets the mapping mode. |
reference_mode | 'ReferenceMode' | Read/Write | Gets or sets the reference mode. |
| Signature | Description |
|---|---|
__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') |