StructuralMetadata class

StructuralMetadata class

This class provides support for EXT_structural_metadata, only used in glTF.

The StructuralMetadata type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Constructs a new instance of StructuralMetadata

Properties

PropertyDescription
property_tablesThe property tables in this metadata.

Methods

MethodDescription
create_class(self, name)Create a meta class type
create_enum(self, name)Create an enum type
create_property_table(self, name, clazz)
attach(self, scene)Attach current meta data to specified scene
from_address(, scene)Get StructuralMetadata associated with specified scene.

See Also