<?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 Change Polyline Global Width of selected blocks in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8264206#M99627</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have a drawings with tens of blocks in it. I'd like to be able to change the polylines global width within certain blocks by selecting&amp;nbsp;witch one to be changed and specify the new dimension. I'd like to be able to have different width for&amp;nbsp;same name blocks.&lt;/P&gt;&lt;P&gt;I'm not sure if this is possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your time!&lt;/P&gt;</description>
    <pubDate>Wed, 12 Sep 2018 21:12:56 GMT</pubDate>
    <dc:creator>nina.susanu</dc:creator>
    <dc:date>2018-09-12T21:12:56Z</dc:date>
    <item>
      <title>Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8264206#M99627</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have a drawings with tens of blocks in it. I'd like to be able to change the polylines global width within certain blocks by selecting&amp;nbsp;witch one to be changed and specify the new dimension. I'd like to be able to have different width for&amp;nbsp;same name blocks.&lt;/P&gt;&lt;P&gt;I'm not sure if this is possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your time!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 21:12:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8264206#M99627</guid>
      <dc:creator>nina.susanu</dc:creator>
      <dc:date>2018-09-12T21:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8264487#M99628</link>
      <description>&lt;P&gt;I don't think it's possible to have varying widths for the same named block, but then I have no experience with dynamic blocks.&amp;nbsp; A workaround might be to clone the block definition by a different name.&amp;nbsp; I have never done it, but feel that it is possible.&amp;nbsp; Are anonymous blocks permitted?&lt;/P&gt;
&lt;P&gt;Other than that, yes it can be done with AutoLisp.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 00:17:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8264487#M99628</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2018-09-13T00:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8267771#M99629</link>
      <description>&lt;P&gt;I tried yesterday some methods and yes, I couldn't change polylines widths with different values for same name block. Seems that I would need to do dynamic block for each sequence of global width.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 07:22:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8267771#M99629</guid>
      <dc:creator>nina.susanu</dc:creator>
      <dc:date>2018-09-14T07:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8270117#M99630</link>
      <description>&lt;P&gt;Nina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's true the only way to achieve this is Dynamic Block and one of the option to do it is Visibility States&lt;/P&gt;&lt;P&gt;you have to copy the polylines multiple times as width needed and hope your width list is fixed and limited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 12:17:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8270117#M99630</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2018-09-15T12:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8270181#M99631</link>
      <description>&lt;P&gt;Do you use color-based pen assignments for lineweights in Plotting, and is the range of widths you want &lt;EM&gt;within the range of color-based lineweights used?&lt;/EM&gt;&amp;nbsp; If so, I would do this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp; Give the Polyline in the Block's definition a color of &lt;FONT color="#000000"&gt;&lt;STRONG&gt;BY&lt;EM&gt;BLOCK&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp; &lt;EM&gt;Give each Insertion of the Block&amp;nbsp;a color assignment&lt;/EM&gt;, resulting in that Polyline being of the color that will Plot at the desired width.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only one Block definition required, and not a dynamic one, so the approach can be used in pre-dynamic-Block versions.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 13:30:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8270181#M99631</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-09-15T13:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8271716#M99632</link>
      <description>&lt;P&gt;I never thought to that. It's not a bad idea but I have to insert lots of blocks with same color and&amp;nbsp;global width visibility is a must in&amp;nbsp;&amp;nbsp;the drawing. Anyway, I have already started to create dynamic blocks with visibility states. It will take forever but for the moment is the best option I have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for your help&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 07:25:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8271716#M99632</guid>
      <dc:creator>nina.susanu</dc:creator>
      <dc:date>2018-09-17T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8272638#M99633</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5446810"&gt;@nina.susanu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&amp;nbsp;I have to insert lots of blocks with same color and&amp;nbsp;global width visibility is a must in&amp;nbsp;&amp;nbsp;the drawing. ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then how about leaving the color of the Polyline as ByLayer [or any other color you like], but giving it a &lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;EM&gt;lineweight&lt;/EM&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt; of &lt;STRONG&gt;&lt;FONT color="#000000"&gt;ByBlock&lt;/FONT&gt;&lt;/STRONG&gt;?&amp;nbsp; Turn on the &lt;FONT color="#000000"&gt;LWDISPLAY&lt;/FONT&gt; System Variable to show lineweights, or in the Status bar:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShowLineweight.png" style="width: 227px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/546969iBB09D462F8FFB58E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShowLineweight.png" alt="ShowLineweight.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and give each Block insertion a lineweight override&amp;nbsp;of the weight you want that Polyline to have in that Block insertion.&amp;nbsp; Same color, same [non-dynamic] Block, different weights:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShowLineweight2.png" style="width: 200px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/546972iCC9585171E32F4C6/image-size/small?v=v2&amp;amp;px=200" role="button" title="ShowLineweight2.png" alt="ShowLineweight2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:41:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8272638#M99633</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-09-17T13:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8280623#M99634</link>
      <description>&lt;P&gt;A really good idea. I should try and see if it's working with dynamic block salso because the blocks I have are dynamics. Anyway, it's good to take in consideration as a non complicated solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 08:15:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/8280623#M99634</guid>
      <dc:creator>nina.susanu</dc:creator>
      <dc:date>2018-09-20T08:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11711201#M99635</link>
      <description>&lt;P&gt;Going back to this old post, I was wondering if a lisp could solve this issue, for example, to manually select certain blocks inside a model space and change the width of the polylines inside with a certain value.&lt;/P&gt;&lt;P&gt;I found this Lee Mac lisp, where he changes the width of all objects including blocks, which I tried and works fine. Although, I understand how he has done it, my knowledge regarding Autolisp is none, so I can't find myself a solution just to select some blocks and apply the changes to those, disregarding all the other objects, and apply the changes just to selections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun c:test (/ *error* wid uFlag)&lt;BR /&gt;(vl-load-com)&lt;BR /&gt;;; Lee Mac ~ 15.01.10&lt;/P&gt;&lt;P&gt;(defun *error* (msg)&lt;BR /&gt;(and uFlag (vla-EndUndoMark doc))&lt;BR /&gt;(or (wcmatch (strcase msg) "*BREAK,*CANCEL*,*EXIT*")&lt;BR /&gt;(princ (strcat "\n** Error: " msg " **")))&lt;BR /&gt;(princ))&lt;/P&gt;&lt;P&gt;(setq doc (cond (doc) ((vla-get-ActiveDocument&lt;BR /&gt;(vlax-get-acad-object)))))&lt;/P&gt;&lt;P&gt;(initget 4)&lt;BR /&gt;(setq wid (cond ((getdist "\nSpecify New Width &amp;lt;0.0&amp;gt; : ")) (0.0)))&lt;BR /&gt;(setq uFlag (not (vla-StartUndoMark doc)))&lt;/P&gt;&lt;P&gt;(vlax-for blk (vla-get-Blocks doc)&lt;/P&gt;&lt;P&gt;(vlax-for obj blk&lt;/P&gt;&lt;P&gt;(if (eq "AcDbPolyline" (vla-get-Objectname obj))&lt;BR /&gt;(vla-put-ConstantWidth obj wid))))&lt;/P&gt;&lt;P&gt;(setq uFlag (vla-EndUndoMark doc))&lt;BR /&gt;(vla-regen doc acActiveViewport)&lt;BR /&gt;(princ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 19:58:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11711201#M99635</guid>
      <dc:creator>bulinaninabulina</dc:creator>
      <dc:date>2023-01-27T19:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11711853#M99636</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6358730"&gt;@bulinaninabulina&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am dismayed (actually worse but I can't write it).&amp;nbsp; My previous attempt at posting failed, and I am not writing all the verbiage again.&lt;/P&gt;
