<?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 Betreff: Polyline global width what type of variable is it? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7626452#M198634</link>
    <description>In Acad the variable is a default value for new polylines, so the user not have to set the start/end width for every segment of each new polyline.&lt;BR /&gt;&lt;BR /&gt;Your program (i don know that) set only the start/end width for the first segment.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Dec 2017 10:44:05 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2017-12-15T10:44:05Z</dc:date>
    <item>
      <title>Polyline global width what type of variable is it?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7625640#M198633</link>
      <description>&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;I hope this isn't too left field but I'm trying everything to work out this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using FME to write AuoCAD drawings from a Mapinfo source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm converting polylines and the requirment is to set the width of the polylines. FME supports start_width and end_width properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed when the polylines are viewed in AutoCAD the lines have the values start_width and end_width set (0.25) in this case. However the polylines have variable display. Some polylines appear fine, others, particularly with more than one segment have width in the first segment but nothing for the remainder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inspecting the objects the value "Global width" is null. Unfortunately FME doesn't offer "global_autocad_width" as a settable value. However reading around it appears this value is more of an environment value for the drawing rather than a layer or object specific value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm aware PLINEWID will set this variable but it seems I'd need to touch each polyline to set this value (or get some ALISP to do it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone clarify my understanding of the Global Width variable and if anyone has any bright ideas about potentially fixing this issue I'd appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 01:16:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7625640#M198633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-15T01:16:57Z</dc:date>
    </item>
    <item>
      <title>Betreff: Polyline global width what type of variable is it?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7626452#M198634</link>
      <description>In Acad the variable is a default value for new polylines, so the user not have to set the start/end width for every segment of each new polyline.&lt;BR /&gt;&lt;BR /&gt;Your program (i don know that) set only the start/end width for the first segment.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Dec 2017 10:44:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7626452#M198634</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-12-15T10:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline global width what type of variable is it?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7627875#M198635</link>
      <description>&lt;P&gt;PLINEWID is a system variable to control the default width of new polylines. The start width and end width are specific to each segment of a polyline, If start is 5 and end is 0 you will get a tapering segment. the global width is a single width assigned to all segments of a polyline. Since you are creating the line though a program that doesn't fully support&amp;nbsp;polyline width, you probably need to change them in Acad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to set all of your plines to a single width in autocad open the properties window,&amp;nbsp;type qselect, change object type to 'polyline', set operator to 'select&amp;nbsp;all', set how to apply to 'include', then click ok. In the properties window under geometry, change the global width to 0.25 and you're done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need some at one width and some at other widths you will need some difference to search by, such as layer, color, line type style, elevation. etc.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 17:56:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7627875#M198635</guid>
      <dc:creator>cwr-pae</dc:creator>
      <dc:date>2017-12-15T17:56:12Z</dc:date>
    </item>
    <item>
      <title>Betreff: Polyline global width what type of variable is it?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7628739#M198636</link>
      <description>&lt;P&gt;Thanks Sebastian. Your description explains what I'm seeing.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2017 01:59:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/polyline-global-width-what-type-of-variable-is-it/m-p/7628739#M198636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-16T01:59:26Z</dc:date>
    </item>
  </channel>
</rss>

