HandleService
Canonical path: NemAll_Python_IFW_Input.HandleService
Implementation of the handle service
AddHandles
AddHandles(
doc: DocumentAdapter,
handlePropList: object,
insertionMat: Matrix3D,
assoRefObj: object,
)
Add the handles
Parameters:
-
doc
(DocumentAdapter
) –Document
-
handlePropList
(object
) –Handle properties list
-
insertionMat
(Matrix3D
) –Transformation matrix
-
assoRefObj
(object
) –Reference element for the drawing inside the associative views
SelectHandle
SelectHandle(
pnt: Point2D, viewProj: ViewWorldProjection
) -> tuple[int, Matrix3D]
Select a handle
Parameters:
-
pnt
(Point2D
) –Cursor point
-
viewProj
(ViewWorldProjection
) –View world projection
Returns:
Placeholder