SceneObject
Overview
SceneObject is a class in Aspose.3D FOSS for Java.
Inherits from: A3DObject.
SceneObject.SceneObject creates a new SceneObject with default settings.
This class provides 2 methods for working with SceneObject objects in Java programs.
Available methods include: SceneObject, getScene.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: scene.
Description
SceneObject is a class in the Aspose.3D FOSS library for Java that exposes 8 methods and 3 properties for programmatic use. It extends A3DObject, inheriting shared functionality from its parent type.
Core capabilities include: scene. These operations enable developers to integrate sceneobject functionality directly into Java applications.
The class also provides the scene property (gets the scene).
The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
scene | Scene | Read | Gets the scene. |
Methods
| Signature | Description |
|---|---|
SceneObject() | Creates a new SceneObject with default settings |
SceneObject(name: String) | |
getScene() → Scene | Returns the scene. |