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!

mass properties

  • Thread starter Thread starter sherbert
  • Start date Start date
Status
Not open for further replies.
S

sherbert

Guest
Is it posible to assign differant material properties to differant instances of the same part?
 
No, but there are workarounds, depending on what you want to do. For example, you can table density, but not directly.



Create the following relation:



weight1=density1*mp_volume()

weight2=density2*mp_volume()



(substitue the numeric values for density1, etc.)



This will create parameters, weight1 & weight2 by muliplying the density value by the volume. These parameters can then be added to the family table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top