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

New Feature Group

Status
Not open for further replies.

intonate

Aerospace
Joined
Oct 9, 2014
Messages
4
Location
US
How do I create a new feature group in NXOpen?
journaling does not record anything for it and I can't find a builder class or anything.

I am using NX8.5 and C#.
Thanks
 
NXOpen.UF.UFSession.GetUFSession().Modl.CreateSetOfFeature

Use this API to get the feature group.
 
Thanks for pointing me in the right direction.
When I tried that, the feature group looked slightly different. the Part Navigator listed the features in the group twice; once in the group and once outside the group (in their original position). did I do something wrong? (see the attached image, Feature group (22) was created through the UI, Feature Group (29) was created in the code.
 
 http://files.engineering.com/getfile.aspx?folder=74e501b3-5030-417c-9eca-84d15cad5c79&file=PartNavigator.PNG
Check that method's hide state value. you passed value 0. If you pass 1 features don't repeat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top