I have a Python script for performing osteotomies, which includes my own custom GUI.
At one point in the workflow, I need to select the osteotomy plane in 3-matic, translate it manually, and then click Compute.
However, while the script is running, 3-matic does not allow me to interact with the model (e.g., selecting or moving the plane).
Is there any way to make this possible — for example, to temporarily allow manual interaction with 3-matic while a script is still active?
For interactive translation, one API you can use is activate_translate_rotate(main_entity=None, move_along_entities=None, translation_step=None, rotation_step=None)