FaceSelectResult
dataclass
Canonical path: ScriptObjectInteractors.FaceSelectInteractor.FaceSelectResult
implementation of the single element selection result
Attributes:
-
assoc_view
(AssocViewElementAdapter
) –The UVS, in which the element was selected
-
face_plane
(Plane3D
) –Plane of the selected face
-
face_polygon
(Polygon3D
) –Outline polygon of the selected face
-
input_point
(Point3D
) –Input point on the face
-
sel_element
(BaseElementAdapter
) –Selected element
-
sel_geo_ele
(Any
) –Geometry of the selected element
assoc_view
class-attribute
instance-attribute
assoc_view: AssocViewElementAdapter = AssocViewElementAdapter()
The UVS, in which the element was selected
face_plane
class-attribute
instance-attribute
Plane of the selected face
face_polygon
class-attribute
instance-attribute
Outline polygon of the selected face
input_point
class-attribute
instance-attribute
Input point on the face
sel_element
class-attribute
instance-attribute
sel_element: BaseElementAdapter = BaseElementAdapter()
Selected element
Placeholder