SingleElementSelectResult
dataclass
Canonical path: ScriptObjectInteractors.SingleElementSelectInteractor.SingleElementSelectResult
implementation of the single element selection result
Attributes:
-
assoc_view(AssocViewElementAdapter) –If the element was picked in a UVS, this is the adapter of this UVS
-
input_point(Point3D) –Input point
-
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 element was picked in a UVS, this is the adapter of this UVS
sel_element
class-attribute
instance-attribute
sel_element: BaseElementAdapter = BaseElementAdapter()
Selected element
Placeholder