Parts
Used to specify the parts, streams and regions that needs to be exported/filtered to the Cax file.
This is an optional section.
Each data line should contain the name of part , stream id and regions that needs to be translated or filtered.
Users can use
*
as a wildcard character.By default, The Parcel data is exported. In order to skip the Parcel data export to cax, FILTER option has to specified for Parcel. Other filtering condtions based on results can be provided in Conditions section.
Usage Example:
* PARTS - *MIXER*, STREAMS="0", IDREG="0"
Data Attributes
TRANSLATE: Translates the part from Cax output. This is the default behavior.
FILTER: Filters the part from Cax output.
STREAMS: User can specify the stream ids that has to be exported to cax file. By default, all the streams are exported.
IDREG: Filters the parts based on the specified region id. By default, all regions are considered while exporting to cax.
Examples
Export all parts
* PARTS
- *
Exports the data pertaining to all the parts to output files.
This is default. If the parts section is not defined, data pertaining to all the parts are exported into the output files.
Export all parts in stream 0 and IDREG = 0
* PARTS
- *, STREAMS="0", IDREG="0"
Exports all parts from stream 0 and region 0.
Other parts will be ignored.
Export specified parts in stream 0 and IDREG = 0
* PARTS
- *MIXER*, STREAMS="0", IDREG="0"
Exports all parts with MIXER keyword from stream 0 and region 0.
Other parts will be ignored.
Filter Parcel data
* PARTS
- PARCEL, FILTER
Exports all parts and PARCEL data is ignored. By default, Parcel data is always exported to Cax file.
Filter all parts and export Parcel data and Features
* PARTS
- *, FILTER, STREAM="0", IDREF="0"
* CUTSECTIONS
- EQUATION="1Z=0.47"
No parts are written into the output files.
Only parcel data and cut-sections information is exported into the output files.