VertexElementBinormal
VertexElementBinormal — VertexElementBinormal sınıfı. Şu sınıftan miras alır: VertexElementFVector.
Methods: aspose.threed
İçe aktarma sınırlaması: VertexElementBinormal şudur dışa aktarılmamış şuradan aspose.threed.entities. Denemek from aspose.threed.entities import VertexElementBinormal hata fırlatır ImportError. Sınıf şu konumda bulunur aspose/threed/entities/VertexElementBinormal.py ancak şu konumda yok entities/__init__.py. Bunun yerine doğrudan modül içe aktarımını kullanın:
from aspose.threed.entities.VertexElementBinormal import VertexElementBinormalMethods
Kaynakta belgelenen public özellik yok.
Methods
Kaynakta belgelenen public metod yok.
Ayrıca Bakınız
| 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') |