SingleElementSelectResult
dataclass
Canonical path: ScriptObjectInteractors.SingleElementSelectInteractor.SingleElementSelectResult
implementation of the single element selection result
Attributes:
-
input_point(Point3D) –Input point
-
sel_element(BaseElementAdapter) –Selected element
-
sel_geo_ele(Any) –Geometry of the selected element
sel_element
class-attribute
instance-attribute
sel_element: BaseElementAdapter = BaseElementAdapter()
Selected element
Placeholder