<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Question re SHP file transparency in AutoCAD Map 3D Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11695949#M2386</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11606504"&gt;@enquiriesVS3EM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1271199"&gt;@ChicagoLooper&lt;/a&gt;&amp;nbsp;says, via dialog you can't access transparency for line color, but if you export your FDO layer to a .LAYER file (via right-clic + "Save as layer" - I use french version so I don't know exact US terms)&lt;/P&gt;
&lt;P&gt;A .LAYER file is an xml file you can edit via notepad++ (for example), and you find some lines for color.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;                    &amp;lt;ParameterOverrides&amp;gt;
                      &amp;lt;Override&amp;gt;
                        &amp;lt;SymbolName&amp;gt;SOLID&amp;lt;/SymbolName&amp;gt;
                        &amp;lt;ParameterIdentifier&amp;gt;LINECOLOR&amp;lt;/ParameterIdentifier&amp;gt;
                        &amp;lt;ParameterValue&amp;gt;0xffffff00&amp;lt;/ParameterValue&amp;gt;
                      &amp;lt;/Override&amp;gt;
&lt;/LI-CODE&gt;
&lt;P&gt;In the line&amp;nbsp;&amp;lt;ParameterValue&amp;gt;0xffffff00&amp;lt;/ParameterValue&amp;gt;, the begining of value 0xff says fill color, but i you replace by 0x55 you obtain a transparency of 66% of line.&amp;nbsp; &amp;nbsp;0x11 is very transparent and 0xee is very plain.&lt;/P&gt;
&lt;P&gt;Once you've modified and saved .Layer file, you simply drag&amp;amp;drop it into model space of AutoCAD to connect SHP and apply stylisation (with transparency).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Olivier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jan 2023 20:47:45 GMT</pubDate>
    <dc:creator>O_Eckmann</dc:creator>
    <dc:date>2023-01-21T20:47:45Z</dc:date>
    <item>
      <title>Question re SHP file transparency</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11692030#M2383</link>
      <description>&lt;P&gt;Hi, I am relatively new to AutoCAD Map3D. I am drawing up a site plan using map3D and I want to show contours of the site on the plan. I have an SHP file of the site contours and I have successfully connected that data to the workspace. This issue I am having is that I would like to make the contours partially transparent so that they don't stand out too much on the plan. I have been able to do this successfully when creating similar plans in QGIS but I can't seem to find a way to do it in map3D. Is there a way to do this in map3D? If not, is there a workaround or a way to convert the data to a different format where this can be achieved?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 23:42:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11692030#M2383</guid>
      <dc:creator>enquiriesVS3EM</dc:creator>
      <dc:date>2023-01-19T23:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question re SHP file transparency</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11692081#M2384</link>
      <description>&lt;P&gt;withi the style line window set the width to a fraction or small decimal value such as 1/16&amp;nbsp; or 0.025&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Style.jpg" style="width: 589px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1164809i2745335508690187/image-size/large?v=v2&amp;amp;px=999" role="button" title="Style.jpg" alt="Style.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 00:17:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11692081#M2384</guid>
      <dc:creator>parkr4st</dc:creator>
      <dc:date>2023-01-20T00:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question re SHP file transparency</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11694191#M2385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11606504"&gt;@enquiriesVS3EM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, but there's no transparency setting for lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;lt;&amp;lt;You can, however, control the transparency for hatch/fill that you use for polygons. For example, polygonal black building footprints with hatch. You can make the hatch/fill that's inside the footprints transparent.&amp;gt;&amp;gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are two options to make your contours&amp;nbsp;&lt;EM&gt;WHISPER&lt;/EM&gt; instead of&amp;nbsp;&lt;EM&gt;SHOUT.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Option 1:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Use an&amp;nbsp;&lt;EM&gt;EXPRESSION.&lt;/EM&gt;&amp;nbsp;See image-1. Your contours are using the default value for line thickness which is 0. Change the thickness value to 0.11 so it will be thinner=&amp;gt;OK. See image 2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image-1" style="width: 389px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1165188iC627DE2DE647020B/image-size/large?v=v2&amp;amp;px=999" role="button" title="101.png" alt="Image-1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Image-1&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image-2" style="width: 725px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1165189i09775D4A75E1E8E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="102.png" alt="Image-2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Image-2&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;lt;&amp;lt;You may need to edit this expression later by increasing or decreasing the value, if you find the thickness is not suitable.&amp;gt;&amp;gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Option&lt;/U&gt; 2:&lt;/P&gt;
&lt;P&gt;Change the color of the line to gray. See image-3. You can use trial-and-error method by choosing from the column of gray circled in red. Using something lighter than black will make the contours less dominating.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image-3" style="width: 391px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1165192i305E0AC3C0BE6E2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="103.png" alt="Image-3" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Image-3&lt;/span&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;lt;&amp;lt;Be careful using options 1 and 2 simultaneously. Verify&amp;nbsp; your results by printing hardcopies of the final deliverables. What you see is what your audience will see. Using both might be overkill and make your contours un-noticeable. You want your contours to WHISPER, you don't want them mute.&amp;gt;&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 18:33:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11694191#M2385</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2023-01-20T18:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question re SHP file transparency</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11695949#M2386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11606504"&gt;@enquiriesVS3EM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1271199"&gt;@ChicagoLooper&lt;/a&gt;&amp;nbsp;says, via dialog you can't access transparency for line color, but if you export your FDO layer to a .LAYER file (via right-clic + "Save as layer" - I use french version so I don't know exact US terms)&lt;/P&gt;
&lt;P&gt;A .LAYER file is an xml file you can edit via notepad++ (for example), and you find some lines for color.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;                    &amp;lt;ParameterOverrides&amp;gt;
                      &amp;lt;Override&amp;gt;
                        &amp;lt;SymbolName&amp;gt;SOLID&amp;lt;/SymbolName&amp;gt;
                        &amp;lt;ParameterIdentifier&amp;gt;LINECOLOR&amp;lt;/ParameterIdentifier&amp;gt;
                        &amp;lt;ParameterValue&amp;gt;0xffffff00&amp;lt;/ParameterValue&amp;gt;
                      &amp;lt;/Override&amp;gt;
&lt;/LI-CODE&gt;
&lt;P&gt;In the line&amp;nbsp;&amp;lt;ParameterValue&amp;gt;0xffffff00&amp;lt;/ParameterValue&amp;gt;, the begining of value 0xff says fill color, but i you replace by 0x55 you obtain a transparency of 66% of line.&amp;nbsp; &amp;nbsp;0x11 is very transparent and 0xee is very plain.&lt;/P&gt;
&lt;P&gt;Once you've modified and saved .Layer file, you simply drag&amp;amp;drop it into model space of AutoCAD to connect SHP and apply stylisation (with transparency).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Olivier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 20:47:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11695949#M2386</guid>
      <dc:creator>O_Eckmann</dc:creator>
      <dc:date>2023-01-21T20:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question re SHP file transparency</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11697458#M2387</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1271199"&gt;@ChicagoLooper&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1009357"&gt;@O_Eckmann&lt;/a&gt;&amp;nbsp;thank you both!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2023 21:57:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/question-re-shp-file-transparency/m-p/11697458#M2387</guid>
      <dc:creator>enquiriesVS3EM</dc:creator>
      <dc:date>2023-01-22T21:57:51Z</dc:date>
    </item>
  </channel>
</rss>

