VertexElementFVector

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

NameTypeAccessDescription
dataList['FVector4']ReadHolds a List of FVector4 representing the element’s vector values
indicesList[int]ReadHolds a List[int] of indices referencing the vector data

Mètodes

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