Entity
Overview
Entity is a class in Aspose.3D FOSS for Typescript.
Inherits from: SceneObject.
Entity.getBoundingBox returns the entity’s axis-aligned bounding box.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
parentNodes | Node[] | Read | Holds an array of parent Node objects that reference this entity |
parentNode | Node | undefined | Read/Write | Provides the primary parent Node or undefined if none |
excluded | boolean | Read/Write | Indicates whether the entity is excluded from rendering or processing |
Methods
| Signature | Description |
|---|---|
constructor(name: string) | |
getBoundingBox() → BoundingBox | Not implemented in the FOSS edition — throws at runtime. Returns the entity’s axis-aligned bounding box |
getEntityRendererKey() → any | Not implemented in the FOSS edition — throws at runtime. Returns a renderer-specific key for the entity |