Skip to main content
14-Alexandrite
August 6, 2022
Solved

Is there a way to get all of the parts in an assembly through ModelCheck?

  • August 6, 2022
  • 1 reply
  • 852 views

I want to perform ModelCheck on my assembly. However, when I try to upload to Windchill, it says that ModelCheck has failed on certain components. Do I have to go into each component and perform ModelCheck inside each individual component, or does somebody maybe know an approach to get all components through ModelCheck, without having to go into each individual component and perform ModelCheck there?

Best answer by BenLoosli

In your config_init.mc file:

# Check models in assemblies regardless of whether they have changed since
# being retrieved or not
CHECK_ALL_MODELS YN Y

1 reply

BenLoosli23-Emerald IIIAnswer
23-Emerald III
August 8, 2022

In your config_init.mc file:

# Check models in assemblies regardless of whether they have changed since
# being retrieved or not
CHECK_ALL_MODELS YN Y