Entity
Overview
Entity is a class in Aspose.3D FOSS for .NET.
Inherits from: SceneObject.
The base class of all entities. Entity represents a concrete object that attached under a node like /.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Excluded | bool | Read/Write | Indicates whether the entity is excluded from processing or rendering |
ParentNodes | List<Node> | Read | Provides the list of parent Node objects that reference this entity |
ParentNode | Node? | Read/Write | Gets the primary parent Node of the entity, or null if none exists |
Methods
| Signature | Description |
|---|---|
GetBoundingBox() | |
GetEntityRendererKey() | Gets the key of the entity renderer registered in the renderer |