Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

I just tried this code. It indeed creates a User Parameter and displays the Mass Property value.

 

However, It is still showing me the total Mass of the uncut part. The uncut part is 240 inches long and roughly 35 lbs. When I cut the part down to 24 inches, I am expecting the Mass to be recalculated to roughly 3.5 lbs. Thus, the reason I am using the formula of NewMASS = .1575 * LENGTH

 

How do I implement this formula into your code?