mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-03 18:46:43 +08: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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user