TextLeaderInputResult
dataclass
Canonical path: ScriptObjectInteractors.TextLeaderInteractor.TextLeaderInputResult
implementation of the text leader input result
Attributes:
-
input_point(Point3D) –input point
-
leader_polyline(Polyline2D) –Leader polyline from text point to end point
-
sel_element(BaseElementAdapter) –Selected element
-
text_ref_point(int) –Text reference point index
leader_polyline
class-attribute
instance-attribute
leader_polyline: Polyline2D = Polyline2D()
Leader polyline from text point to end point
sel_element
class-attribute
instance-attribute
sel_element: BaseElementAdapter = BaseElementAdapter()
Selected element
Placeholder