Hello
I'm working on export rules with BatchConverter.
Initial situation:
- An SLDPRT file with two configurations
- A property named "Export" created with SmartProperties that retrieves the name of the active configuration
- A drawing with two sheets, one for each configuration
I want, with BatchConverter:
- Create two PDFs, one for each sheet
- Retrieve the "Export" property as a rule to name the two PDFs
Report:
- When I start the conversion, BatchConverter will look for the Export property of the part of sheet 1
- The PDF 1 created is aptly named
- When BatchConverter switches to Sheet 2, it applies the same value as it did for Sheet 1
- The created PDF 2 is misnamed and replaces PDF 1
- Conversely, if I start with sheet 2
Note: my coding system is too long to simply name the sheet with this code and look for the name of the sheet.
If anyone has an idea on how to tell the BatchConverter to fetch the Export property at EVERY sheet change, I'm all for it!
Thank you:)