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

Unsuppressing a selected feature with an NXOpen Journal

Status
Not open for further replies.

F. S. Farimani

Mechanical
Joined
Jul 17, 2020
Messages
9
Location
NL
Following this question, I'm trying to write a macro, preferably in Python, to Unsupress the feature selected in the Part Navigator.

2020-09-28_12_57_38-_rdkjju.png


I think the algorithm should be like this:

[ul]
[li]Identify the selected feature in Part navigator (maybe with [tt]workPart.Features.FindObject()[/tt])[/li]
[li]Usupress the selected feature (maybe with [tt]workPart.Features.UnsuppressFeatures()[/tt])[/li]
[/ul]

thanks for your support in advance.

P.S. It would be great to have more folks on the NX Discord channel.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top