How to Automatically include part number on DXF files saved from Flat Pattern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I would like to be able to create a rule where I can add the part number as geometry to the DXF file when I export it from a flat pattern. I have had requests from clients for this so they can laser etch the part number on the part so the parts can be identified when removing from the laser cutter. Very helpful when cutting out dozens of similar looking parts with different part numbers from one sheet.
The Flat pattern inside of inventor would look something like this, with text converted to geometry ready for export
And this is what it would look like once exported to DXF and opened in autocad.
I have worked out how to do it manually but I would like to be able to add the part number automatically so that when I am Exporting my DXF files I can Select the "unconsumed sketches" and the Part number will be added to the DXF file.
I think I will need some ilogic code to get this done. I found some ilogic to retrieve the part number from the iproperties and add it to a user parameter, ultimately I would like to just be able to run the rule and do a "save as" on the flat pattern (If possible)
I have dabbled in ilogic before but very much a novice.
Any help on this subject would be greatly appreciated.