Issue exporting DXF - mapping layers
I am exporting a flat sheetmetal view 1:1 to dxf to send to manufacturing. Our manufacturing program is set up for certain geometry to be on certain layers. I am using dxf_export.pro to map layers, with reasonable success.
This file allows you to map a creo_layer to a layer in the dxf file that you define, typically a number in this case.
Issue is that creo allows a single feature to exist on two layers at the same time. The mapping file maps these two layers to two different numbers. Which will it export to?
In my experience I am only getting them to export to one of the layers. I have tried reordering the lines mapping file and it had no effect. Has anyone dealt with this and figured out how to definitively control it?
Why a feature to two different layers?- The geometry in question is a cosmetic. We use cosmetics on sheetmetal forms, the cosmetic is a simple shape, the mfg software recognizes the shape and layer, then substitutes the tool. These cosmetics are placed on layer Cosm_Punch. There are sometimes cosmetics we dont want. These are general cosmetics, all_cosmetics mapped to layer 99, defined as do-not-cut in mfg software. I am finding in some models that the features exist is layer cosm punch AND all_cosmetics. I can't change that, I am trying to work with the models as they are.

