SceneObject
Overview
SceneObject is a class in Aspose.3D FOSS for .NET.
Inherits from: A3DObject.
The root class of objects that will be stored inside a scene.
This class provides 6 methods for working with SceneObject objects in .NET programs.
Available methods include: A3DObject, FindProperty, GetProperty, RemoveProperty, SceneObject, SetProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Name, Properties, Scene.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Scene | Scene | Read | Gets the scene. |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
SceneObject(name: string) | |
SceneObject() | |
A3DObject() | |
RemoveProperty(property: Property) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |