Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
With modelcheck, we can easily add parameters and relations to pass mass properties to Windchill. For instance
PRT_PARAMETER MASS REAL
PRT_PARAMETER MASS NONE EQ PDM
PRT_RELATION MASS=PRO_MP_MASS
The problem is that WindChill is being configured with units (as it should be).
If a part does NOT have their relations set to be unit sensitive, the parameter generated will not have a unit. When you try to check-in this model, the Windchill page will have an error. How can we avoid this while trying to keep to the same approach?
Most of our legacy files do not have relations set to be unit sensitive. Even newer models can have the sensitivity turned off. Is there a config that forces this on?
Thoughts?
Thanks!