diff --git a/src/AIS/AIS_Manipulator.hxx b/src/AIS/AIS_Manipulator.hxx index 1562bb64f5..42ea00b5b0 100644 --- a/src/AIS/AIS_Manipulator.hxx +++ b/src/AIS/AIS_Manipulator.hxx @@ -256,6 +256,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; }