passing a user parameter to a derived part

passing a user parameter to a derived part

Anonymous
Not applicable
362 Views
1 Reply
Message 1 of 2

passing a user parameter to a derived part

Anonymous
Not applicable

I am attempting to pass the user parameter (DERIVED_MASS) from base component to derived part in order to use this to populate the mass of the derive so they are identical.

I have a rule in the assembly which passes the mass properties to the user parameter.

' ADDS THE MASS TO PARAMETER FOR EXPORT WHEN CREATING A DERIVED PART FROM ASSEMBLY FILE
DERIVED_MASS = iProperties.Mass

iLogicVb.UpdateWhenDone = True

 

I have a rule in the part template ready to pick up this parameter and populate the mass properties with it's value.

iProperties.Mass = DERIVED_MASS

 

The second rule runs only after opening it to edit so I guess I need to add something to recognize the parameter immediately.

Can anybody help me recognize this parameter without the user accessing the rule please?

0 Likes
Accepted solutions (1)
363 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution
Sorted.
0 Likes