VertexElementFVector

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

NameTypeAccessDescription
dataList['FVector4']ReadHolds a list of FVector4 objects representing the element’s vector data
indicesList[int]ReadHolds a list of integers representing the element’s index mapping
_dataList['FVector4']Read
_indicesList[int]Read

Methods

SignatureDescription
__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

See Also