VertexElementFVector
General
VertexElementFVector is a class in Aspose.3d for Python.
Inherits from: VertexElement.
VertexElementFVector és una classe en Aspose.3d per a Python. Hereta de: ゚VertexElement⌒ .
VertexElementFVector.set_data fixa la llista de vectors interns a la col·lecció FVectori4.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
data | List['FVector4'] | Read | Holds a List of FVector4 representing the element’s vector values |
indices | List[int] | Read | Holds a List[int] of indices referencing the vector data |
Mètodes
| Signature | Description |
|---|---|
__init__(element_type, name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
set_data(data) | Sets the internal vector list to the provided FVector4 collection |
set_indices(data: List[int]) | Replaces the index list with the given List[int] |
clear() | Removes all stored vector data and indices |
copy_to(target: 'VertexElementFVector') | Copies this element’s data and indices into the target VertexElementFVector |