<?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: Macro to create multiple lines from same base point in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354168#M42576</link>
    <description>Yes i restarted opened up another drawing i had worked on before and started a brand new drawing. Again it does not work in the older drawing but works in a brand new session. When i save the new drawing and re open it still works. Does it have something to do with versions? The older drawings were created in earlier versions of CAD</description>
    <pubDate>Tue, 05 Sep 2017 10:33:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-05T10:33:41Z</dc:date>
    <item>
      <title>Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7352734#M42566</link>
      <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;having trouble with this macro i created which should draw multiple lines from the same base point&amp;nbsp;. &amp;nbsp;it works up until the point where i choose the base then when i try to initiate the polyline from the basepoint it fails. It just trys to enter&amp;nbsp;&lt;SPAN&gt;$M= as a point and returns an invlaid point. Can anyone see my mistake here.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^CATTREQ;0;_Laymcur;\_INSERT;"Block";\1;1;0;ATTREQ;1;BASE;\;Pline;$M=$(GETVAR,INSBASE);\;Pline;$M=$(GETVAR,insbase);\;Pline;$M=$(GETVAR,insbase);\;Pline;$M=$(GETVAR,insbase);\;Pline;$M=$(GETVAR,insbase);\;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 16:32:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7352734#M42566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-04T16:32:30Z</dc:date>
    </item>
    <item>
      <title>Betreff: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7352796#M42567</link>
      <description>&lt;P&gt;Look into your Log(F2), you repeat the "last command" afters setting the Base-point. You repeat "BASE"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;^C^CATTREQ;0;_Laymcur;\_INSERT;"Block";\1;1;0;ATTREQ;1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BASE;\;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= "Base" start command&lt;/P&gt;
