04-04-2020
03:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-04-2020
03:09 PM
you could use an iLogic rule to write the custom parameter value to the iProperty if needed. If you do that Inventor will calculate the weight for you. rulewould look something like this:
If (CustomMass) Then iProperties.Mass = mass Else iProperties.Mass = -1 MsgBox(iProperties.Mass) End If
(The parameter 'mass' is the mass that should be used. The parameter 'CustomMass' is een boolean to set if you want the custom mass to use or not.)
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com