PointElementInteractorResult
dataclass
Canonical path: ScriptObjectInteractors.PointElementInteractor.PointElementInteractorResult
Implementation of the point/element 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)
-
sel_element(BaseElementAdapter) –Selected element
-
sel_geo_ele(Any) –Geometry of the selected element
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
is_valid_input_point
class-attribute
instance-attribute
True, when the input point is valid (False e,g. when the point is outside of the viewport)
sel_element
class-attribute
instance-attribute
sel_element: BaseElementAdapter = BaseElementAdapter()
Selected element
Placeholder