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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is NX session fully loaded

Status
Not open for further replies.

rajatjain

Computer
Joined
Aug 7, 2013
Messages
11
Location
IN
Hi,

I am developing an addin in NX 9.0. I have a situation where the addin calls a function as soon as the NX session is fully loaded. Is there a method in NX API to check if the session is fully loaded?

Kindly advise.

Thanks

Rajat Jain
Technical Director
JeeneDo Auto-Configure Pvt. Ltd.
 
What exactly do you mean by 'fully loaded'? I ask because the NX code is highly modularized and as such, when NX starts from a cold condition, only the code needed to start NX is loaded. Then as operations and tasks are performed additional modules, as needed, are loaded into memory. It's very likely that during any given session of NX that much of the code is NEVER loaded if the user never performed any operations in certain applications or modules.

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

To an Engineer, the glass is twice as big as it needs to be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top