Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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!