Skip to content

PointElementInteractorResult dataclass

Canonical path: ScriptObjectInteractors.PointElementInteractor.PointElementInteractorResult

Implementation of the point/element input result

Attributes:

assoc_view class-attribute instance-attribute

If the point was clicked in a UVS, here is the adapter pointing to the UVS

input_point class-attribute instance-attribute

input_point: Point3D = Point3D()

Input point

input_value class-attribute instance-attribute

input_value: float = 0

Value input in the input control in the dialog line

is_valid_input_point class-attribute instance-attribute

is_valid_input_point: bool = True

True, when the input point is valid (False e,g. when the point is outside of the viewport)

sel_element class-attribute instance-attribute

Selected element

sel_geo_ele class-attribute instance-attribute

sel_geo_ele: Any = None

Geometry of the selected element

Placeholder