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

NX Reference set & Attribute

Status
Not open for further replies.

BrunoP

Mechanical
Joined
Apr 22, 2020
Messages
2
Location
IT
Good evening at all..
I have a question about to set attribute properties with a form.
My question is this....
I have open a part in NX and I would select a RefSet and after I Want start a Journal to set the attribute, example "Title", only of this RefSet...

Have you any ideas to ho this?

Thanks a Lot for your support.
 
The question is a bit vague (to me, at least) so I'm going to make a few assumptions and give a general overview of what I'd do in that situation. Please post back with any specific questions.

It sounds like you want the reference sets of the current work part to show up in your custom form, let the user select which ref set they want and enter information for the ref set attribute. Once OK is pressed on the form, the attribute is created (or updated) for the selected ref set.

In this case, I'd create an array (or list) of the ref sets in the part before the form is shown and send it to the form code. In the form, I'd use a list box to show the ref sets available and have text boxes for attribute info. Once OK is pressed, use this info to update the ref set.

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

Part and Inventory Search

Sponsor

Back
Top