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

Assembly total mass in drafting templates

Status
Not open for further replies.

JavadM

Mechanical
Joined
Apr 29, 2008
Messages
119
Location
US
Hi friends
how can i include "Assembly total mass" in drawing template?
i want to link it with a titleblock field.


regards
NX 12
 
Hi -
One approach can be to use a custom tool..

Either executed by a button , but maybe the most user friendly method,
will be to let a custom tool be triggered automatic when a drawing part is saved in NX..

1.Defined a weight or mass attribute in your drawing template..
2.Link this attribute to the desired Cell in Titleblock..
3.The EstabPartProps1 function will calculate entire assembly weight in one shot..
4.Transfer the value into the attribute...

You need access to an advanced Assembly licens - then you can use this UFwrapped function..EstabPartProps or EstabPartProps1, if you are dealing with Vb.Net…

regards Lars Klokmose

 
 https://files.engineering.com/getfile.aspx?folder=08fa5318-1833-480c-8e45-ac26a55a6a70&file=ufs.Weight.EstabPartProps1.PNG
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top