
Tue, 08/10/2021 - 17:44
Forums:
Dear developers and users,
I want to move objects by clicking on them and dragging them to a new location. Is this possible in opencascade? I already know how to translate objects, so it's a matter of tracking mouse position (in the form of coordinates) when an object is selected. Any ideas how to do this?
Kind regards,
Thieme
Wed, 08/11/2021 - 09:28
Usually an interactive object translation is enabled by attaching AIS_Manipulator auxiliary tool to it.
Thu, 08/19/2021 - 17:18
The AIS_Manipulator works fine, thank you!