Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Model view rotation notification

Status
Not open for further replies.

RomanMGC

Computer
Joined
Dec 30, 2014
Messages
2
Location
US
Hi!

We are developing an add-in to NX. We use NXOpen.

Question:
is there any way to know in the code that an user is rotating/panning/zooming the view?
This could probably be in any form:
- a simple method which returns the state of user interaction (like SolidWorks API has get_DynamicMode() and GetMouseDragMode()),
- or subscription to specific user interaction events (like ProE/Creo has),
- or checking the state of some specific interaction command (like CATIA has).

Thank you in advance
 
Try creating a journal that includes some display manipulation operations and then open the journal file in a text editor and see what sort of content this generates.

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
No any feedback information is put in the journal, just commands like Zoom/Rotate.
Any other ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top