SceneObject

Overview

SceneObject is a class in Aspose.3d for Python. Inherits from: A3DObject.

SceneObject exposes a scene property that can be read or reassigned, linking the object back to its owning Scene.

Properties

NameTypeAccessDescription
scene``ReadReturns the Scene that contains this object

Methods

SignatureDescription
__init__(name: str)