&lt;P&gt;But here is some code that should work for you:&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun c:NPW (/ *error* ss i bname bnames blks wid uFlag)
(vl-load-com)
;; Lee Mac ~ 15.01.10
;; Altered by John Uhden (1-27-23) to modify only selected blocks
(princ "\nNPW (Nested Polyline Width, John Uhden 1-27-2023)")
(princ "\nAdaped from Lee Mac code of 1-15-2010")
(setq ok 0)
(defun *error* (msg)
  (mapcar 'setvar vars vals)
  (vla-EndUndoMark doc)
  (if (not (wcmatch (strcase msg) "*BREAK,*CANCEL*,*EXIT*"))
    (princ (strcat "\n** Error: " msg " **"))
  )
  (princ)
)
(setq vars '("cmdecho"))
(setq vals (mapcar 'getvar vars))
(setvar "cmdecho" 0)
(command "_.expert" (getvar "expert")) ;; dummy command
(setq doc (cond (doc) ((vla-get-ActiveDocument (vlax-get-acad-object)))))
(alert "You will be allowed to select\nonly block references.")
(setq ss (ssget '((0 . "INSERT"))))
(repeat (setq i (sslength ss))
   (setq e (ssname ss (setq i (1- i))))
   (setq bname (cdr (assoc 2 (entget e))))
   (if (not (vl-position bname bnames))(setq bnames (cons bname bnames)))
)
(setq ok 1)
(initget 4)
(setq wid (cond ((getdist "\nSpecify New Width &amp;lt;0.0&amp;gt; : ")) (0.0)))
(vla-EndUndoMark doc)  ;; end any previously set undo.
(setq uFlag (not (vla-StartUndoMark doc)))
(setq ok 2)
(setq blks (vla-get-blocks doc))
(foreach bname bnames
  (setq blk (vla-item blks bname))
  (vlax-for obj blk
    (if (eq "AcDbPolyline" (vla-get-Objectname obj))
      (vla-put-ConstantWidth obj wid)
    )
  )
)
(setq ok 3)
(setq uFlag (vla-EndUndoMark doc))
(vla-regen doc acActiveViewport)
(princ)
)

 &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 03:08:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11711853#M99636</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2023-01-28T03:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11712310#M99637</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi John,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your code works just fine. I did start to read some tutorials for lisp last night just to be able to understand lisp and what Lee did and how. Now I've got more research to do to be able to fully read yours.&lt;/P&gt;&lt;P&gt;I really appreciate your quick answer and the solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't want to stretch my luck with you, but is that possible to modify the lisp above, as when I've got for example 5 instances of the same named block in the same DWG file, to change the value of each pline to be different, without the need of renaming each block?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks again for your time!&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 20:08:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11712310#M99637</guid>
      <dc:creator>bulinaninabulina</dc:creator>
      <dc:date>2023-01-28T20:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11712921#M99638</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6358730"&gt;@bulinaninabulina&lt;/a&gt;&amp;nbsp;wrote, &lt;FONT color="#3366FF"&gt;"...&amp;nbsp;&lt;SPAN&gt;is that possible to modify the lisp above, as when I've got for example 5 instances of the same named block in the same DWG file, to change the value of each pline to be different, without the need of renaming each block?&lt;/SPAN&gt;"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;No.&amp;nbsp;&lt;/FONT&gt; My response that got cancelled explained that.&amp;nbsp; Each and every insertion of a standard block references the same block definition.&amp;nbsp; You are correct in surmising that we would have to make separate copies of the definition with different names.&amp;nbsp; I know of only one lengthy way to do that unless each of your blocks were anonymously named.&amp;nbsp; AutoCAD does that automatically such as "*U1" "*U2" etc.&amp;nbsp; Otherwise you will have to come up with a block naming convention using suffixes like "MyBlock-1" "MyBlock-2" etc.&amp;nbsp; The code could easily determine the next available suffix and make it the default.&lt;/P&gt;
&lt;P&gt;Maybe someone here who knows dynamic blocks can offer a better answer.&amp;nbsp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;,&amp;nbsp;@hak-vz,&amp;nbsp;@BeeKee-CZ &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 21:21:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11712921#M99638</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2023-01-28T21:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11713004#M99639</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6358730"&gt;@bulinaninabulina&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;... is that possible to modify the lisp above, as when I've got for example 5 instances of the same named block in the same DWG file, to change the value of each pline to be different, without the need of renaming each block?....&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not by Polyline &lt;EM&gt;width&lt;/EM&gt;, but would the &lt;EM&gt;lineweight&lt;/EM&gt; of ByBlock as in Message 7 work for you?&amp;nbsp; The code could presumably be modified to assign ByBlock lineweight to the Polyline(s).&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 22:40:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11713004#M99639</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-01-28T22:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11713115#M99640</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't remember this fellow, but his response is interesting...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-header"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-18 lia-quilt-column-left lia-quilt-column-header-left"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;DIV class="lia-message-author-with-avatar"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Archived-Account lia-component-message-view-widget-author-username"&gt;&lt;A id="link_22" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/642434" target="_self" aria-label="View Profile of *Travis Johnson"&gt;&lt;SPAN class=""&gt;*Travis Johnson&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;DIV class="lia-message-author-with-avatar"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class="autodesk-reply-author"&gt;in reply to:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="lia-link-navigation lia-page-link lia-user-name-link" href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/61920" target="_self"&gt;&lt;SPAN class=""&gt;ACTON&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-06 lia-quilt-column-right lia-quilt-column-header-right"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;
&lt;DIV class="lia-message-post-date lia-component-post-date lia-component-message-view-widget-post-date" title="Posted on"&gt;&lt;SPAN class="DateTime"&gt;&lt;SPAN class="local-date"&gt;‎11-18-2004&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt;05:33 PM&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;DIV id="actionMenuDropDown_5" class="lia-menu-navigation-wrapper lia-menu-action lia-component-message-view-widget-action-menu"&gt;
&lt;DIV class="lia-menu-navigation"&gt;
&lt;DIV class="dropdown-default-item"&gt;&lt;SPAN&gt;".... Lineweights are for diplay and printing. Width is physical attribute. this pysical attribute will override the lineweight property."&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="dropdown-default-item"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="dropdown-default-item"&gt;&lt;SPAN&gt;Anyway, I found that increasing the lineweight of an insertion containing a byblock polyline can increase the polyline's apparent width,&amp;nbsp; but it can't decrease it.&amp;nbsp; Plus, the lineweight display (related to pixels) is not constant as is the physical width at differing zoom levels.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 29 Jan 2023 00:45:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11713115#M99640</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2023-01-29T00:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change Polyline Global Width of selected blocks</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11714029#M99641</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi guys, I really appreciate your help. Got some new things to think about now, and some ideas for changing some of my processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John, I can see your point of view. For now, I think I can work out with renaming the dynamic blocks after insertion as seems the simplest solution as most of the time the number of the same block won't exceed 5 or so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kent, I did try with the line weight which is not a bad idea but is not working for what I need, because even though initially is just for visual purposes, in the end, I get to use the values of the global width extraction and linked to formulas in xls files, and will complicate the extraction process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 17:39:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-polyline-global-width-of-selected-blocks/m-p/11714029#M99641</guid>
      <dc:creator>bulinaninabulina</dc:creator>
      <dc:date>2023-01-29T17:39:23Z</dc:date>
    </item>
  </channel>
</rss>

