Entity
Overview
Entity is a class in Aspose.3D FOSS for Python.
Inherits from: SceneObject.
Entity.get_bounding_box returns the axis-aligned bounding box that encloses the entity.
This class provides 3 methods for working with Entity objects in Python programs.
Available methods include: __init__, get_bounding_box, get_entity_renderer_key.
All exported members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: excluded, parent_node, parent_nodes.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
parent_nodes | List['Node'] | Read | Gets the parent nodes. |
parent_node | Optional['Node'] | Read | Gets the parent node. |
excluded | bool | Read | Gets the excluded. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
get_bounding_box() → BoundingBox | Not implemented in the FOSS edition — throws at runtime. Returns the bounding box. |
get_entity_renderer_key() | Not implemented in the FOSS edition — throws at runtime. Returns the entity renderer key. |