Columns in the assembly navigator By NXOPEN API
Columns in the assembly navigator By NXOPEN API
(OP)
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
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





RE: Columns in the assembly navigator By NXOPEN API
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"
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
RE: Columns in the assembly navigator By NXOPEN API
But manually we are able to add the columns by "Assembly navigator properties". So i thought we can do it programaticaly.
Regards
Naga Reddy