Entity
Overview
Entity is a class in Aspose.3d for Python.
Inherits from: SceneObject.
Entity.parent_nodes() returns a list of all parent Node objects that contain the entity in the scene hierarchy.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
parent_nodes | List['Node'] | Read | Returns a list of all parent Node objects that contain the entity in the scene hierarchy |
parent_node | Optional['Node'] | Read | Returns the immediate parent Node of the entity, or None if the entity has no parent |
excluded | bool | Read | Reports whether the entity is marked to be excluded from export; the flag can be changed with excluded(value) |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
get_bounding_box() → BoundingBox | Returns the axis-aligned bounding box that encloses the entity |
get_entity_renderer_key() | Returns an identifier used by the renderer to select rendering settings for the entity |