Mass & Weight in an assembly

Mass & Weight in an assembly

mahmoud.ts86
Observer Observer
1,351 Views
7 Replies
Message 1 of 8

Mass & Weight in an assembly

mahmoud.ts86
Observer
Observer

In an assembly if i have the weight of every part added to iproperties and i cut a part of the assembly will that change the total weight ? 

0 Likes
1,352 Views
7 Replies
Replies (7)
Message 2 of 8

Gabriel_Watson
Mentor
Mentor
As long a your assembly is updated to absorb the changes, the mass should be recalculated and thus reflect a change on the iProperty. Do you have an example to test with?
0 Likes
Message 3 of 8

mikejones
Collaborator
Collaborator

I think the answer is no if I have understood your question correctly.

Lets say you have a 100mm cube that you assign a mass manually to of 100kg and insert that cube into an assembly and remove 50mm off the height of the cube as an assembly feature cut you may expect the mass to be reduced to 50kg but it isn't, it will still report the mass as being 100kg. If the mass of the part was being calculated physically by inventor based on material density then the assembly cut would indeed give you the updated mass.

 

Mike 

Autodesk Certified Professional
Message 4 of 8

CGBenner
Community Manager
Community Manager

@mahmoud.ts86 

If the Mass value has been entered manually, it will not automatically update, as @mikejones mentioned.  The only workaround for this I've ever seen was to change the part density by modifying the material or creating and assigning a custom material.  By calculating what the density needs to be using d=m/v (density = mass/volume), you can sort of force the part to have the mass you want it to have.  And since the value of Mass now is no loner manually entered, but is a result of this trickery, it should update when the model changes.  It's a lot more work, and I haven't tried it since IV 2015 or so.  I used to use this to force the Mass to be the known weight of dumb solids, usually STEP files of purchased parts.  Manually entering Mass caused errors in the center of gravity, so this was a nice workaround.

Did you find a post helpful? Then feel free to give likes to these posts!
Did your question get successfully answered? Then just click on the 'Accept solution' button.  Thanks and Enjoy!



Chris Benner

Community Manager - NAMER / D&M


Message 5 of 8

Cris-Ideas
Advisor
Advisor

In the assembly mass of each part is added automatically by the software.

So mass of your assembly is what comes out from adding all your parts.

 

As far as I remember when you cut the assembly (extrude in assembly environment) mass is not updated based on this cut and it actually stays as per assembly without any cuts.

This operation most likely only removes parts of the geometry from rendering, and as assembly is a rigid body environment it calculates mechanical properties based on global properties of the parts (most likely).

 

What you can try (I did not) is to execute this cut in "Machining" environment of the "weldment" type assembly.

This potentially may have different result than for cut done in modelling environment of standard assembly.

(interesting BTW, I need to check).

 

Cris.

Cris,
https://simply.engineering
Message 6 of 8

johnsonshiue
Community Manager
Community Manager

Hi! One workflow you may consider is to add a virtual component in the assembly. You can assign the added mass to the VC in the assembly. The mass of the rest within the assembly can stay computed. The total mass of this assembly will be based on the computed mass from all of the components except VC plus the manually added mass from the VC.

Would it help?

Many thanks!

 



Johnson Shiue ([email protected])
Software Test Engineer
0 Likes
Message 7 of 8

mahmoud.ts86
Observer
Observer

I give that a go and post an update if it works 

0 Likes
Message 8 of 8

mahmoud.ts86
Observer
Observer

i figured out what was wrong if i leave the material weight as per default when i cut a piece out of the part the weight changes if i edit the weight in the physical tab to what the part actually weighs than it wouldn't change the weight after a cut.

thanks for your help.