&lt;P&gt;= "\" wait for one Userinput(the user push "enter" self&lt;/P&gt;
&lt;P&gt;= ; repeat last command (= BASE)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution, remove your ";" after "Base;\&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 17:24:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7352796#M42567</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-09-04T17:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7352873#M42568</link>
      <description>&lt;P&gt;Debugging macros in LT is not easy, as&amp;nbsp;Sebastian has said pay close attention to the command line history, and one other helpful variable is macrotrace=1 it's undocumented and only valid in the current session of Autocad and is not saved, but it gives a breakdown&amp;nbsp;of what happens inside the Diesel strings (again not easy to follow - but useful).&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 18:38:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7352873#M42568</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-09-04T18:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7352888#M42569</link>
      <description>Cheers Guys thanks for the help on this one.</description>
      <pubDate>Mon, 04 Sep 2017 18:53:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7352888#M42569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-04T18:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7353804#M42570</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt; apologies i clicked too soon i am still experiencing an issue after the base command. I am now able to enter it but My command line is reading&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command : Pline&lt;BR /&gt;&lt;BR /&gt;Pline starting point: $M=&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2017 07:50:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7353804#M42570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T07:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7353819#M42571</link>
      <description>&lt;P&gt;Make sure you have only removed that one single semi colon, otherwise paste your updated code here because it should be working.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 07:57:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7353819#M42571</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-09-05T07:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7353873#M42572</link>
      <description>Yes your right i Just tested in another dwg and it works. Is it a system variable or setting i am missing?</description>
      <pubDate>Tue, 05 Sep 2017 08:20:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7353873#M42572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T08:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7353915#M42573</link>
      <description>&lt;P&gt;Not that I am aware of, it could have just been a hiccup in the system, I do occasionally notice that after altering a macro the old version is somehow still in memory, or some other odd behaviour. It doesn't happen often and I couldn't say why maybe UE (User Error).&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 08:42:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7353915#M42573</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-09-05T08:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354127#M42574</link>
      <description>User error? So the same macro attached to my default right click menu , returns different responses in two drawings running at the same time. One works perfectly as required and the second returns&lt;BR /&gt;&lt;BR /&gt;Command : Pline&lt;BR /&gt;&lt;BR /&gt;Pline starting point: $M=&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2017 10:19:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354127#M42574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354152#M42575</link>
      <description>&lt;P&gt;Now that is interesting ! you could be onto something here. Is it repeatable if you close autocad and open these same 2 drawings again.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 10:26:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354152#M42575</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-09-05T10:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354168#M42576</link>
      <description>Yes i restarted opened up another drawing i had worked on before and started a brand new drawing. Again it does not work in the older drawing but works in a brand new session. When i save the new drawing and re open it still works. Does it have something to do with versions? The older drawings were created in earlier versions of CAD</description>
      <pubDate>Tue, 05 Sep 2017 10:33:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354168#M42576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T10:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354211#M42577</link>
      <description>&lt;P&gt;It could be version related or a variable that is stored with the drawing, I can't think of a variable to stop a diesel macro from running (but there could be), I would list all the variables from both drawings and compare them, but it's a bit of a job. The command "setvar" followed by "?" and then "*" will list all of the system variables, setting qaflags=2 before hand will give you&amp;nbsp;the complete listing without having to press enter all the time. And using logfiles will make it easier than copying the command history which can be limited in length. And all this probably sounds like rambling at the moment ;&amp;gt;)&amp;nbsp;, it's a long description, could you post the two drawings, I would certainly be interested in testing it out.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 10:49:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354211#M42577</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-09-05T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354449#M42578</link>
      <description>&lt;P&gt;No it makes perfect sense :). I cant share the drawings unfortunately but i have compared the two log files via excel see below .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CDATE 20170905.11532201 (read only) CDATE 20170905.11545900 (read only) FALSE&lt;BR /&gt;CLIPBOARD 4 (read only) CLIPBOARD 1 (read only) FALSE&lt;BR /&gt;DATE 2458002.49540509 (read only) DATE 2458002.49651620 (read only) FALSE&lt;BR /&gt;DBMOD 55 (read only) DBMOD 21 (read only) FALSE&lt;BR /&gt;DWGNAME "" (read only) DWGNAME "" (read only) FALSE&lt;BR /&gt;DWGPREFIX "" (read only) DWGPREFIX "" (read only) TRUE&lt;BR /&gt;EXTMAX 159763.5000,159536.6944,136.0000 (read only) EXTMAX 3529.2521,1771.4822,0.0000 (read only) FALSE&lt;BR /&gt;EXTMIN 0.0000,-1.0679,-1.0000 (read only) EXTMIN 3402.1130,1709.9979,0.0000 (read only) FALSE&lt;BR /&gt;GRIDMODE 0 GRIDMODE 1 FALSE&lt;BR /&gt;INSBASE 158529.8987,156954.3084,0.0000 INSBASE 3412.2022,1746.0785,0.0000 FALSE&lt;BR /&gt;LASTANGLE 155 (read only) LASTANGLE 358 (read only) FALSE&lt;BR /&gt;LASTPOINT 158512.0662,156996.3167,0.0000 LASTPOINT 3347.1213,1729.9481,0.0000 FALSE&lt;BR /&gt;LOGFILENAME LOGFILENAME TRUE&lt;BR /&gt;OFFSETDIST 0.6000 OFFSETDIST -1.0000 FALSE&lt;BR /&gt;SAVEFILE SAVEFILE FALSE&lt;BR /&gt;SAVENAME SAVENAME "" (read only) FALSE&lt;BR /&gt;TDCREATE 2457605.71217593 (read only) TDCREATE 2458002.47575232 (read only) FALSE&lt;BR /&gt;TDINDWG 17.44053681 (read only) TDINDWG 0.02039352 (read only) FALSE&lt;BR /&gt;TDUCREATE 2457605.67051692 (read only) TDUCREATE 2458002.43408565 (read only) FALSE&lt;BR /&gt;TDUPDATE 2458002.45479167 (read only) TDUPDATE 2458002.47899306 (read only) FALSE&lt;BR /&gt;TDUSRTIMER 17.44053601 (read only) TDUSRTIMER 0.02039352 (read only) FALSE&lt;BR /&gt;TDUUPDATE 2458002.41312500 (read only) TDUUPDATE 2458002.43732639 (read only) FALSE&lt;BR /&gt;TEXTSIZE 3.6074 TEXTSIZE 2.5000 FALSE&lt;BR /&gt;VIEWCTR 158595.3117,156936.2677,0.0000 (read only) VIEWCTR 3442.6987,1736.4238,0.0000 (read only) FALSE&lt;BR /&gt;VIEWSIZE 130.3905 (read only) VIEWSIZE 100.6103 (read only) FALSE&lt;BR /&gt;VSMAX 231312.2391,181075.6054,0.0000 (read only) VSMAX 4705.3726,2145.2586,0.0000 (read only) FALSE&lt;BR /&gt;VSMIN 85771.4707,132840.1032,0.0000 (read only) VSMIN 2284.4426,1342.9076,0.0000 (read only) FALSE&lt;BR /&gt;CENTEREXE 0.1200 CENTEREXE 3.5000 FALSE&lt;BR /&gt;CENTERLTYPEFILE "acad.lin" CENTERLTYPEFILE "acadiso.lin" FALSE&lt;BR /&gt;HPCOLOR "RGB:40,148,215" HPCOLOR "use current" FALSE&lt;BR /&gt;HPTRANSPARENCY "ByLayer" HPTRANSPARENCY "use current" FALSE&lt;BR /&gt;3DSELECTIONMODE 1 3DSELECTIONMODE 1 TRUE&lt;BR /&gt;AFLAGS 16 AFLAGS 16 TRUE&lt;BR /&gt;ANGBASE 0 ANGBASE 0 TRUE&lt;BR /&gt;ANGDIR 0 ANGDIR 0 TRUE&lt;BR /&gt;ANNOALLVISIBLE 1 ANNOALLVISIBLE 1 TRUE&lt;BR /&gt;ANNOAUTOSCALE -4 ANNOAUTOSCALE -4 TRUE&lt;BR /&gt;ANNOTATIVEDWG 0 ANNOTATIVEDWG 0 TRUE&lt;BR /&gt;APBOX 0 APBOX 0 TRUE&lt;BR /&gt;APERTURE 10 APERTURE 10 TRUE&lt;BR /&gt;AREA 0.0000 (read only) AREA 0.0000 (read only) TRUE&lt;BR /&gt;ATTDIA 0 ATTDIA 0 TRUE&lt;BR /&gt;ATTIPE 0 ATTIPE 0 TRUE&lt;BR /&gt;ATTMODE 1 ATTMODE 1 TRUE&lt;BR /&gt;ATTMULTI 1 ATTMULTI 1 TRUE&lt;BR /&gt;ATTREQ 1 ATTREQ 1 TRUE&lt;BR /&gt;AUDITCTL 0 AUDITCTL 0 TRUE&lt;BR /&gt;AUNITS 0 AUNITS 0 TRUE&lt;BR /&gt;AUPREC 0 AUPREC 0 TRUE&lt;BR /&gt;AUTOMATICPUB 0 AUTOMATICPUB 0 TRUE&lt;BR /&gt;AUTOSNAP 55 AUTOSNAP 55 TRUE&lt;BR /&gt;BACKGROUNDPLOT 0 BACKGROUNDPLOT 0 TRUE&lt;BR /&gt;BACKZ 0.0000 (read only) BACKZ 0.0000 (read only) TRUE&lt;BR /&gt;BACTIONBARMODE 1 BACTIONBARMODE 1 TRUE&lt;BR /&gt;BACTIONCOLOR "7" BACTIONCOLOR "7" TRUE&lt;BR /&gt;BCONSTATUSMODE 0 BCONSTATUSMODE 0 TRUE&lt;BR /&gt;BDEPENDENCYHIGHLIGHT 1 BDEPENDENCYHIGHLIGHT 1 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;BGRIPOBJCOLOR "141" BGRIPOBJCOLOR "141" TRUE&lt;BR /&gt;BGRIPOBJSIZE 8 BGRIPOBJSIZE 8 TRUE&lt;BR /&gt;BINDTYPE 0 BINDTYPE 0 TRUE&lt;BR /&gt;BLOCKEDITLOCK 0 BLOCKEDITLOCK 0 TRUE&lt;BR /&gt;BLOCKEDITOR 0 (read only) BLOCKEDITOR 0 (read only) TRUE&lt;BR /&gt;BPARAMETERCOLOR "170" BPARAMETERCOLOR "170" TRUE&lt;BR /&gt;BPARAMETERFONT "Simplex.shx" BPARAMETERFONT "Simplex.shx" TRUE&lt;BR /&gt;BPARAMETERSIZE 12 BPARAMETERSIZE 12 TRUE&lt;BR /&gt;BTMARKDISPLAY 1 BTMARKDISPLAY 1 TRUE&lt;BR /&gt;BVMODE 0 BVMODE 0 TRUE&lt;BR /&gt;CANNOSCALE "1:1" CANNOSCALE "1:1" TRUE&lt;BR /&gt;CANNOSCALEVALUE 1.000000000 (read only) CANNOSCALEVALUE 1.000000000 (read only) TRUE&lt;BR /&gt;CECOLOR "BYLAYER" CECOLOR "BYLAYER" TRUE&lt;BR /&gt;CELTSCALE 1.0000 CELTSCALE 1.0000 TRUE&lt;BR /&gt;CELTYPE "BYLAYER" CELTYPE "BYLAYER" TRUE&lt;BR /&gt;CELWEIGHT -1 CELWEIGHT -1 TRUE&lt;BR /&gt;CENTERMT 0 CENTERMT 0 TRUE&lt;BR /&gt;CETRANSPARENCY ByLayer CETRANSPARENCY ByLayer TRUE&lt;BR /&gt;CGEOCS "" (read only) CGEOCS "" (read only) TRUE&lt;BR /&gt;CHAMFERA 0.0000 CHAMFERA 0.0000 TRUE&lt;BR /&gt;CHAMFERB 0.0000 CHAMFERB 0.0000 TRUE&lt;BR /&gt;CHAMFERC 0.0000 CHAMFERC 0.0000 TRUE&lt;BR /&gt;CHAMFERD 0 CHAMFERD 0 TRUE&lt;BR /&gt;CHAMMODE 0 CHAMMODE 0 TRUE&lt;BR /&gt;CIRCLERAD 0.0000 CIRCLERAD 0.0000 TRUE&lt;BR /&gt;CLAYER "CBL_Drop" CLAYER "CBL_Drop" TRUE&lt;BR /&gt;CLAYOUT "Model*22" CLAYOUT "Model*22" TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;CMDACTIVE 1 (read only) CMDACTIVE 1 (read only) TRUE&lt;BR /&gt;CMDDIA 0 CMDDIA 0 TRUE&lt;BR /&gt;CMDECHO 1 CMDECHO 1 TRUE&lt;BR /&gt;CMDINPUTHISTORYMAX 20 CMDINPUTHISTORYMAX 20 TRUE&lt;BR /&gt;CMDNAMES "SETVAR" (read only) CMDNAMES "SETVAR" (read only) TRUE&lt;BR /&gt;CMLEADERSTYLE "Standard" CMLEADERSTYLE "Standard" TRUE&lt;BR /&gt;CONSTRAINTBARMODE 4095 CONSTRAINTBARMODE 4095 TRUE&lt;BR /&gt;CONSTRAINTNAMEFORMAT 2 CONSTRAINTNAMEFORMAT 2 TRUE&lt;BR /&gt;CONSTRAINTRELAX 0 (read only) CONSTRAINTRELAX 0 (read only) TRUE&lt;BR /&gt;CONSTRAINTSOLVEMODE 1 CONSTRAINTSOLVEMODE 1 TRUE&lt;BR /&gt;COORDS 2 COORDS 2 TRUE&lt;BR /&gt;COPYMODE 0 COPYMODE 0 TRUE&lt;BR /&gt;CPLOTSTYLE "ByColor" (read only) CPLOTSTYLE "ByColor" (read only) TRUE&lt;BR /&gt;CTAB "Model" CTAB "Model" TRUE&lt;BR /&gt;CTABLESTYLE "Standard" CTABLESTYLE "Standard" TRUE&lt;BR /&gt;CURSORSIZE 5 CURSORSIZE 5 TRUE&lt;BR /&gt;DATALINKNOTIFY 2 DATALINKNOTIFY 2 TRUE&lt;BR /&gt;DBLCLKEDIT ON DBLCLKEDIT ON TRUE&lt;BR /&gt;DCTCUST "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." DCTCUST "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." TRUE&lt;BR /&gt;DCTMAIN "enu" DCTMAIN "enu" TRUE&lt;BR /&gt;DEFLPLSTYLE "ByColor" (read only) DEFLPLSTYLE "ByColor" (read only) TRUE&lt;BR /&gt;DEFPLSTYLE "ByColor" (read only) DEFPLSTYLE "ByColor" (read only) TRUE&lt;BR /&gt;DELOBJ 3 DELOBJ 3 TRUE&lt;BR /&gt;DGNFRAME 0 DGNFRAME 0 TRUE&lt;BR /&gt;DGNIMPORTMAX 10000000 DGNIMPORTMAX 10000000 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;DGNMAPPINGPATH "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." (read only) DGNMAPPINGPATH "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." (read only) TRUE&lt;BR /&gt;DGNOSNAP 1 DGNOSNAP 1 TRUE&lt;BR /&gt;DIASTAT 1 (read only) DIASTAT 1 (read only) TRUE&lt;BR /&gt;DIMADEC 0 DIMADEC 0 TRUE&lt;BR /&gt;DIMALT OFF DIMALT OFF TRUE&lt;BR /&gt;DIMALTD 3 DIMALTD 3 TRUE&lt;BR /&gt;DIMALTF 0.0394 DIMALTF 0.0394 TRUE&lt;BR /&gt;DIMALTRND 0.0000 DIMALTRND 0.0000 TRUE&lt;BR /&gt;DIMALTTD 3 DIMALTTD 3 TRUE&lt;BR /&gt;DIMALTTZ 0 DIMALTTZ 0 TRUE&lt;BR /&gt;DIMALTU 2 DIMALTU 2 TRUE&lt;BR /&gt;DIMALTZ 0 DIMALTZ 0 TRUE&lt;BR /&gt;DIMANNO 0 (read only) DIMANNO 0 (read only) TRUE&lt;BR /&gt;DIMAPOST "" DIMAPOST "" TRUE&lt;BR /&gt;DIMARCSYM 0 DIMARCSYM 0 TRUE&lt;BR /&gt;DIMASO ON DIMASO ON TRUE&lt;BR /&gt;DIMASSOC 2 DIMASSOC 2 TRUE&lt;BR /&gt;DIMASZ 2.5000 DIMASZ 2.5000 TRUE&lt;BR /&gt;DIMATFIT 3 DIMATFIT 3 TRUE&lt;BR /&gt;DIMAUNIT 0 DIMAUNIT 0 TRUE&lt;BR /&gt;DIMAZIN 0 DIMAZIN 0 TRUE&lt;BR /&gt;DIMBLK "" DIMBLK "" TRUE&lt;BR /&gt;DIMBLK1 "" DIMBLK1 "" TRUE&lt;BR /&gt;DIMBLK2 "" DIMBLK2 "" TRUE&lt;BR /&gt;DIMCEN 2.5000 DIMCEN 2.5000 TRUE&lt;BR /&gt;DIMCLRD 0 DIMCLRD 0 TRUE&lt;BR /&gt;DIMCLRE 0 DIMCLRE 0 TRUE&lt;BR /&gt;DIMCLRT 0 DIMCLRT 0 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;DIMDEC 2 DIMDEC 2 TRUE&lt;BR /&gt;DIMDLE 0.0000 DIMDLE 0.0000 TRUE&lt;BR /&gt;DIMDLI 3.7500 DIMDLI 3.7500 TRUE&lt;BR /&gt;DIMDSEP "," DIMDSEP "," TRUE&lt;BR /&gt;DIMEXE 1.2500 DIMEXE 1.2500 TRUE&lt;BR /&gt;DIMEXO 0.6250 DIMEXO 0.6250 TRUE&lt;BR /&gt;DIMFIT 3 DIMFIT 3 TRUE&lt;BR /&gt;DIMFRAC 0 DIMFRAC 0 TRUE&lt;BR /&gt;DIMFXL 1.0000 DIMFXL 1.0000 TRUE&lt;BR /&gt;DIMFXLON OFF DIMFXLON OFF TRUE&lt;BR /&gt;DIMGAP 0.6250 DIMGAP 0.6250 TRUE&lt;BR /&gt;DIMJOGANG 45 DIMJOGANG 45 TRUE&lt;BR /&gt;DIMJUST 0 DIMJUST 0 TRUE&lt;BR /&gt;DIMLDRBLK "" DIMLDRBLK "" TRUE&lt;BR /&gt;DIMLFAC 1.0000 DIMLFAC 1.0000 TRUE&lt;BR /&gt;DIMLIM OFF DIMLIM OFF TRUE&lt;BR /&gt;DIMLTEX1 "" DIMLTEX1 "" TRUE&lt;BR /&gt;DIMLTEX2 "" DIMLTEX2 "" TRUE&lt;BR /&gt;DIMLTYPE "" DIMLTYPE "" TRUE&lt;BR /&gt;DIMLUNIT 2 DIMLUNIT 2 TRUE&lt;BR /&gt;DIMLWD -2 DIMLWD -2 TRUE&lt;BR /&gt;DIMLWE -2 DIMLWE -2 TRUE&lt;BR /&gt;DIMPOST "" DIMPOST "" TRUE&lt;BR /&gt;DIMRND 0.0000 DIMRND 0.0000 TRUE&lt;BR /&gt;DIMSAH OFF DIMSAH OFF TRUE&lt;BR /&gt;DIMSCALE 1.0000 DIMSCALE 1.0000 TRUE&lt;BR /&gt;DIMSD1 OFF DIMSD1 OFF TRUE&lt;BR /&gt;DIMSD2 OFF DIMSD2 OFF TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;DIMSE1 OFF DIMSE1 OFF TRUE&lt;BR /&gt;DIMSE2 OFF DIMSE2 OFF TRUE&lt;BR /&gt;DIMSHO ON DIMSHO ON TRUE&lt;BR /&gt;DIMSOXD OFF DIMSOXD OFF TRUE&lt;BR /&gt;DIMSTYLE "ISO-25" (read only) DIMSTYLE "ISO-25" (read only) TRUE&lt;BR /&gt;DIMTAD 1 DIMTAD 1 TRUE&lt;BR /&gt;DIMTDEC 2 DIMTDEC 2 TRUE&lt;BR /&gt;DIMTFAC 1.0000 DIMTFAC 1.0000 TRUE&lt;BR /&gt;DIMTFILL 0 DIMTFILL 0 TRUE&lt;BR /&gt;DIMTFILLCLR 0 DIMTFILLCLR 0 TRUE&lt;BR /&gt;DIMTIH OFF DIMTIH OFF TRUE&lt;BR /&gt;DIMTIX OFF DIMTIX OFF TRUE&lt;BR /&gt;DIMTM 0.0000 DIMTM 0.0000 TRUE&lt;BR /&gt;DIMTMOVE 0 DIMTMOVE 0 TRUE&lt;BR /&gt;DIMTOFL ON DIMTOFL ON TRUE&lt;BR /&gt;DIMTOH OFF DIMTOH OFF TRUE&lt;BR /&gt;DIMTOL OFF DIMTOL OFF TRUE&lt;BR /&gt;DIMTOLJ 0 DIMTOLJ 0 TRUE&lt;BR /&gt;DIMTP 0.0000 DIMTP 0.0000 TRUE&lt;BR /&gt;DIMTSZ 0.0000 DIMTSZ 0.0000 TRUE&lt;BR /&gt;DIMTVP 0.0000 DIMTVP 0.0000 TRUE&lt;BR /&gt;DIMTXSTY "Standard" DIMTXSTY "Standard" TRUE&lt;BR /&gt;DIMTXT 2.5000 DIMTXT 2.5000 TRUE&lt;BR /&gt;DIMTXTDIRECTION OFF DIMTXTDIRECTION OFF TRUE&lt;BR /&gt;DIMTZIN 8 DIMTZIN 8 TRUE&lt;BR /&gt;DIMUNIT 2 DIMUNIT 2 TRUE&lt;BR /&gt;DIMUPT OFF DIMUPT OFF TRUE&lt;BR /&gt;DIMZIN 8 DIMZIN 8 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;DISPSILH 0 DISPSILH 0 TRUE&lt;BR /&gt;DISTANCE 0.0000 (read only) DISTANCE 0.0000 (read only) TRUE&lt;BR /&gt;DONUTID 0.5000 DONUTID 0.5000 TRUE&lt;BR /&gt;DONUTOD 1.0000 DONUTOD 1.0000 TRUE&lt;BR /&gt;DRAGMODE 2 DRAGMODE 2 TRUE&lt;BR /&gt;DRAGP1 5000 DRAGP1 5000 TRUE&lt;BR /&gt;DRAGP2 10 DRAGP2 10 TRUE&lt;BR /&gt;DRAWORDERCTL 3 DRAWORDERCTL 3 TRUE&lt;BR /&gt;DWFFRAME 2 DWFFRAME 2 TRUE&lt;BR /&gt;DWFOSNAP 1 DWFOSNAP 1 TRUE&lt;BR /&gt;DWGCHECK 1 DWGCHECK 1 TRUE&lt;BR /&gt;DWGCODEPAGE "ANSI_1252" (read only) DWGCODEPAGE "ANSI_1252" (read only) TRUE&lt;BR /&gt;DWGTITLED 1 (read only) DWGTITLED 1 (read only) TRUE&lt;BR /&gt;DYNCONSTRAINTMODE 1 DYNCONSTRAINTMODE 1 TRUE&lt;BR /&gt;DYNDIGRIP 31 DYNDIGRIP 31 TRUE&lt;BR /&gt;DYNDIVIS 1 DYNDIVIS 1 TRUE&lt;BR /&gt;DYNPICOORDS 0 DYNPICOORDS 0 TRUE&lt;BR /&gt;DYNPIFORMAT 0 DYNPIFORMAT 0 TRUE&lt;BR /&gt;DYNPIVIS 1 DYNPIVIS 1 TRUE&lt;BR /&gt;DYNPROMPT 1 DYNPROMPT 1 TRUE&lt;BR /&gt;DYNTOOLTIPS 1 DYNTOOLTIPS 1 TRUE&lt;BR /&gt;EDGEMODE 0 EDGEMODE 0 TRUE&lt;BR /&gt;ELEVATION 0.0000 ELEVATION 0.0000 TRUE&lt;BR /&gt;EXEDIR "C:\Program Files\Autodesk\AutoCAD LT 2018\" (read only) EXEDIR "C:\Program Files\Autodesk\AutoCAD LT 2018\" (read only) TRUE&lt;BR /&gt;EXPERT 0 EXPERT 0 TRUE&lt;BR /&gt;EXPLMODE 1 EXPLMODE 1 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;EXTNAMES 1 EXTNAMES 1 TRUE&lt;BR /&gt;FACETRES 0.5000 FACETRES 0.5000 TRUE&lt;BR /&gt;FIELDDISPLAY 1 FIELDDISPLAY 1 TRUE&lt;BR /&gt;FIELDEVAL 31 FIELDEVAL 31 TRUE&lt;BR /&gt;FILEDIA 1 FILEDIA 1 TRUE&lt;BR /&gt;FILLETRAD 0.0000 FILLETRAD 0.0000 TRUE&lt;BR /&gt;FILLMODE 1 FILLMODE 1 TRUE&lt;BR /&gt;FONTALT "simplex.shx" FONTALT "simplex.shx" TRUE&lt;BR /&gt;FONTMAP "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." FONTMAP "C:\Users\user\appdata\roaming\autodesk\autocad lt 20..." TRUE&lt;BR /&gt;FRONTZ 0.0000 (read only) FRONTZ 0.0000 (read only) TRUE&lt;BR /&gt;FULLPLOTPATH 1 FULLPLOTPATH 1 TRUE&lt;BR /&gt;GEOLATLONGFORMAT 0 GEOLATLONGFORMAT 0 TRUE&lt;BR /&gt;GEOMARKERVISIBILITY 1 GEOMARKERVISIBILITY 1 TRUE&lt;BR /&gt;GFANG 0 GFANG 0 TRUE&lt;BR /&gt;GFCLR1 "5" GFCLR1 "5" TRUE&lt;BR /&gt;GFCLR2 "2" GFCLR2 "2" TRUE&lt;BR /&gt;GFCLRLUM 1.000000000 GFCLRLUM 1.000000000 TRUE&lt;BR /&gt;GFCLRSTATE 0 GFCLRSTATE 0 TRUE&lt;BR /&gt;GFNAME 1 GFNAME 1 TRUE&lt;BR /&gt;GFSHIFT 0 GFSHIFT 0 TRUE&lt;BR /&gt;GRIDDISPLAY 3 GRIDDISPLAY 3 TRUE&lt;BR /&gt;GRIDMAJOR 5 GRIDMAJOR 5 TRUE&lt;BR /&gt;GRIDUNIT 10.0000,10.0000 GRIDUNIT 10.0000,10.0000 TRUE&lt;BR /&gt;GRIPBLOCK 0 GRIPBLOCK 0 TRUE&lt;BR /&gt;GRIPCOLOR 150 GRIPCOLOR 150 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;GRIPCONTOUR 251 GRIPCONTOUR 251 TRUE&lt;BR /&gt;GRIPDYNCOLOR 140 GRIPDYNCOLOR 140 TRUE&lt;BR /&gt;GRIPHOT 12 GRIPHOT 12 TRUE&lt;BR /&gt;GRIPHOVER 11 GRIPHOVER 11 TRUE&lt;BR /&gt;GRIPOBJLIMIT 100 GRIPOBJLIMIT 100 TRUE&lt;BR /&gt;GRIPS 2 GRIPS 2 TRUE&lt;BR /&gt;GRIPTIPS 1 GRIPTIPS 1 TRUE&lt;BR /&gt;HALOGAP 0 HALOGAP 0 TRUE&lt;BR /&gt;HANDLES 1 (read only) HANDLES 1 (read only) TRUE&lt;BR /&gt;HIDETEXT ON HIDETEXT ON TRUE&lt;BR /&gt;HIDEXREFSCALES 1 HIDEXREFSCALES 1 TRUE&lt;BR /&gt;HIGHLIGHT 1 HIGHLIGHT 1 TRUE&lt;BR /&gt;HPANG 0 HPANG 0 TRUE&lt;BR /&gt;HPANNOTATIVE 0 HPANNOTATIVE 0 TRUE&lt;BR /&gt;HPASSOC 1 HPASSOC 1 TRUE&lt;BR /&gt;HPBOUND 1 HPBOUND 1 TRUE&lt;BR /&gt;HPBOUNDRETAIN 0 HPBOUNDRETAIN 0 TRUE&lt;BR /&gt;HPDOUBLE 0 HPDOUBLE 0 TRUE&lt;BR /&gt;HPDRAWORDER 3 HPDRAWORDER 3 TRUE&lt;BR /&gt;HPGAPTOL 0.0000 HPGAPTOL 0.0000 TRUE&lt;BR /&gt;HPINHERIT 0 HPINHERIT 0 TRUE&lt;BR /&gt;HPISLANDDETECTION 1 HPISLANDDETECTION 1 TRUE&lt;BR /&gt;HPISLANDDETECTIONMODE 1 HPISLANDDETECTIONMODE 1 TRUE&lt;BR /&gt;HPMAXLINES 100000 HPMAXLINES 100000 TRUE&lt;BR /&gt;HPNAME "ANGLE" HPNAME "ANGLE" TRUE&lt;BR /&gt;HPOBJWARNING 10000 HPOBJWARNING 10000 TRUE&lt;BR /&gt;HPORIGIN 0.0000,0.0000 HPORIGIN 0.0000,0.0000 TRUE&lt;BR /&gt;HPORIGINMODE 0 HPORIGINMODE 0 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;HPQUICKPREVTIMEOUT 2 HPQUICKPREVTIMEOUT 2 TRUE&lt;BR /&gt;HPSCALE 1.0000 HPSCALE 1.0000 TRUE&lt;BR /&gt;HPSEPARATE 0 HPSEPARATE 0 TRUE&lt;BR /&gt;HPSPACE 1.0000 HPSPACE 1.0000 TRUE&lt;BR /&gt;HYPERLINKBASE "" HYPERLINKBASE "" TRUE&lt;BR /&gt;IMAGEHLT 0 IMAGEHLT 0 TRUE&lt;BR /&gt;INDEXCTL 0 INDEXCTL 0 TRUE&lt;BR /&gt;INETLOCATION "_cen" INETLOCATION "_cen" TRUE&lt;BR /&gt;INPUTHISTORYMODE 15 INPUTHISTORYMODE 15 TRUE&lt;BR /&gt;INSNAME "Pole" INSNAME "Pole" TRUE&lt;BR /&gt;INSUNITS 4 INSUNITS 4 TRUE&lt;BR /&gt;INSUNITSDEFSOURCE 4 INSUNITSDEFSOURCE 4 TRUE&lt;BR /&gt;INSUNITSDEFTARGET 4 INSUNITSDEFTARGET 4 TRUE&lt;BR /&gt;INTELLIGENTUPDATE 20 INTELLIGENTUPDATE 20 TRUE&lt;BR /&gt;INTERSECTIONCOLOR 257 INTERSECTIONCOLOR 257 TRUE&lt;BR /&gt;INTERSECTIONDISPLAY OFF INTERSECTIONDISPLAY OFF TRUE&lt;BR /&gt;ISAVEBAK 1 ISAVEBAK 1 TRUE&lt;BR /&gt;ISAVEPERCENT 50 ISAVEPERCENT 50 TRUE&lt;BR /&gt;ISOLINES 4 ISOLINES 4 TRUE&lt;BR /&gt;LARGEOBJECTSUPPORT 0 LARGEOBJECTSUPPORT 0 TRUE&lt;BR /&gt;LATITUDE 37.7950 LATITUDE 37.7950 TRUE&lt;BR /&gt;LAYEREVAL 0 LAYEREVAL 0 TRUE&lt;BR /&gt;LAYEREVALCTL 1 LAYEREVALCTL 1 TRUE&lt;BR /&gt;LAYERFILTERALERT 2 LAYERFILTERALERT 2 TRUE&lt;BR /&gt;LAYERNOTIFY 0 LAYERNOTIFY 0 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;LAYLOCKFADECTL 50 LAYLOCKFADECTL 50 TRUE&lt;BR /&gt;LAYOUTREGENCTL 0 LAYOUTREGENCTL 0 TRUE&lt;BR /&gt;LENSLENGTH 50.0000 LENSLENGTH 50.0000 TRUE&lt;BR /&gt;LIMCHECK 0 LIMCHECK 0 TRUE&lt;BR /&gt;LIMMAX 420.0000,297.0000 LIMMAX 420.0000,297.0000 TRUE&lt;BR /&gt;LIMMIN 0.0000,0.0000 LIMMIN 0.0000,0.0000 TRUE&lt;BR /&gt;LOCALE "ENI" (read only) LOCALE "ENI" (read only) TRUE&lt;BR /&gt;LOCALROOTPREFIX "C:\Users\user\AppData\Local\Autodesk\AutoCAD LT 2018..." (read only) LOCALROOTPREFIX "C:\Users\user\AppData\Local\Autodesk\AutoCAD LT 2018..." (read only) TRUE&lt;BR /&gt;LOCKUI 0 LOCKUI 0 TRUE&lt;BR /&gt;LOGFILEMODE 1 LOGFILEMODE 1 TRUE&lt;BR /&gt;LOGFILEPATH "C:\Users\user\documents\limerick" LOGFILEPATH "C:\Users\user\documents\limerick" TRUE&lt;BR /&gt;LONGITUDE -122.3940 LONGITUDE -122.3940 TRUE&lt;BR /&gt;LTSCALE 1.0000 LTSCALE 1.0000 TRUE&lt;BR /&gt;LUNITS 2 LUNITS 2 TRUE&lt;BR /&gt;LUPREC 4 LUPREC 4 TRUE&lt;BR /&gt;LWDEFAULT 25 LWDEFAULT 25 TRUE&lt;BR /&gt;LWDISPLAY OFF LWDISPLAY OFF TRUE&lt;BR /&gt;LWUNITS 1 LWUNITS 1 TRUE&lt;BR /&gt;MAXACTVP 64 MAXACTVP 64 TRUE&lt;BR /&gt;MAXSORT 1000 MAXSORT 1000 TRUE&lt;BR /&gt;MBUTTONPAN 1 MBUTTONPAN 1 TRUE&lt;BR /&gt;MEASUREINIT 1 MEASUREINIT 1 TRUE&lt;BR /&gt;MEASUREMENT 1 MEASUREMENT 1 TRUE&lt;BR /&gt;MENUBAR 1 MENUBAR 1 TRUE&lt;BR /&gt;MENUECHO 0 MENUECHO 0 TRUE&lt;BR /&gt;MIRRTEXT 0 MIRRTEXT 0 TRUE&lt;BR /&gt;MLEADERSCALE 1.0000 MLEADERSCALE 1.0000 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;MODEMACRO "" MODEMACRO "" TRUE&lt;BR /&gt;MSLTSCALE 1 MSLTSCALE 1 TRUE&lt;BR /&gt;MSOLESCALE 1.0000 MSOLESCALE 1.0000 TRUE&lt;BR /&gt;MTEXTCOLUMN 2 MTEXTCOLUMN 2 TRUE&lt;BR /&gt;MTEXTED "Internal" MTEXTED "Internal" TRUE&lt;BR /&gt;MTEXTFIXED 0 MTEXTFIXED 0 TRUE&lt;BR /&gt;MTEXTTOOLBAR 2 MTEXTTOOLBAR 2 TRUE&lt;BR /&gt;MTJIGSTRING "abc" MTJIGSTRING "abc" TRUE&lt;BR /&gt;MYDOCUMENTSPREFIX "C:\Users\user\Documents" (read only) MYDOCUMENTSPREFIX "C:\Users\user\Documents" (read only) TRUE&lt;BR /&gt;NORTHDIRECTION 0 NORTHDIRECTION 0 TRUE&lt;BR /&gt;OBSCUREDCOLOR 257 OBSCUREDCOLOR 257 TRUE&lt;BR /&gt;OBSCUREDLTYPE 0 OBSCUREDLTYPE 0 TRUE&lt;BR /&gt;OFFSETGAPTYPE 0 OFFSETGAPTYPE 0 TRUE&lt;BR /&gt;OLEFRAME 2 OLEFRAME 2 TRUE&lt;BR /&gt;OLEHIDE 0 OLEHIDE 0 TRUE&lt;BR /&gt;OLEQUALITY 3 OLEQUALITY 3 TRUE&lt;BR /&gt;OLESTARTUP 0 OLESTARTUP 0 TRUE&lt;BR /&gt;ORTHOMODE 0 ORTHOMODE 0 TRUE&lt;BR /&gt;OSMODE 16391 OSMODE 16391 TRUE&lt;BR /&gt;OSNAPCOORD 2 OSNAPCOORD 2 TRUE&lt;BR /&gt;OSNAPHATCH 0 OSNAPHATCH 0 TRUE&lt;BR /&gt;OSOPTIONS 1 OSOPTIONS 1 TRUE&lt;BR /&gt;PAPERUPDATE 0 PAPERUPDATE 0 TRUE&lt;BR /&gt;PDFFRAME 1 PDFFRAME 1 TRUE&lt;BR /&gt;PDMODE 0 PDMODE 0 TRUE&lt;BR /&gt;PDSIZE 0.0000 PDSIZE 0.0000 TRUE&lt;BR /&gt;PEDITACCEPT 0 PEDITACCEPT 0 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;PELLIPSE 0 PELLIPSE 0 TRUE&lt;BR /&gt;PERIMETER 0.0000 (read only) PERIMETER 0.0000 (read only) TRUE&lt;BR /&gt;PERSPECTIVE 0 PERSPECTIVE 0 TRUE&lt;BR /&gt;PERSPECTIVECLIP 5.0000 PERSPECTIVECLIP 5.0000 TRUE&lt;BR /&gt;PICKADD 2 PICKADD 2 TRUE&lt;BR /&gt;PICKAUTO 5 PICKAUTO 5 TRUE&lt;BR /&gt;PICKBOX 3 PICKBOX 3 TRUE&lt;BR /&gt;PICKDRAG 2 PICKDRAG 2 TRUE&lt;BR /&gt;PICKFIRST 1 PICKFIRST 1 TRUE&lt;BR /&gt;PICKSTYLE 1 PICKSTYLE 1 TRUE&lt;BR /&gt;PLATFORM "Microsoft Windows NT Version 6.1 (x64)" (read only) PLATFORM "Microsoft Windows NT Version 6.1 (x64)" (read only) TRUE&lt;BR /&gt;PLINECONVERTMODE 0 PLINECONVERTMODE 0 TRUE&lt;BR /&gt;PLINEGEN 0 PLINEGEN 0 TRUE&lt;BR /&gt;PLINETYPE 2 PLINETYPE 2 TRUE&lt;BR /&gt;PLINEWID 0.0000 PLINEWID 0.0000 TRUE&lt;BR /&gt;PLOTOFFSET 0 PLOTOFFSET 0 TRUE&lt;BR /&gt;PLOTROTMODE 2 PLOTROTMODE 2 TRUE&lt;BR /&gt;PLQUIET 1 PLQUIET 1 TRUE&lt;BR /&gt;POLARADDANG "" POLARADDANG "" TRUE&lt;BR /&gt;POLARDIST 0.0000 POLARDIST 0.0000 TRUE&lt;BR /&gt;POLYSIDES 4 POLYSIDES 4 TRUE&lt;BR /&gt;PREVIEWFILTER 3 PREVIEWFILTER 3 TRUE&lt;BR /&gt;PROJMODE 1 PROJMODE 1 TRUE&lt;BR /&gt;PROXYGRAPHICS 1 PROXYGRAPHICS 1 TRUE&lt;BR /&gt;PROXYNOTICE 0 PROXYNOTICE 0 TRUE&lt;BR /&gt;PROXYSHOW 0 PROXYSHOW 0 TRUE&lt;BR /&gt;PSLTSCALE 1 PSLTSCALE 1 TRUE&lt;BR /&gt;PSPROLOG "" PSPROLOG "" TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;PSTYLEMODE 1 (read only) PSTYLEMODE 1 (read only) TRUE&lt;BR /&gt;PSTYLEPOLICY 1 PSTYLEPOLICY 1 TRUE&lt;BR /&gt;PUBLISHALLSHEETS 1 PUBLISHALLSHEETS 1 TRUE&lt;BR /&gt;PUBLISHCOLLATE 1 PUBLISHCOLLATE 1 TRUE&lt;BR /&gt;PUBLISHHATCH 1 PUBLISHHATCH 1 TRUE&lt;BR /&gt;PUCSBASE "" PUCSBASE "" TRUE&lt;BR /&gt;QPLOCATION 0 QPLOCATION 0 TRUE&lt;BR /&gt;QPMODE -1 QPMODE -1 TRUE&lt;BR /&gt;QTEXTMODE 0 QTEXTMODE 0 TRUE&lt;BR /&gt;QVDRAWINGPIN 0 QVDRAWINGPIN 0 TRUE&lt;BR /&gt;QVLAYOUTPIN 0 QVLAYOUTPIN 0 TRUE&lt;BR /&gt;RASTERDPI 300 RASTERDPI 300 TRUE&lt;BR /&gt;RASTERPERCENT 20 RASTERPERCENT 20 TRUE&lt;BR /&gt;RASTERTHRESHOLD 20 RASTERTHRESHOLD 20 TRUE&lt;BR /&gt;RECOVERYMODE 2 RECOVERYMODE 2 TRUE&lt;BR /&gt;REFEDITNAME "" (read only) REFEDITNAME "" (read only) TRUE&lt;BR /&gt;REGENMODE 1 REGENMODE 1 TRUE&lt;BR /&gt;REMEMBERFOLDERS 1 REMEMBERFOLDERS 1 TRUE&lt;BR /&gt;REPORTERROR 1 REPORTERROR 1 TRUE&lt;BR /&gt;ROAMABLEROOTPREFIX "C:\Users\user\AppData\Roaming\Autodesk\AutoCAD LT 20..." (read only) ROAMABLEROOTPREFIX "C:\Users\user\AppData\Roaming\Autodesk\AutoCAD LT 20..." (read only) TRUE&lt;BR /&gt;ROLLOVERTIPS 1 ROLLOVERTIPS 1 TRUE&lt;BR /&gt;RTDISPLAY 1 RTDISPLAY 1 TRUE&lt;BR /&gt;SAVEFIDELITY 1 SAVEFIDELITY 1 TRUE&lt;BR /&gt;SAVEFILEPATH "C:\Users\user\appdata\local\temp\" SAVEFILEPATH "C:\Users\user\appdata\local\temp\" TRUE&lt;BR /&gt;SAVETIME 10 SAVETIME 10 TRUE&lt;BR /&gt;SCREENSIZE 1920.0000,637.0000 (read only) SCREENSIZE 1920.0000,637.0000 (read only) TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;SELECTIONANNODISPLAY 1 SELECTIONANNODISPLAY 1 TRUE&lt;BR /&gt;SELECTIONPREVIEW 3 SELECTIONPREVIEW 3 TRUE&lt;BR /&gt;SETBYLAYERMODE 255 SETBYLAYERMODE 255 TRUE&lt;BR /&gt;SHADEDGE 3 SHADEDGE 3 TRUE&lt;BR /&gt;SHADEDIF 70 SHADEDIF 70 TRUE&lt;BR /&gt;SHORTCUTMENU 11 SHORTCUTMENU 11 TRUE&lt;BR /&gt;SHORTCUTMENUDURATION 250 SHORTCUTMENUDURATION 250 TRUE&lt;BR /&gt;SHOWLAYERUSAGE 0 SHOWLAYERUSAGE 0 TRUE&lt;BR /&gt;SIGWARN 1 SIGWARN 1 TRUE&lt;BR /&gt;SKETCHINC 1.0000 SKETCHINC 1.0000 TRUE&lt;BR /&gt;SKPOLY 0 SKPOLY 0 TRUE&lt;BR /&gt;SNAPANG 0 SNAPANG 0 TRUE&lt;BR /&gt;SNAPBASE 0.0000,0.0000 SNAPBASE 0.0000,0.0000 TRUE&lt;BR /&gt;SNAPISOPAIR 0 SNAPISOPAIR 0 TRUE&lt;BR /&gt;SNAPMODE 0 SNAPMODE 0 TRUE&lt;BR /&gt;SNAPSTYL 0 SNAPSTYL 0 TRUE&lt;BR /&gt;SNAPTYPE 0 SNAPTYPE 0 TRUE&lt;BR /&gt;SNAPUNIT 10.0000,10.0000 SNAPUNIT 10.0000,10.0000 TRUE&lt;BR /&gt;SORTENTS 127 SORTENTS 127 TRUE&lt;BR /&gt;SPLFRAME 0 SPLFRAME 0 TRUE&lt;BR /&gt;SPLINESEGS 8 SPLINESEGS 8 TRUE&lt;BR /&gt;SPLINETYPE 6 SPLINETYPE 6 TRUE&lt;BR /&gt;SSFOUND "" (read only) SSFOUND "" (read only) TRUE&lt;BR /&gt;SSLOCATE 1 SSLOCATE 1 TRUE&lt;BR /&gt;SSMAUTOOPEN 1 SSMAUTOOPEN 1 TRUE&lt;BR /&gt;SSMPOLLTIME 60 SSMPOLLTIME 60 TRUE&lt;BR /&gt;SSMSHEETSTATUS 2 SSMSHEETSTATUS 2 TRUE&lt;BR /&gt;STARTINFOLDER "C:\Windows\system32\" (read only) STARTINFOLDER "C:\Windows\system32\" (read only) TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;SYSCODEPAGE "ANSI_1252" (read only) SYSCODEPAGE "ANSI_1252" (read only) TRUE&lt;BR /&gt;TABLEINDICATOR 1 TABLEINDICATOR 1 TRUE&lt;BR /&gt;TABLETOOLBAR 2 TABLETOOLBAR 2 TRUE&lt;BR /&gt;TABMODE 0 TABMODE 0 TRUE&lt;BR /&gt;TARGET 0.0000,0.0000,0.0000 (read only) TARGET 0.0000,0.0000,0.0000 (read only) TRUE&lt;BR /&gt;TEXTED 2 TEXTED 2 TRUE&lt;BR /&gt;TEXTEVAL 0 TEXTEVAL 0 TRUE&lt;BR /&gt;TEXTFILL 1 TEXTFILL 1 TRUE&lt;BR /&gt;TEXTQLTY 50 TEXTQLTY 50 TRUE&lt;BR /&gt;TEXTSTYLE "Standard" TEXTSTYLE "Standard" TRUE&lt;BR /&gt;THICKNESS 0.0000 THICKNESS 0.0000 TRUE&lt;BR /&gt;THUMBSAVE 1 THUMBSAVE 1 TRUE&lt;BR /&gt;TILEMODE 1 TILEMODE 1 TRUE&lt;BR /&gt;TIMEZONE -8000 TIMEZONE -8000 TRUE&lt;BR /&gt;TOOLTIPMERGE 0 TOOLTIPMERGE 0 TRUE&lt;BR /&gt;TRACKPATH 0 TRACKPATH 0 TRUE&lt;BR /&gt;TREEDEPTH 3020 TREEDEPTH 3020 TRUE&lt;BR /&gt;TREEMAX 10000000 TREEMAX 10000000 TRUE&lt;BR /&gt;TRIMMODE 1 TRIMMODE 1 TRUE&lt;BR /&gt;TSPACEFAC 1.0000 TSPACEFAC 1.0000 TRUE&lt;BR /&gt;TSPACETYPE 1 TSPACETYPE 1 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;TSTACKALIGN 1 TSTACKALIGN 1 TRUE&lt;BR /&gt;TSTACKSIZE 70 TSTACKSIZE 70 TRUE&lt;BR /&gt;UCSAXISANG 90 UCSAXISANG 90 TRUE&lt;BR /&gt;UCSBASE "" UCSBASE "" TRUE&lt;BR /&gt;UCSFOLLOW 0 UCSFOLLOW 0 TRUE&lt;BR /&gt;UCSICON 3 UCSICON 3 TRUE&lt;BR /&gt;UCSNAME "" (read only) UCSNAME "" (read only) TRUE&lt;BR /&gt;UCSORG 0.0000,0.0000,0.0000 (read only) UCSORG 0.0000,0.0000,0.0000 (read only) TRUE&lt;BR /&gt;UCSORTHO 1 UCSORTHO 1 TRUE&lt;BR /&gt;UCSVIEW 1 UCSVIEW 1 TRUE&lt;BR /&gt;UCSXDIR 1.0000,0.0000,0.0000 (read only) UCSXDIR 1.0000,0.0000,0.0000 (read only) TRUE&lt;BR /&gt;UCSYDIR 0.0000,1.0000,0.0000 (read only) UCSYDIR 0.0000,1.0000,0.0000 (read only) TRUE&lt;BR /&gt;UNDOCTL 53 (read only) UNDOCTL 53 (read only) TRUE&lt;BR /&gt;UNDOMARKS 0 (read only) UNDOMARKS 0 (read only) TRUE&lt;BR /&gt;UNITMODE 0 UNITMODE 0 TRUE&lt;BR /&gt;UPDATETHUMBNAIL 15 UPDATETHUMBNAIL 15 TRUE&lt;BR /&gt;USERNAME "user" (read only) USERNAME "user" (read only) TRUE&lt;BR /&gt;VERSION "2018" (read only) VERSION "2018" (read only) TRUE&lt;BR /&gt;VIEWDIR 0.0000,0.0000,1.0000 (read only) VIEWDIR 0.0000,0.0000,1.0000 (read only) TRUE&lt;BR /&gt;VIEWMODE 0 (read only) VIEWMODE 0 (read only) TRUE&lt;BR /&gt;VIEWTWIST 0 (read only) VIEWTWIST 0 (read only) TRUE&lt;BR /&gt;VISRETAIN 1 VISRETAIN 1 TRUE&lt;BR /&gt;VPLAYEROVERRIDES 0 (read only) VPLAYEROVERRIDES 0 (read only) TRUE&lt;BR /&gt;VPLAYEROVERRIDESMODE 1 VPLAYEROVERRIDESMODE 1 TRUE&lt;BR /&gt;VPMAXIMIZEDSTATE 0 (read only) VPMAXIMIZEDSTATE 0 (read only) TRUE&lt;BR /&gt;VPROTATEASSOC 1 VPROTATEASSOC 1 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;VTDURATION 750 VTDURATION 750 TRUE&lt;BR /&gt;VTENABLE 3 VTENABLE 3 TRUE&lt;BR /&gt;VTFPS 7 VTFPS 7 TRUE&lt;BR /&gt;WHIPARC 0 WHIPARC 0 TRUE&lt;BR /&gt;WMFBKGND OFF WMFBKGND OFF TRUE&lt;BR /&gt;WMFFOREGND OFF WMFFOREGND OFF TRUE&lt;BR /&gt;WORKINGFOLDER "C:\Users\user\Documents\Limerick\CLUSTER 33\2018" (read only) WORKINGFOLDER "C:\Users\user\Documents\Limerick\CLUSTER 33\2018" (read only) TRUE&lt;BR /&gt;WORLDUCS 1 (read only) WORLDUCS 1 (read only) TRUE&lt;BR /&gt;WORLDVIEW 1 WORLDVIEW 1 TRUE&lt;BR /&gt;XCLIPFRAME 2 XCLIPFRAME 2 TRUE&lt;BR /&gt;XDWGFADECTL 50 XDWGFADECTL 50 TRUE&lt;BR /&gt;XEDIT 1 XEDIT 1 TRUE&lt;BR /&gt;XFADECTL 70 XFADECTL 70 TRUE&lt;BR /&gt;XLOADCTL 0 XLOADCTL 0 TRUE&lt;BR /&gt;XLOADPATH "C:\Users\user\appdata\local\temp\" XLOADPATH "C:\Users\user\appdata\local\temp\" TRUE&lt;BR /&gt;XREFCTL 0 XREFCTL 0 TRUE&lt;BR /&gt;XREFNOTIFY 2 XREFNOTIFY 2 TRUE&lt;BR /&gt;XREFTYPE 1 XREFTYPE 1 TRUE&lt;BR /&gt;ZOOMFACTOR 60 ZOOMFACTOR 60 TRUE&lt;BR /&gt;ZOOMWHEEL 0 ZOOMWHEEL 0 TRUE&lt;BR /&gt;ANNOMONITOR -2 ANNOMONITOR -2 TRUE&lt;BR /&gt;ARRAYASSOCIATIVITY 1 ARRAYASSOCIATIVITY 1 TRUE&lt;BR /&gt;ARRAYEDITSTATE OFF (read only) ARRAYEDITSTATE OFF (read only) TRUE&lt;BR /&gt;ARRAYTYPE 0 ARRAYTYPE 0 TRUE&lt;BR /&gt;BLOCKTESTWINDOW 0 (read only) BLOCKTESTWINDOW 0 (read only) TRUE&lt;BR /&gt;BPTEXTHORIZONTAL 1 BPTEXTHORIZONTAL 1 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;CACHEMAXFILES 256 CACHEMAXFILES 256 TRUE&lt;BR /&gt;CACHEMAXTOTALSIZE 1024 CACHEMAXTOTALSIZE 1024 TRUE&lt;BR /&gt;CALCINPUT 1 CALCINPUT 1 TRUE&lt;BR /&gt;CBARTRANSPARENCY 50 CBARTRANSPARENCY 50 TRUE&lt;BR /&gt;CENTERCROSSGAP "0.05x" CENTERCROSSGAP "0.05x" TRUE&lt;BR /&gt;CENTERCROSSSIZE "0.1x" CENTERCROSSSIZE "0.1x" TRUE&lt;BR /&gt;CENTERLAYER "use current" CENTERLAYER "use current" TRUE&lt;BR /&gt;CENTERLTSCALE 1.0000 CENTERLTSCALE 1.0000 TRUE&lt;BR /&gt;CENTERLTYPE "Center2" CENTERLTYPE "Center2" TRUE&lt;BR /&gt;CENTERMARKEXE ON CENTERMARKEXE ON TRUE&lt;BR /&gt;CLEANSCREENSTATE 0 (read only) CLEANSCREENSTATE 0 (read only) TRUE&lt;BR /&gt;CLIPROMPTLINES 3 CLIPROMPTLINES 3 TRUE&lt;BR /&gt;CLIPROMPTUPDATE 1 CLIPROMPTUPDATE 1 TRUE&lt;BR /&gt;CMFADECOLOR 60 CMFADECOLOR 60 TRUE&lt;BR /&gt;CMFADEOPACITY 40 CMFADEOPACITY 40 TRUE&lt;BR /&gt;CMOSNAP 1 CMOSNAP 1 TRUE&lt;BR /&gt;COLORTHEME 0 COLORTHEME 0 TRUE&lt;BR /&gt;COMMANDPREVIEW 1 COMMANDPREVIEW 1 TRUE&lt;BR /&gt;COMPLEXLTPREVIEW 1 COMPLEXLTPREVIEW 1 TRUE&lt;BR /&gt;CROSSINGAREACOLOR 100 CROSSINGAREACOLOR 100 TRUE&lt;BR /&gt;CURSORBADGE 2 CURSORBADGE 2 TRUE&lt;BR /&gt;CURSORTYPE 0 CURSORTYPE 0 TRUE&lt;BR /&gt;CVPORT 2 CVPORT 2 TRUE&lt;BR /&gt;DESIGNFEEDSTATE 0 (read only) DESIGNFEEDSTATE 0 (read only) TRUE&lt;BR /&gt;DGNIMPORTMODE 0 DGNIMPORTMODE 0 TRUE&lt;BR /&gt;DGNIMPORTUNITCONVERSION 0 DGNIMPORTUNITCONVERSION 0 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;DIMCONSTRAINTICON 3 DIMCONSTRAINTICON 3 TRUE&lt;BR /&gt;DIMCONTINUEMODE 1 DIMCONTINUEMODE 1 TRUE&lt;BR /&gt;DIMLAYER "use current" DIMLAYER "use current" TRUE&lt;BR /&gt;DIMPICKBOX 5 DIMPICKBOX 5 TRUE&lt;BR /&gt;DIMTXTRULER ON DIMTXTRULER ON TRUE&lt;BR /&gt;DYNCONSTRAINTDISPLAY 1 DYNCONSTRAINTDISPLAY 1 TRUE&lt;BR /&gt;DYNINFOTIPS 1 DYNINFOTIPS 1 TRUE&lt;BR /&gt;DYNMODE -3 DYNMODE -3 TRUE&lt;BR /&gt;ERHIGHLIGHT 1 ERHIGHLIGHT 1 TRUE&lt;BR /&gt;EXPORTEPLOTFORMAT 2 EXPORTEPLOTFORMAT 2 TRUE&lt;BR /&gt;EXPORTMODELSPACE 0 EXPORTMODELSPACE 0 TRUE&lt;BR /&gt;EXPORTPAGESETUP 0 EXPORTPAGESETUP 0 TRUE&lt;BR /&gt;EXPORTPAPERSPACE 0 EXPORTPAPERSPACE 0 TRUE&lt;BR /&gt;FILETABPREVIEW 1 FILETABPREVIEW 1 TRUE&lt;BR /&gt;FILETABSTATE 1 (read only) FILETABSTATE 1 (read only) TRUE&lt;BR /&gt;FILETABTHUMBHOVER 1 FILETABTHUMBHOVER 1 TRUE&lt;BR /&gt;FRAME 3 FRAME 3 TRUE&lt;BR /&gt;FRAMESELECTION 1 FRAMESELECTION 1 TRUE&lt;BR /&gt;GALLERYVIEW 1 GALLERYVIEW 1 TRUE&lt;BR /&gt;GEOLOCATEMODE OFF (read only) GEOLOCATEMODE OFF (read only) TRUE&lt;BR /&gt;GEOMAPMODE 0 (read only) GEOMAPMODE 0 (read only) TRUE&lt;BR /&gt;GEOMARKPOSITIONSIZE 1.0000 GEOMARKPOSITIONSIZE 1.0000 TRUE&lt;BR /&gt;GRIDSTYLE 0 GRIDSTYLE 0 TRUE&lt;BR /&gt;GRIPMULTIFUNCTIONAL 3 GRIPMULTIFUNCTIONAL 3 TRUE&lt;BR /&gt;GRIPSIZE 5 GRIPSIZE 5 TRUE&lt;BR /&gt;GROUPDISPLAYMODE 0 GROUPDISPLAYMODE 0 TRUE&lt;BR /&gt;HATCHBOUNDSET 0 (read only) HATCHBOUNDSET 0 (read only) TRUE&lt;BR /&gt;HATCHCREATION 0 (read only) HATCHCREATION 0 (read only) TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;HATCHTYPE 0 (read only) HATCHTYPE 0 (read only) TRUE&lt;BR /&gt;HIGHLIGHTSMOOTHING 1 HIGHLIGHTSMOOTHING 1 TRUE&lt;BR /&gt;HPBACKGROUNDCOLOR "None" HPBACKGROUNDCOLOR "None" TRUE&lt;BR /&gt;HPDLGMODE 2 HPDLGMODE 2 TRUE&lt;BR /&gt;HPLASTPATTERN "ANSI31" (read only) HPLASTPATTERN "ANSI31" (read only) TRUE&lt;BR /&gt;HPLAYER "use current" HPLAYER "use current" TRUE&lt;BR /&gt;HPLINETYPE OFF HPLINETYPE OFF TRUE&lt;BR /&gt;HPMAXAREAS 100 HPMAXAREAS 100 TRUE&lt;BR /&gt;HPPICKMODE 1 (read only) HPPICKMODE 1 (read only) TRUE&lt;BR /&gt;HPQUICKPREVIEW ON HPQUICKPREVIEW ON TRUE&lt;BR /&gt;HPRELATIVEPS OFF (read only) HPRELATIVEPS OFF (read only) TRUE&lt;BR /&gt;IMAGEFRAME 1 IMAGEFRAME 1 TRUE&lt;BR /&gt;INPUTSEARCHDELAY 300 INPUTSEARCHDELAY 300 TRUE&lt;BR /&gt;LAYEROVERRIDEHIGHLIGHT 0 LAYEROVERRIDEHIGHLIGHT 0 TRUE&lt;BR /&gt;LAYOUTCREATEVIEWPORT ON LAYOUTCREATEVIEWPORT ON TRUE&lt;BR /&gt;LAYOUTTAB 1 LAYOUTTAB 1 TRUE&lt;BR /&gt;LINEFADING ON LINEFADING ON TRUE&lt;BR /&gt;LINEFADINGLEVEL 2 LINEFADINGLEVEL 2 TRUE&lt;BR /&gt;LTGAPSELECTION 1 LTGAPSELECTION 1 TRUE&lt;BR /&gt;MIRRHATCH 0 MIRRHATCH 0 TRUE&lt;BR /&gt;MTEXTAUTOSTACK ON MTEXTAUTOSTACK ON TRUE&lt;BR /&gt;MTEXTDETECTSPACE ON MTEXTDETECTSPACE ON TRUE&lt;BR /&gt;NAVBARDISPLAY 0 NAVBARDISPLAY 0 TRUE&lt;BR /&gt;OBJECTISOLATIONMODE 0 OBJECTISOLATIONMODE 0 TRUE&lt;BR /&gt;ONLINEFOLDER "C:\Users\user\AppData\Local\Autodesk\Autodesk Sync\C..." (read only) ONLINEFOLDER "C:\Users\user\AppData\Local\Autodesk\Autodesk Sync\C..." (read only) TRUE&lt;BR /&gt;ONLINESETTINGSSYNC 0 (read only) ONLINESETTINGSSYNC 0 (read only) TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;ONLINESYNCPROVIDER "" (read only) ONLINESYNCPROVIDER "" (read only) TRUE&lt;BR /&gt;ONLINESYNCTIME 300 ONLINESYNCTIME 300 TRUE&lt;BR /&gt;ONLINEUSERID "4E4FNUCKK2NP" (read only) ONLINEUSERID "4E4FNUCKK2NP" (read only) TRUE&lt;BR /&gt;ONLINEUSERNAME "sweeneypaul0@gmail.com" (read only) ONLINEUSERNAME "sweeneypaul0@gmail.com" (read only) TRUE&lt;BR /&gt;PALETTEOPAQUE 0 PALETTEOPAQUE 0 TRUE&lt;BR /&gt;PDFIMPORTFILTER 8 PDFIMPORTFILTER 8 TRUE&lt;BR /&gt;PDFIMPORTIMAGEPATH "PDF Images" PDFIMPORTIMAGEPATH "PDF Images" TRUE&lt;BR /&gt;PDFIMPORTLAYERS 0 PDFIMPORTLAYERS 0 TRUE&lt;BR /&gt;PDFIMPORTMODE 6 PDFIMPORTMODE 6 TRUE&lt;BR /&gt;PDFOSNAP 0 PDFOSNAP 0 TRUE&lt;BR /&gt;PDFSHX 1 PDFSHX 1 TRUE&lt;BR /&gt;PLINEGCENMAX 50000 PLINEGCENMAX 50000 TRUE&lt;BR /&gt;PLINEREVERSEWIDTHS 0 PLINEREVERSEWIDTHS 0 TRUE&lt;BR /&gt;PLOTTRANSPARENCYOVERRIDE 2 PLOTTRANSPARENCYOVERRIDE 2 TRUE&lt;BR /&gt;POINTCLOUD2DVSDISPLAY 0 POINTCLOUD2DVSDISPLAY 0 TRUE&lt;BR /&gt;POINTCLOUDAUTOUPDATE 0 POINTCLOUDAUTOUPDATE 0 TRUE&lt;BR /&gt;POINTCLOUDBOUNDARY 1 POINTCLOUDBOUNDARY 1 TRUE&lt;BR /&gt;POINTCLOUDCACHESIZE 512 POINTCLOUDCACHESIZE 512 TRUE&lt;BR /&gt;POINTCLOUDCLIPFRAME 2 POINTCLOUDCLIPFRAME 2 TRUE&lt;BR /&gt;POINTCLOUDDENSITY 15 POINTCLOUDDENSITY 15 TRUE&lt;BR /&gt;POINTCLOUDLIGHTING 0 POINTCLOUDLIGHTING 0 TRUE&lt;BR /&gt;POINTCLOUDLIGHTSOURCE 0 POINTCLOUDLIGHTSOURCE 0 TRUE&lt;BR /&gt;POINTCLOUDLOD 10 POINTCLOUDLOD 10 TRUE&lt;BR /&gt;POINTCLOUDPOINTMAX 10000000 POINTCLOUDPOINTMAX 10000000 TRUE&lt;BR /&gt;POINTCLOUDPOINTMAXLEGACY 1500000 POINTCLOUDPOINTMAXLEGACY 1500000 TRUE&lt;BR /&gt;POINTCLOUDPOINTSIZE 2 POINTCLOUDPOINTSIZE 2 TRUE&lt;BR /&gt;POINTCLOUDRTDENSITY 5 POINTCLOUDRTDENSITY 5 TRUE&lt;BR /&gt;POINTCLOUDSHADING 0 POINTCLOUDSHADING 0 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;POINTCLOUDVISRETAIN 1 POINTCLOUDVISRETAIN 1 TRUE&lt;BR /&gt;POLARANG 90 POLARANG 90 TRUE&lt;BR /&gt;POLARMODE 0 POLARMODE 0 TRUE&lt;BR /&gt;PRESELECTIONEFFECT 1 PRESELECTIONEFFECT 1 TRUE&lt;BR /&gt;PROPERTYPREVIEW ON PROPERTYPREVIEW ON TRUE&lt;BR /&gt;PROPOBJLIMIT 25000 PROPOBJLIMIT 25000 TRUE&lt;BR /&gt;RECOVERAUTO 0 RECOVERAUTO 0 TRUE&lt;BR /&gt;REFPATHTYPE 1 REFPATHTYPE 1 TRUE&lt;BR /&gt;REVCLOUDCREATEMODE 1 REVCLOUDCREATEMODE 1 TRUE&lt;BR /&gt;REVCLOUDGRIPS ON REVCLOUDGRIPS ON TRUE&lt;BR /&gt;RIBBONBGLOAD 1 RIBBONBGLOAD 1 TRUE&lt;BR /&gt;RIBBONCONTEXTSELLIM 2500 RIBBONCONTEXTSELLIM 2500 TRUE&lt;BR /&gt;RIBBONDOCKEDHEIGHT 100 RIBBONDOCKEDHEIGHT 100 TRUE&lt;BR /&gt;RIBBONICONRESIZE 1 RIBBONICONRESIZE 1 TRUE&lt;BR /&gt;RIBBONSELECTMODE 1 RIBBONSELECTMODE 1 TRUE&lt;BR /&gt;RIBBONSTATE 1 (read only) RIBBONSTATE 1 (read only) TRUE&lt;BR /&gt;SELECTIONAREA 1 SELECTIONAREA 1 TRUE&lt;BR /&gt;SELECTIONAREAOPACITY 25 SELECTIONAREAOPACITY 25 TRUE&lt;BR /&gt;SELECTIONCYCLING 2 SELECTIONCYCLING 2 TRUE&lt;BR /&gt;SELECTIONEFFECT 1 SELECTIONEFFECT 1 TRUE&lt;BR /&gt;SELECTIONEFFECTCOLOR 0 SELECTIONEFFECTCOLOR 0 TRUE&lt;BR /&gt;SELECTIONOFFSCREEN 0 SELECTIONOFFSCREEN 0 TRUE&lt;BR /&gt;SELECTIONPREVIEWLIMIT 20000 SELECTIONPREVIEWLIMIT 20000 TRUE&lt;BR /&gt;SELECTSIMILARMODE 130 SELECTSIMILARMODE 130 TRUE&lt;BR /&gt;SHOWPAGESETUPFORNEWLAYOUTS OFF SHOWPAGESETUPFORNEWLAYOUTS OFF TRUE&lt;BR /&gt;SKTOLERANCE 0.5000 SKTOLERANCE 0.5000 TRUE&lt;BR /&gt;SNAPGRIDLEGACY 0 SNAPGRIDLEGACY 0 TRUE&lt;BR /&gt;SORTORDER 1 SORTORDER 1 TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;SPLDEGREE 3 SPLDEGREE 3 TRUE&lt;BR /&gt;SPLKNOTS 0 SPLKNOTS 0 TRUE&lt;BR /&gt;SPLMETHOD 0 SPLMETHOD 0 TRUE&lt;BR /&gt;SPLPERIODIC 1 SPLPERIODIC 1 TRUE&lt;BR /&gt;STARTMODE 1 STARTMODE 1 TRUE&lt;BR /&gt;STARTUP 3 STARTUP 3 TRUE&lt;BR /&gt;STATUSBAR 1 STATUSBAR 1 TRUE&lt;BR /&gt;SUPPRESSALERTS OFF SUPPRESSALERTS OFF TRUE&lt;BR /&gt;SYSMON 2 SYSMON 2 TRUE&lt;BR /&gt;TBSHOWSHORTCUTS "yes" TBSHOWSHORTCUTS "yes" TRUE&lt;BR /&gt;TEMPOVERRIDES 1 TEMPOVERRIDES 1 TRUE&lt;BR /&gt;TEXTALIGNMODE 9 TEXTALIGNMODE 9 TRUE&lt;BR /&gt;TEXTALIGNSPACING 2 TEXTALIGNSPACING 2 TRUE&lt;BR /&gt;TEXTEDITMODE 0 TEXTEDITMODE 0 TRUE&lt;BR /&gt;TEXTJUSTIFY "." (read only) TEXTJUSTIFY "." (read only) TRUE&lt;BR /&gt;THUMBSIZE2D 0 THUMBSIZE2D 0 TRUE&lt;BR /&gt;TOOLTIPS 1 TOOLTIPS 1 TRUE&lt;BR /&gt;TOOLTIPSIZE 0 TOOLTIPSIZE 0 TRUE&lt;BR /&gt;TOOLTIPTRANSPARENCY 0 TOOLTIPTRANSPARENCY 0 TRUE&lt;BR /&gt;TOUCHMODE 1 TOUCHMODE 1 TRUE&lt;BR /&gt;TRANSPARENCYDISPLAY 1 TRANSPARENCYDISPLAY 1 TRUE&lt;BR /&gt;TRAYICONS 1 TRAYICONS 1 TRUE&lt;BR /&gt;TRAYNOTIFY 1 TRAYNOTIFY 1 TRUE&lt;BR /&gt;TRAYTIMEOUT 0 TRAYTIMEOUT 0 TRUE&lt;BR /&gt;UCS2DDISPLAYSETTING ON UCS2DDISPLAYSETTING ON TRUE&lt;BR /&gt;UCSSELECTMODE 1 UCSSELECTMODE 1 TRUE&lt;BR /&gt;UOSNAP 2 UOSNAP 2 TRUE&lt;BR /&gt;VIEWBACKSTATUS ON VIEWBACKSTATUS ON TRUE&lt;BR /&gt;Press ENTER to continue: Press ENTER to continue: TRUE&lt;BR /&gt;VIEWFWDSTATUS OFF VIEWFWDSTATUS OFF TRUE&lt;BR /&gt;VISRETAINMODE 0 VISRETAINMODE 0 TRUE&lt;BR /&gt;WBDEFAULTBROWSER 2 (read only) WBDEFAULTBROWSER 2 (read only) TRUE&lt;BR /&gt;WBHELPONLINE 1 (read only) WBHELPONLINE 1 (read only) TRUE&lt;BR /&gt;WBHELPTYPE 1 (read only) WBHELPTYPE 1 (read only) TRUE&lt;BR /&gt;WINDOWAREACOLOR 150 WINDOWAREACOLOR 150 TRUE&lt;BR /&gt;WIPEOUTFRAME 1 WIPEOUTFRAME 1 TRUE&lt;BR /&gt;WORKSPACELABEL 0 WORKSPACELABEL 0 TRUE&lt;BR /&gt;WSCURRENT "Paul Custom" WSCURRENT "Paul Custom" TRUE&lt;BR /&gt;XREFLAYER "use current" XREFLAYER "use current" TRUE&lt;BR /&gt;XREFOVERRIDE 0 XREFOVERRIDE 0 TRUE&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 12:04:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354449#M42578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354584#M42579</link>
      <description>&lt;P&gt;Nope no clues there unfortunately, the only differences are in the first 30 entries and nothing that could affect a macro. Could you delete everything from copies of the drawings, and check that one still misbehaves and then post those "empty" drawings.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 12:53:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7354584#M42579</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-09-05T12:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7355071#M42580</link>
      <description>Unfortunetly i amnt allowed too upload anything sorry i know it might make things easier. I have deleted and purged drawing and the effects are the same. It works only on new drawings i open. Another thing to note is my macro only allows me to enter 6 plines when ideally i want a max of 12. Is this something to do with the long string editor and how the macro is read?</description>
      <pubDate>Tue, 05 Sep 2017 14:41:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7355071#M42580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T14:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7355271#M42581</link>
      <description>&lt;P&gt;It's understandable, but I just love a good mystery, there is supposed to be a limit of a diesel string I'll look it up and let you know, I'm just into going home time now so I'll let you know a bit later.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 15:22:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7355271#M42581</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-09-05T15:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7355596#M42582</link>
      <description>&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad-lt/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/AutoCAD-LT/files/GUID-F94A885A-4DA2-432B-AC1A-EB49CC6C1C72-htm.html" target="_blank"&gt;10 parameters limit&lt;/A&gt;, looks like you are hitting this limit with your macro, but the good news is you can rewrite it to allow you the 12 polylines, but one word of caution, it moves the UCS and if you finish the macro early with"Esc" then the UCS&amp;nbsp;doesn't get set back to world, not a catastrophe but something to keep in mind. And this method doesn't need diesel.&lt;/P&gt;
