Skip to content

PointInteractorResult dataclass

Canonical path: ScriptObjectInteractors.PointInteractor.PointInteractorResult

Implementation of the point 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)

Placeholder