<?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: LISP Routines in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3769299#M19065</link>
    <description>&lt;P&gt;Nice, of course it was so very simple. Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 04 Feb 2013 20:51:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-04T20:51:36Z</dc:date>
    <item>
      <title>LISP Routines</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3769201#M19063</link>
      <description>&lt;P&gt;I am writing a lisp routine, only&amp;nbsp;I can't find the command in AutoCAD for what I am trying to do. I want the Drawings Settings dialog box to open automatically when you start a new drawing. I can't find any other way to open it except through the toolspace palette. Does anyone know the command to open the Drawing Settings dialog box?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 19:08:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3769201#M19063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-04T19:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: LISP Routines</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3769288#M19064</link>
      <description>&lt;P&gt;EDITDRAWINGSETTINGS&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 20:39:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3769288#M19064</guid>
      <dc:creator>jrauch</dc:creator>
      <dc:date>2013-02-04T20:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: LISP Routines</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3769299#M19065</link>
      <description>&lt;P&gt;Nice, of course it was so very simple. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2013 20:51:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3769299#M19065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-04T20:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: LISP Routines</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3779086#M19066</link>
      <description>&lt;P&gt;Looks like you might just be using it to set coordinate?&amp;nbsp; If so try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(defun c:PA83-SF ()  
(setvar "CMDDIA" 0)  
(command "ADESETCRDSYS" "_ses" "PA83-SF" "_ex")  
(setvar "CMDDIA" 1)
(princ))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 04:39:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/lisp-routines/m-p/3779086#M19066</guid>
      <dc:creator>brianchapmandesign</dc:creator>
      <dc:date>2013-02-13T04:39:28Z</dc:date>
    </item>
  </channel>
</rss>

