<?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: Script to change properties of an object in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110039#M123663</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please upload the dwg-file with that text objects?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
    <pubDate>Sat, 26 Oct 2019 09:16:13 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2019-10-26T09:16:13Z</dc:date>
    <item>
      <title>Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9109682#M123659</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i'm trying to create a point cloud that contains elevations.&lt;/P&gt;&lt;P&gt;Here's my format:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NUMBER . NUMBER&lt;/P&gt;&lt;P&gt;Each number is a seperate text that contains z axis coordinate and they have a dot between them&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;7 . 35&lt;/P&gt;&lt;P&gt;7 Meters [DOT] 35 Centimeters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i want to do is to create a loop script that asks me to select the dot and then select Meter information and Centimeter information to merge these informations to change dot's elevation to that data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope i explained clearly, I'm attaching a screenshot from my dwg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 21:16:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9109682#M123659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-25T21:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9109791#M123660</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;IF I AM RIGHT THIS AN EXPORT OF OTHER APPLICATION AND YOU NEED TO COVERT&amp;nbsp; IT TO ONE TEXT (ELEVATION )&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;"txt2mtxt " in express tools by this setting&lt;/P&gt;&lt;P&gt;select by&amp;nbsp; order 7 . 35 AND PRES ENTER&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mt.JPG" style="width: 178px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/691684i89B28100D4D06629/image-dimensions/178x123?v=v2" width="178" height="123" role="button" title="mt.JPG" alt="mt.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;its&amp;nbsp; BETTER&amp;nbsp; THAN A&amp;nbsp; script or lisp&lt;/P&gt;&lt;P&gt;AND FOR LOOP YOU CAN USE "MULTIPLE" AND "txt2mtxt"&lt;/P&gt;&lt;P&gt;And at end remove&amp;nbsp; all spaces&amp;nbsp; with "FIND"&lt;/P&gt;&lt;P&gt;THEN YOU WILL HAVE ALL TEXT CONVERTED TO ON TEXT .&lt;/P&gt;&lt;P&gt;GOOD LUCK&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 00:00:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9109791#M123660</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-26T00:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9109833#M123661</link>
      <description>&lt;P&gt;First of all thank you for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm very close to getting the result i want, but the problem is i have nearly 5 thousand texts like this and my question is; is there a way to use txt2mtxt seperately on each coordinate because if i select them all it converts all of them into one mtext.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 00:59:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9109833#M123661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-26T00:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9109852#M123662</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have to say sorry&lt;/P&gt;&lt;P&gt;there is no way , i had this &amp;nbsp;Hard work back 10 years ago , you have to do it one by one&lt;/P&gt;&lt;P&gt;but tell me more ,&lt;/P&gt;&lt;P&gt;what &amp;nbsp;you want to do at all,&lt;SPAN&gt;Explain your goal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;those ”.” Are text or point?&lt;/P&gt;&lt;P&gt;you want make countor (civil 3d) &amp;nbsp;line or you want to make surface ?&lt;/P&gt;&lt;P&gt;and send me a portion of file&lt;/P&gt;&lt;P&gt;if those point have z elevation &amp;nbsp;(not in text in properties ) , i have a lisp , which can export those point to text file&lt;/P&gt;&lt;P&gt;we will help you ,don’t worry&amp;nbsp;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 01:52:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9109852#M123662</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-26T01:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110039#M123663</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please upload the dwg-file with that text objects?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 09:16:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110039#M123663</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-26T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110102#M123664</link>
      <description>&lt;P&gt;I want to create a point cloud to generate topographic map. Texts are the z coordinates and the dots between them are "points".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use "multiple" command with "txt2mtxt" to do it one by one and after that export it to excel to use value as a z coordinate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 10:38:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110102#M123664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-26T10:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110104#M123665</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to create contour lines or a "point cloud" i can use on other programs to generate topography.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm uploading a portion of the dwg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 10:43:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110104#M123665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-26T10:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110107#M123666</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is that a one type job or do you need that more often?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 10:48:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110107#M123666</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-26T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110116#M123667</link>
      <description>&lt;P&gt;I'm studying architecture and we are usually getting these types of dwgs. It would be very helpful to find an automated way of doing it to save a lot of time. Because i tried to do it manually and it took 2 hours to do a small portion of it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 10:55:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110116#M123667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-26T10:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110118#M123668</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; we are usually getting these types of dwgs&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Really? That's one of the worst methods to transfer XYZ data ... which software creates such files and which other formats can be exported from them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can write a tool that handles this drawing, but for some special situations (overlapping text objects) could result in failures and at least, you should first take a look in alternative methods of exporting from the other application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 11:02:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110118#M123668</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-26T11:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110123#M123669</link>
      <description>&lt;P&gt;This is the exported data. I have no clue which software they used to get this result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be very helpful if you could do that.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 11:06:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110123#M123669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-26T11:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110127#M123670</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I have no clue which software they used to get this result.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Please ask the guys. Even if that sample here can be solved, whenever you get overlapping text objects you are running into troubles.&lt;/P&gt;
