FbxScope

Overview

FbxScope is a class in Aspose.3D FOSS for Python.

FbxScope.add_element adds the given FbxElement to the scope’s collection.

Properties

NameTypeAccessDescription
elementsDict[str, List[FbxElement]]ReadProvides a dictionary mapping string keys to lists of FbxElement objects
_elementsDict[str, List[FbxElement]]Read

Methods

SignatureDescription
__init__()
add_element(element: FbxElement)Adds the given FbxElement to the scope’s collection
get_elements(key: str)List[FbxElement]Returns a list of FbxElement objects associated with the specified key
get_first_element(key: str)Optional[FbxElement]Returns the first FbxElement for the key or None if none exist

See Also