iLogic dxf flat pattern export - set layer colors for new mark feature

iLogic dxf flat pattern export - set layer colors for new mark feature

manuel_mair
Participant Participant
331 Views
1 Reply
Message 1 of 2

iLogic dxf flat pattern export - set layer colors for new mark feature

manuel_mair
Participant
Participant

Hello,

I have set up an ilogic script for automated dxf flat pattern export of our sheet metal parts.

I use id already for some years and it works fine.

 

Now i tried to set also the colors of the layers for the export of the new mark feature introduced with 2023 release.

In the following sample code it works all great, except the last two lines. Full iLogic script in the attachement.

 

sOut="FLAT PATTERN DWG?AcadVersion=2000" _
+"&InvisibleLayers=IV_TANGENT;IV_TOOL_CENTER;IV_TOOL_CENTER_DOWN;IV_ARC_CENTERS;IV_ALTREP_FRONT;IV_ALTREP_BACK;IV_UNCONSUMED_SKETCHES;IV_ROLL_TANGENT;IV_ROLL;" _
+"&BendUpLayer=Biegelinie_hinten&BendUpLayerColor=255;0;0" _
+"&BendDownLayer=Biegelinie_vorne&BendDownLayerColor=255;255;0" _
+"&MarkSurfaceBackLayer=MarkierungOberflaeche&MarkSurfaceBackLayerColor=255;255;0" _
+"&MarkThroughLayer=MarkierungDurchgehend&MarkThroughLayerColor=255;255;0"

Can anyone help me?

 

Thx

Manuel

0 Likes
332 Views
1 Reply
Reply (1)
Message 2 of 2

Michael.Navara
Advisor
Advisor
0 Likes