PickResult
Module: graphics
Result object containing geometry intersection data from a pick operation.
Attributes:
hit: Whether the pick ray intersected any geometry.
body_id: ID of the intersected body, or -1 if no intersection.
face_id: ID of the intersected face, or -1 if not applicable.
edge_id: ID of the intersected edge, or -1 if not applicable.
distance: Distance along the ray to the nearest intersection point.
hit_point: World-space coordinates of the intersection point, or None.
__init__
method
__init__(self)