Message 1 of 2

Not applicable
11-12-2014
05:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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?
Solved! Go to Solution.