&lt;PRE&gt;^C^CATTREQ;0;_Laymcur;\_INSERT;"Block";\1;1;0;ATTREQ;1;UCS;\;;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;pline;0,0;\;UCS;w;
&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Sep 2017 16:57:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7355596#M42582</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-09-05T16:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7356467#M42583</link>
      <description>&lt;P&gt;Thanks Steven that makes sense now. That macro is useful. I also considered leaving it at six and putting an * before it to repeat. I ll trial both with work colleagues :). Hopefully a solution to the other issue appears i will let you know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 22:25:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7356467#M42583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T22:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7357497#M42584</link>
      <description>&lt;P&gt;Ignore me&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 08:41:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7357497#M42584</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2017-09-06T08:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to create multiple lines from same base point</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7357509#M42585</link>
      <description>Thanks &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/65473"&gt;@h_s_walker&lt;/a&gt; not a bad idea . &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/545279"&gt;@steven-g&lt;/a&gt; I noticed this morning that the original macro only seems to work within certain locations. Could the co ordinates in the diesel expression be affecting it?</description>
      <pubDate>Wed, 06 Sep 2017 08:42:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-create-multiple-lines-from-same-base-point/m-p/7357509#M42585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-06T08:42:41Z</dc:date>
    </item>
  </channel>
</rss>

