Skip to content

FaceSelectResult dataclass

Canonical path: ScriptObjectInteractors.FaceSelectInteractor.FaceSelectResult

implementation of the single element selection result

assoc_view class-attribute instance-attribute

The UVS, in which the element was selected

face_plane class-attribute instance-attribute

face_plane: Plane3D = Plane3D()

Plane of the selected face

face_polygon class-attribute instance-attribute

face_polygon: Polygon3D = Polygon3D()

Outline polygon of the selected face

input_point class-attribute instance-attribute

input_point: Point3D = Point3D()

Input point on the face

sel_element class-attribute instance-attribute

Selected element

sel_geo_ele class-attribute instance-attribute

sel_geo_ele: Any = None

Geometry of the selected element

Placeholder