active_point_result
active_point_result
dataclass
Result of an active point query.
Attributes:
| Name | Type | Description |
|---|---|---|
has_point |
bool
|
Whether a valid point was found. |
point |
point_3d | None
|
The point coordinates, or None if no point was found. |
__bool__() -> bool
Returns True if a valid point was found.
rendering: show_root_heading: false show_source: true