pyux.show_cursor_crosshair - pytha-3d-cad/pytha-lua-api GitHub Wiki

Activates the cursor cross hairs and snapping circle.

pyui.show_cursor_crosshair(state)

Parameters

Type Description
state boolean Set to true to activate the cross hairs and snapping circle, false to deactivate.

Note:

The cross hairs and snapping circle are recommended when mouse interaction in the graphics area is possible.

Version requirements

This function is available in V26 and above.

See also

Control Gallery, set_on_left_click_handler, set_on_right_click_handler, set_on_left_dragstart_handler, set_on_left_dragmove_handler, set_on_left_dragend_handler, set_on_left_click_handler, set_on_right_click_handler