Data.IO Support for IV_MARK_SURFACE in DXF Generation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The Mark Surface tool in Inventor 2023 is great. Been waiting many years for that functionality.
For our workflow I need to get iLogic control over color and line type of IV_MARK_SURFACE and IV_MARK_BACK layers when generating DXF files.
I can add and get control of visibility (on/off) of the two MARK layers in the InvisibleLayer list.
However I have not been able to find any information on how to set color or line type, as I do for IV_BEND and IV_BEND_DOWN (and other layers).
There is no layer listed nor mention of IV_MARK in the ComponentDefinition.DataIO Property:
https://help.autodesk.com/view/INVNTOR/2023/ENU/?guid=GUID-29408108-C184-4FA9-88DE-3F3B54913FC6
I was able to craft a workaround by setting the AltRepFrontLayer and AltRepBackLayer to IV_MARK_SURFACE and IV_MARK_SURFACE_BACK.
Three questions about this workaround:
Does anyone know of a more official way to set IV_MARK_SURFACE color and line settings from iLogic?
Are there "secret" supported Data.IO layer names for the MARK_SURFACE layers? (I made a few guesses but none of them worked.)
Other than getting placed on the invisibility list - what kind of data are AltRepFrontLayer and AltRepBackLayer intended to hold? In other words - how risky is my workaround?
Thank you.