Layer Move
For legacy parts, Creo ModelCHECK can create new layers, move items from old layers to the new ones, and delete the old layers. Use the following format in the start configuration file to set up a change in layers:
[MODE]_LAYER_MOVE [old_layer] [new_layer]
where
[MODE] is PRT, ASM, or DRW.
[old_layer] is the name of the old layer.
[new_layer] is the name of the new layer.
For example:
PRT_LAYER_MOVE DTMS DATUMS
PRT_LAYER_MOVE CSYS DATUMS
A layer called DATUMS will be created in the model, all features from the DTMS and CSYS layers will be moved to the DATUMS layer, and the DTMS and CSYS layers will be deleted.