&lt;P&gt;And again, it is a totally silly format to transfer XYZ values that way (sorry for the wording) and it is not safe (see above).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 11:10:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110127#M123670</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-26T11:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110203#M123671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please find attached a dwg-file which has the modifications done, the points are moved to a Z-value according to my understanding of the job.&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="20191026_144625_0001.png" style="width: 531px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/691769i4627D1336177166E/image-dimensions/531x330?v=v2" width="531" height="330" role="button" title="20191026_144625_0001.png" alt="20191026_144625_0001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Within the file you'll find:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the points moved to Z&lt;/LI&gt;
&lt;LI&gt;points and text color changed to green for objects matching together&lt;/LI&gt;
&lt;LI&gt;lines in green showing the connection from point to text objects ... for visual control to see which text objects were used for the Z-value of the point (to prevent the wrong text value is found)&lt;/LI&gt;
&lt;LI&gt;points and/or text objects in red in case something went wrong (not in that drawing, but build in into code)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also attached a VBA file (you'll need to install the AutoCAD Visual Basic Enabler &lt;A href="https://knowledge.autodesk.com/support/autocad/downloads/caas/downloads/content/download-the-microsoft-vba-module-for-autocad.html" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;click&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; to load and run the project).&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can use command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_VBALOAD&lt;/FONT&gt;&lt;/STRONG&gt; to load the DVB file&lt;/LI&gt;
&lt;LI&gt;You can use command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_VBARUN&lt;/FONT&gt;&lt;/STRONG&gt; to run the procedure "PntToTxtZ"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take care, this tool is written without error handling and without warranty that it does what you expect. So please save before running the code and verify the result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 12:54:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110203#M123671</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-26T12:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110209#M123672</link>
      <description>&lt;P&gt;Hi, thank you so much for your help, i guess the only error with this is overlapping objects right? Because it's trying to find closest text from left to right and merging them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again thank you so much for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 13:00:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110209#M123672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-26T13:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110215#M123673</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; i guess the only error with this is overlapping objects right?&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Yes, and therefor the data exchange in that way is not safe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 13:04:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110215#M123673</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-26T13:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script to change properties of an object</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110653#M123674</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;just want to say that kinds of text, and point belong to an old under DOS application which called&lt;/P&gt;&lt;P&gt;"SDR MAP" , but there is a setting on that software&amp;nbsp; which can export the text correctly&amp;nbsp; not like this ,&lt;/P&gt;&lt;P&gt;maybe you ask them to change the setting if you have to do kind of jobs, if you can ask them to export as a 3d&amp;nbsp; point not flat like&amp;nbsp; this.&lt;/P&gt;&lt;P&gt;And if you are using civil 3d to make a surface you dont need to make a cvs file,&lt;/P&gt;&lt;P&gt;You can import it directly to civil 3d&lt;/P&gt;&lt;P&gt;use this methods&amp;nbsp; see pic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/691863i2F1C27322B040351/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;something else ,if you need a cvs file to make cloud ,you need only points (&lt;SPAN&gt;Alfred NESWADBA sent that file)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and with "dataextraction" in Aurocad you can export the points data&amp;nbsp; x,y,z to a file (the text are't necessary).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.JPG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/691864iDACBB79814A3C8C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture1.JPG" alt="Capture1.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Good luck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 01:27:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/script-to-change-properties-of-an-object/m-p/9110653#M123674</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-27T01:27:51Z</dc:date>
    </item>
  </channel>
</rss>

