Thu, 05/30/2024 - 10:32
Forums:
Dear developers:
I inherit the AIS_Manipulator in my project, named MyManipulator. And I want to change the AIS_Shape style of the manipulator. For example, the rotation parts are quarter of a circle. Not a whole circle. I tried to inherit the AIS_Manipulator::Axis and edit source code of the AIS_Manipulator::Axis::Compute. But I have no idea to apply overrided Compute to the MyManipulator. I afraid that it would break the function of MyManipulator, because AIS_Manipulator is complex - -!
Thanks for reply.