Model view rotation notification
Model view rotation notification
(OP)
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
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





RE: Model view rotation notification
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.
RE: Model view rotation notification
Any other ideas?