Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to select checkbox next to component in Assembly through NX open programming

Status
Not open for further replies.

Raju8961

Automotive
Joined
Sep 6, 2017
Messages
1
Location
IN
Hello,
I have an assembly with list of components.
I have to select/make visible one of the components (manual equivalent of selecting checkbox next to component in the navigator) through NXopen.
Please suggest any way to do this.

Thanks,
Raj
 
There are various reasons why a component would be invisible, below are the 3 most common:
[ul]
[li]The component isn't loaded; the box next to the component in the assembly navigator has a solid border but is empty. The last post in has a function that attempts to load the component.[/li]
[li]The component is hidden; the box next to the component in the assembly navigator has a solid border and a grey check mark. Use {component}.Unblank to show the component.[/li]
[li]The component is suppressed; the box next to the component in the assembly navigator has a dashed border and is empty. Use {component}.Unsuppress to unsuppress the component. It may also need to be loaded after it is unsuppressed.[/li]
[/ul]

www.nxjournaling.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top