diff --git a/src/AIS/AIS_Manipulator.hxx b/src/AIS/AIS_Manipulator.hxx index 11999798fd..c80ed0ed68 100644 --- a/src/AIS/AIS_Manipulator.hxx +++ b/src/AIS/AIS_Manipulator.hxx @@ -259,6 +259,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; }