09-29-2021
06:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-29-2021
06:09 AM
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?