How to find sheetmetal Mark contour in flat pattern?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In our sheetmetal parts we use the Mark-tool to create an identification text that wil be engraved. This Mark-feature is created and placed in the Folded Model. In the Flat Pattern this identification is of course visible as a consequence. Our sheetmetal supplier wants to have DXF files in which the flat-pattern is visible but also wants two or three views of the folded model, if folds are present. We created a VBA macro that finds all sheetmetal parts in an assembly, creates Inventor-dwg files in which the flat-pattern and, if necessary, the views of the folded model are placed. These dwg files will then be exported as final DXF-files by the use of another macro.
Now, the problem is, the contourlines of the Marking features in all views are all put in the "Visible (ISO)"-layer. I'd like to have all lines that are created by Mark-features in the views of the folded model as well as in the view with the flat-pattern be put in the "Laser Engraving"-layer instead.
I tried to create a VBA program in which I can select the flat-pattern-view and iterate through all edges found, but I guess there's no way to find out to which feature those countless edges belong.
Is there a way in VBA/iLogic to find the Mark features of the folded sheetmetal-document displayed on the dwg, have the associated contourlines of the Mark features selected (for both folded- and flat-pattern views!) and put in the "Laser Engraving"-layer?
Help is greatly appreciated. I've put two files in this message, the dwg contains both the flat-pattern view and the projections of the folded model.
Mark feature in Folded Model
Mark feature created in Folded Model, in Flat Pattern
Product Design Suite 2024
Inventor 2024 (v 28.20.27200.0000), Vault Basic 2024
Fusion 360
HP Workstation Z4
Intel Xeon 3.4GHz
32GB RAM
Windows 10 Professional (64bit)