<?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: Creating a script from a drawing in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005069#M294955</link>
    <description>&lt;P&gt;&amp;nbsp;Hmm alright. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2016 17:36:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-25T17:36:24Z</dc:date>
    <item>
      <title>Creating a script from a drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6004423#M294950</link>
      <description>&lt;P&gt;Hey guys,&lt;BR /&gt;&lt;BR /&gt;I am pretty new to the Autocad world and i was wondering, if i have a specific drawing, is it possible for me to get Autocad to show the script commands required to generating this drawing?&lt;BR /&gt;&lt;BR /&gt;The reason i am asking is that i am interesting in generating a set drawings based on the output form another program. To make the job easier, i was wondering if i could have the 2D drawing made first and then "steal" the command lines for my program in order to make the generation of the scripts easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;/Sam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 13:23:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6004423#M294950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a script from a drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6004433#M294951</link>
      <description>AutoCAD has an "action recorder" that is designed to capture action while you draw, edit, etc. and allow you to replay it in the future.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/index.html?url=WS73099cc142f487551face55114134b88b1-7c2f.htm,topicNumber=d0e366281" target="_blank"&gt;http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/index.html?url=WS73099cc142f487551face55114134b88b1-7c2f.htm,topicNumber=d0e366281&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2016 13:32:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6004433#M294951</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2016-01-25T13:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a script from a drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6004474#M294952</link>
      <description>&lt;P&gt;Hi Mcswain,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct me if i am wrong, but the action recorder is a tool record "real-time" what you are drawing. I was thinking more of something that shows the exact commands of an existing drawing. E.g. if i have a cross section of a pipe, i would be able to see how that would look in "script language"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Sam&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 13:48:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6004474#M294952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T13:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a script from a drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6004490#M294953</link>
      <description>&lt;P&gt;No.&amp;nbsp; The only chance you have to get a command history is during the session in which the geometry is created.&amp;nbsp; You can log the history by either turning the logfileon and then logfileoff or by using the copyhist command.&amp;nbsp; Please note that this does not create a script.&amp;nbsp; Dialog actions cannot be captured by the command history either.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 13:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6004490#M294953</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2016-01-25T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a script from a drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005001#M294954</link>
      <description>&lt;P&gt;Drawing content is stored as entities with their own specific properties, not the steps taken to create them.&amp;nbsp; What is described is more typical of a parametric design program like Inventor.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:11:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005001#M294954</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2016-01-25T17:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a script from a drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005069#M294955</link>
      <description>&lt;P&gt;&amp;nbsp;Hmm alright. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:36:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005069#M294955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T17:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a script from a drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005073#M294956</link>
      <description>&lt;P&gt;Hi Dgorsman!&lt;BR /&gt;&lt;BR /&gt;That is exactly what i was thinking. My logical then tells me, i should be able to a script/set of data, with a specific property, e.g. a cross-section of a pipe with all the measurements and then load it directly into autocad.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:38:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005073#M294956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a script from a drawing</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005181#M294957</link>
      <description>&lt;P&gt;Kinda-sorta, but not really as you have described it.&amp;nbsp; Yes, you could create a routine to draw lines, circles, etc. with variable inputs to dictate what the drawing looks like (larger pipe, etc.).&amp;nbsp; But you don't get that from an existing drawing.&amp;nbsp; You would need to design the algorithm yourself based on required input and desired output.&amp;nbsp; That includes modifying an existing drawing using new values.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 18:24:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-script-from-a-drawing/m-p/6005181#M294957</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2016-01-25T18:24:09Z</dc:date>
    </item>
  </channel>
</rss>

