<?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>tema Re: Scale problem en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995140#M109880</link>
    <description>&lt;P&gt;The drawing is inserting at 0,0 correctly with the size (863,558) after select the browse insert file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;problem i am facing is, while imports the template (ISO TEMPLATE.dwg - file),&amp;nbsp;&lt;/P&gt;&lt;P&gt;Template is scaling big size (21935 , 14193) after import.&lt;/P&gt;&lt;P&gt;Not sure why its scaling the template !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see the attached image,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Green color is drawing and Red border is Template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 09:16:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-19T09:16:10Z</dc:date>
    <item>
      <title>Scale problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5994012#M109806</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am a beginner,&amp;nbsp;i have a lisp for insert the drawing and Template (.dwg formate).&lt;/P&gt;&lt;P&gt;its working in my machine&lt;/P&gt;&lt;P&gt;1.inserting drawing&lt;/P&gt;&lt;P&gt;2.template at 0,0 location (for my requirement drawing has to insert first)&lt;/P&gt;&lt;P&gt;but its not working in other machines,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried INSUNITS, DWGUNITS, ATTREQ but its not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the lisp routing is below,&lt;/P&gt;&lt;P&gt;(defun c:zedwg1( / *error* echohold attreqhold KorR )&lt;BR /&gt;(defun *error* (errmsg)&lt;BR /&gt;(if (not (wcmatch errmsg "Function cancelled,quit / exit abort,console break"))&lt;BR /&gt;(princ (strcat "\nError: " errmsg))&lt;BR /&gt;); end if&lt;BR /&gt;(setvar 'attreq attreqhold)&lt;BR /&gt;(command "_.undo" "_end")&lt;BR /&gt;(setvar 'cmdecho echohold)&lt;BR /&gt;(princ)&lt;BR /&gt;); defun&lt;BR /&gt;(command "_.undo" "_begin")&lt;BR /&gt;(setq&lt;BR /&gt;echohold (getvar 'cmdecho)&lt;BR /&gt;attreqhold (getvar 'attreq)&lt;BR /&gt;); setq&lt;BR /&gt;(setvar 'cmdecho 0)&lt;BR /&gt;(setvar 'attreq 0)&lt;BR /&gt;(initget 1 "Keep Remove")&lt;BR /&gt;(setq KorR (prompt "\nSelect Block name from list, then pick OK."))&lt;BR /&gt;(princ)&lt;BR /&gt;(initdia)&lt;BR /&gt;(command "_.insert" (getvar 'viewctr) "_.erase" "_last" ""); establishes default Block name&lt;/P&gt;&lt;P&gt;(command "_.zoom" "E")&lt;BR /&gt;(command "_.-insert" "ISO TEMPLATE" "0,0,0" "1" "" "")&lt;/P&gt;&lt;P&gt;(princ "\nEasy EXPLODE &amp;amp; attedit &amp;amp; attedit")(princ)&lt;BR /&gt;(command "EXPLODE" "LAST" "")&lt;BR /&gt;(initdia)&lt;BR /&gt;(command "._attedit" "726.712806,120.221366,0.000000")&lt;BR /&gt;(princ)&lt;BR /&gt;(initdia)&lt;BR /&gt;(command "._attedit" "820.800222,141.451045,0.000000")&lt;BR /&gt;(command "_.-insert" "CONFIDENTIAL_BLOCK" "12.7000,39.400,0" "1" "" "")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(command "LAYISO" "_WINDOW" "60.5062,157.2234" "527.9969,383.1805" "" )&lt;BR /&gt;&lt;BR /&gt;(command "scale" "_window" "12.8700000,39.4000" "608.2000,520.700" "R" "window" "13.0000,500.2000" "37.3000,521.2000"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"" "328.4033,265.5697" "0.95")&lt;/P&gt;&lt;P&gt;(command "LAYUNISO" "")&lt;/P&gt;&lt;P&gt;(princ)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could some please help me to fix the issue.....&lt;/P&gt;&lt;P&gt;I would appreciate you valuable Guide to fix the issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Meganathan&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:49:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5994012#M109806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scale problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5994041#M109807</link>
      <description>so where exactly does it fail on the other machines?</description>
      <pubDate>Mon, 18 Jan 2016 16:00:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5994041#M109807</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-01-18T16:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scale problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995140#M109880</link>
      <description>&lt;P&gt;The drawing is inserting at 0,0 correctly with the size (863,558) after select the browse insert file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;problem i am facing is, while imports the template (ISO TEMPLATE.dwg - file),&amp;nbsp;&lt;/P&gt;&lt;P&gt;Template is scaling big size (21935 , 14193) after import.&lt;/P&gt;&lt;P&gt;Not sure why its scaling the template !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see the attached image,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Green color is drawing and Red border is Template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 09:16:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995140#M109880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-19T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scale problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995638#M109924</link>
      <description>Are you sure this is not an INSUNITS variable setting problem?&lt;BR /&gt;Run -DWGUNITS command (there is a dash in the name, type it) and ensure the file you are in is set correctly (and what for the scaling question).</description>
      <pubDate>Tue, 19 Jan 2016 15:22:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995638#M109924</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-01-19T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Scale problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995678#M109926</link>
      <description>&lt;P&gt;Thanks for the information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked even -Dwgunits also it is not resolved my problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the question regarding the scale is why the template alone get scaled?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;more over because of the scale the lisp stop.&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;</description>
      <pubDate>Tue, 19 Jan 2016 15:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995678#M109926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-19T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scale problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995704#M109928</link>
      <description>Your lisp stops because it uses a specific location for ATTEDIT to tap and edit an attribute or two after the block is inserted.&lt;BR /&gt;-DWGUNITS settings in your source and destination files must match, as does the correct settings for INSUNITS in the destination file must be set for all of it to work (generally speaking, since I have no idea what your template file is all about).&lt;BR /&gt;&lt;BR /&gt;I have to say your lisp is a very old school method of bringing in titleblocks and starting/setting up a template file: we haven't done it that way in a couple of decades.</description>
      <pubDate>Tue, 19 Jan 2016 15:50:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/5995704#M109928</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-01-19T15:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Scale problem</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/6023469#M111749</link>
      <description>&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have found this commands in Autocad2016,&lt;/P&gt;&lt;P&gt;Command: INSUNITSDEFSOURCE&lt;BR /&gt;Enter new value for INSUNITSDEFSOURCE &amp;lt;1&amp;gt;:&lt;BR /&gt;Command: INSUNITSDEFTARGET&lt;BR /&gt;Enter new value for INSUNITSDEFTARGET &amp;lt;1&amp;gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now its the insert is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 07:49:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scale-problem/m-p/6023469#M111749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T07:49:26Z</dc:date>
    </item>
  </channel>
</rss>

