from_address method

from_address(, scene)

Get StructuralMetadata associated with specified scene.

Returns

A valid instance of StructuralMetadata if its found in the scene, otherwise null returned


@staticmethod
def from_address(scene):
    ...
ParameterTypeDescription
sceneaspose.threed.SceneWhich scene to look for the structural metadata

See Also