Bulk Items
- February 12, 2013
- 1 reply
- 1664 views
WF4 - M150
I am looking for a way to identify Bulk Items in the CONDITION.MCC file without adding any parameters to key off of. At first I used an IF statement using model type.
IF (MODEL_TYPE NEQ PRT_SOLID) AND (MODEL_TYPE NEW ASM_DESIGN)
This works fine when I save the Bulk Item itself. However, after adding that IF statement into the CONDITION.MCC file, whenever I save a DRW, Modelcheck uses the MCS and MCH files I identified with the bulk items. This behavior is regardless of what model type the drawing model is. When I save from the PRT, ASM or Bulk Item window (relations) the correct modelcheck config files are used. When I save from the DRW, the IF statement I created for the Bulk Items is used. If I remove that IF statement, then the ELSE statement is used.
So, first question is how to identify a BULK ITEM model type in the CONDITION.MCC file (without using additional parameters if at all possible)?
Second question is how to have the proper model check files read when a save is performed from the DRW?
I have attached a sample of the condition.mcc file
Any suggestions would be appreciated. Thanks
Scott
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

