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

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.

EESignature


Blog: hjalte.nl - github.com