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!

Regarding export or saveas 1

Status
Not open for further replies.

Aravindh11

Mechanical
Joined
Jan 23, 2014
Messages
2
Location
IN
Hi viewer,
I want to covert NX file to some other format like jt,step,iges and so on through programatically. In API C or C++ help i cant find any particular function which do this stuff.Please reply if some one have the knowledge of it
 
The simplest way to check out if some interface function can be reproduced programmatically is to record a Journal with that action (Tools->Journal->Record). If you see a little green dot next to the corresponding button while recording, then that function is supported and you'll see it executed in the journal file. With NXOpen C++, NXOpen::DexManager is basically the class you're looking for.
 
Hi Friends,
I want to convert the NX files to Parasolid through NX API program function either C or C++.I searched in programming help but I not able to get the interface and its function.Please let me know if any one aware of it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top