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
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
Placeholder