VertexElementFVector
Overview
VertexElementFVector is a class in Aspose.3D FOSS for Python.
Inherits from: VertexElement.
VertexElementFVector.set_data replaces the element’s data list with the provided FVector4 collection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
data | List['FVector4'] | Read | Holds a list of FVector4 objects representing the element’s vector data |
indices | List[int] | Read | Holds a list of integers representing the element’s index mapping |
_data | List['FVector4'] | Read | |
_indices | List[int] | Read |
Methods
| Signature | Description |
|---|---|
__init__(element_type, name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
set_data(data) | Replaces the element’s data list with the provided FVector4 collection |
set_indices(data: List[int]) | Assigns the given list of integer indices to the element |
clear() | Removes all data and index entries from the element |
copy_to(target: 'VertexElementFVector') | Copies this element’s data and indices into the target VertexElementFVector |