While Batch Processing File Conversion/Export is the subject of this document, ANYTHING you want to do to a file that you are currently batching.
Each Batch Item is available at the top of the Batch Sheet Based on the index that is currently being processed within the Batch. This is determined by a formula in the Batch Sheet.
Simply reference the active model at the top of the batch sheet in your Execution sheet using:
- model : OPEN <batchActiveModelRef>
This will ensure that all executions there after will be using the active model in Creo.
From that you can perform export functions in Nitro-CELL, look at the EXPORT_* functions as a reference for available options.
PRO-TIP: some export functions are not in Nitro-CELL functions, for special export options in Creo you can use a application : MAPKEY to process them. Search the Automation Advisor for "Mapkeys" to learn more.