styles in autocad mechanical after export DXF

styles in autocad mechanical after export DXF

cekol20
Contributor Contributor
250 Views
1 Reply
Message 1 of 2

styles in autocad mechanical after export DXF

cekol20
Contributor
Contributor

Hello all,

I found a iLogic script and I wanted to modify of this but it doesnt work well. After export from inventor I open the file in Autocad mechanical and all the time I see a lines of center of Arc centers and tangent (picture in attachment) alsow I want to change a colour of bend line on yellow. I attach a code which I have. Anybody know how to change this code that it will work well with autocad mechanical?

Thanks for reply!

0 Likes
Accepted solutions (1)
251 Views
1 Reply
Reply (1)
Message 2 of 2

cidhelp
Advocate
Advocate
Accepted solution

Hello @cekol20 ,

 

try using this for sOut:

sOut = "FLAT PATTERN DXF?AcadVersion=2000&BendLayerColor=255;255;0&InvisibleLayers=IV_TANGENT;IV_ARC_CENTERS"

 

0 Likes