LineInteractorResult
dataclass
Canonical path: ScriptObjectInteractors.LineInteractor.LineInteractorResult
implementation of the line interactor result
Attributes:
-
element(BaseElementAdapter) –If line was picked from an existing element, this is its element adapter
-
input_line(Line3D) –Input line
-
input_value(float) –Value from the input value control in the dialog line
element
class-attribute
instance-attribute
element: BaseElementAdapter = BaseElementAdapter()
If line was picked from an existing element, this is its element adapter
Placeholder