1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0031439: Visualization - Access to the active axis of AIS Manipulator

A new method that returns the active axis of the manipulator has been added.
This commit is contained in:
mgn 2020-03-18 12:30:44 +03:00 committed by bugmaster
parent fb99177766
commit 22fa1da36e

View File

@ -260,6 +260,8 @@ public: //! @name Setters for parameters
AIS_ManipulatorMode ActiveMode() const { return myCurrentMode; }
Standard_Integer ActiveAxisIndex() const { return myCurrentIndex; }
//! @return poition of manipulator interactive object.
const gp_Ax2& Position() const { return myPosition; }