How to Change Fill Type using a key-in so that it can be used in a batch processThis may initially not seem possible as the key-ins "create regionflood" and "change fill" both require to manually select the fill typevia the interface.
The Calculat pre-processor is required in order to change fill type througha key-in
The following key-in loads the pre-processor and change the fill type:mdl load calculat; calc tcb->ext_locks.fillMode=1Where "1" is for "Opaque", "0" is for "None" and "2" is for "Outlined" fill types.
If Calculat is loaded separately, using the "mdl load calculat" key-in,or at start-up, then the following key-in is required for changing theactive fill type (to opaque in this example):calc tcb->ext_locks.fillMode=1