PointInteractorResult
dataclass
Canonical path: ScriptObjectInteractors.PointInteractor.PointInteractorResult
Implementation of the point input result
Attributes:
-
assoc_view(AssocViewElementAdapter) –If the point was clicked in a UVS, here is the adapter pointing to the UVS
-
input_point(Point3D) –Input point
-
input_value(float) –Value input in the input control in the dialog line
-
is_valid_input_point(bool) –True, when the input point is valid (False e,g. when the point is outside of the viewport)
assoc_view
class-attribute
instance-attribute
assoc_view: AssocViewElementAdapter = AssocViewElementAdapter()
If the point was clicked in a UVS, here is the adapter pointing to the UVS
input_value
class-attribute
instance-attribute
Value input in the input control in the dialog line
Placeholder