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!

Columns in the assembly navigator By NXOPEN API

Status
Not open for further replies.

snagareddy

Mechanical
Joined
Jul 25, 2013
Messages
4
Location
IN
Hello,

I want to manipulate the columns (show, hide,check and add new column )
in the assembly navigator using NXOPEN API. But haven't got a clue how to do this.
My question: Is this possible ? and can someone give me some hints.

Thanks a lot,
Naga Reddy
 
Naga,

The Assembly Navigator column information is stored in the Windows registry (per user, per NX version).
There is no NX API to manipulate it.
But it's "just the registry" ;-) And, regedit.exe (with .reg files) or reg.exe could adjust the values (while NX is not running).

The one binary value for all the "Column Headers" content, width and visibility may make you want to consider using NX to setup the example then exporting to a .reg file.

Hope this helps,
Joe
 
Thanks Joe.
But manually we are able to add the columns by "Assembly navigator properties". So i thought we can do it programaticaly.

Regards
Naga Reddy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top