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!

Show the Weight (Instance or Component) in a Table

  • Thread starter Thread starter xcad
  • Start date Start date
Status
Not open for further replies.
X

xcad

Guest
Show the weight of each component from an assembly in a simple repeat region table or the weight of each instance of a family table in a 2d repeat region.

Open each part and create a relation : weight=mp_mass()

The system asks from you to calculate the mass of the part



Create a repeat region table, click :

Enter text > report sym > &asm.mbr.weight, parameter to a cell



Retrieve this table to a drawing which you have the assembly, and see the result, the system fills each cell with the value of weight of each component



Also you can use this tip to show the weight of each instance in a family table.

Just add a column to your family table with the parameter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top