<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : insert block command</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : insert block command]]></description>
  <pubDate>Mon, 07 Sep 2026 08:59:36 +0000</pubDate>
  <lastBuildDate>Fri, 26 Sep 2014 16:51:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=10698</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[insert block command : Now what is left to do is to find...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28165&amp;title=insert-block-command#28165</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=337275">decastro31</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 26.Sep.2014 at 16:51<br /><br />Now what is left to do is to find a way to create an image for those small icons :)]]>
   </description>
   <pubDate>Fri, 26 Sep 2014 16:51:35 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28165&amp;title=insert-block-command#28165</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command : I have used*^C^C-INSERT;block...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28164&amp;title=insert-block-command#28164</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=337275">decastro31</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 26.Sep.2014 at 16:49<br /><br />I have used&nbsp;*^C^C-INSERT;<u>block name</u>;S; so I click on my icon I decide on the scale then I click where I need the block then I rotate. exactly what I needed to do. this will cut the time of making my plans in half. I couldn't &nbsp;of done without both of your help. thank you so much this makes my life a lot easier and I always love to learn new stuff :)<div><br></div><div>thank you again !&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 26 Sep 2014 16:49:55 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28164&amp;title=insert-block-command#28164</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command :   decastro31 wrote:... is there...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28162&amp;title=insert-block-command#28162</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=353260">Kent Cooper</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 26.Sep.2014 at 15:33<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by decastro31" alt="Originally posted by decastro31" style="vertical-align: text-bottom;" /> <strong>decastro31 wrote:</strong><br /><br />... is there a way to make me ask after I give it an insert point what scale I want ? I can set it in properties but it will make the command that much more perfect for me :)</td></tr></table> <DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>The first backslash in that macro is the pause for the User to specify the insertion point.&nbsp; The first semicolon after that is an Enter to accept the default X scale factor of 1.&nbsp; If you just change that semicolon to a backslash, it will ask the User for the X scale factor, and will follow with Enters accepting the defaults for the Y scale factor and Rotation.</DIV><DIV>&nbsp;</DIV><DIV>Alternatively, you can use the Scale option, which will apply the same factor&nbsp;in all axes, and since it is an option you&nbsp;use&nbsp;<EM>before</EM> the insertion point,&nbsp;it has the advantage that you get to drag the Block into position with it showing already scaled:</DIV><DIV>&nbsp;</DIV><DIV>*^C^C-INSERT;yourblockname;S;\\;</DIV><DIV>&nbsp;</DIV><DIV>The first backslash is for User input of the Scale factor, the second is for the insertion point, and the final semicolon is an&nbsp;Enter for the default Rotation of 0.&nbsp; If you also want to specify the Rotation each time, <EM>and</EM> have it already rotated as well as scaled while you drag it into position, also use the Rotation option:</DIV><DIV>&nbsp;</DIV><DIV>*^C^C-INSERT;yourblockname;S;\R;\\</DIV><DIV>&nbsp;</DIV><DIV>In fact, you can shortcut that, and have it simply leave you in the command to finish up with the rotation and insertion, rather than having the pauses explicitly built into the macro for those:</DIV><DIV>&nbsp;</DIV><DIV><DIV>*^C^C-INSERT;yourblockname;S;\R</DIV></DIV>]]>
   </description>
   <pubDate>Fri, 26 Sep 2014 15:33:09 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28162&amp;title=insert-block-command#28162</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command : The &amp;lt; \ &amp;gt; symbol is a pause...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28150&amp;title=insert-block-command#28150</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 25.Sep.2014 at 19:43<br /><br />The &lt; \ &gt; symbol is a pause for user input whereas the &lt; ; &gt; symbol acts like a return (i.e. - hitting the Enter key).&nbsp; I'm pretty sure that's correct.<br>]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 19:43:34 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28150&amp;title=insert-block-command#28150</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command : I have found the problem, I added...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28149&amp;title=insert-block-command#28149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=337275">decastro31</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 25.Sep.2014 at 19:21<br /><br />I have found the problem, I added the Block folder on the path options and the macro you gave me works like a charm! it inserts right away ! now is there a way to make me ask after I give it an insert point what scale I want ? I can set it in properties but it will make the command that much more perfect for me :)]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 19:21:16 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28149&amp;title=insert-block-command#28149</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command : and for this to work, do I need...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28148&amp;title=insert-block-command#28148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=337275">decastro31</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 25.Sep.2014 at 19:01<br /><br />and for this to work, do I need to insert the block once in the drawing or do I need to put it in a certain folder of autodesk for it to find it. or do I need to mark the path of the block in this macro ? and thank you very much for your time and help.]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 19:01:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28148&amp;title=insert-block-command#28148</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command : The macro could be made to be...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28147&amp;title=insert-block-command#28147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 25.Sep.2014 at 18:29<br /><br />The macro could be made to be self-repeating.<br><br>The default is if the X scale factor is changed then AutoCAD assumes the Y scale factor will be changed to the same value.<br><br>Rotation could be changed upon insertion too.<br><br>Your macro might look similar to this....<br><br>*^C^C-INSERT;yourblockname;\;;;<br>]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 18:29:25 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28147&amp;title=insert-block-command#28147</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command : I would like to click the icon...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28146&amp;title=insert-block-command#28146</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=337275">decastro31</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 25.Sep.2014 at 18:14<br /><br />I would like to click the icon to insert 1 block, so if I need to insert 2 or 3 I would need to click every time I need that specific block. for the x and y factor I would like it to scale together, so that if I scale to 100, they will both scale to 100 but I think I can fix that directly in the block. and for the rotation I would like set it every time I insert the block.]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 18:14:07 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28146&amp;title=insert-block-command#28146</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command : It could be accomplish with a...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28145&amp;title=insert-block-command#28145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 25.Sep.2014 at 17:54<br /><br />It could be accomplish with a macro that invokes the INSERT command.&nbsp; The macro would include the path to and name of the block.&nbsp; <br><br>Will you be entering the same block multiple times in succession?<br><br>Will you be changing the X scale factor?<br><br>Will you be changing the Y scale factor?<br><br>Will you be changing the angle of rotation?<br><span style="font-size:10px"><br /><br />Edited by John Connor - 25.Sep.2014 at 18:06</span>]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 17:54:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28145&amp;title=insert-block-command#28145</guid>
  </item> 
  <item>
   <title><![CDATA[insert block command : Hi, I&amp;#039;m trying to create...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28144&amp;title=insert-block-command#28144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=337275">decastro31</a><br /><strong>Subject:</strong> 10698<br /><strong>Posted:</strong> 25.Sep.2014 at 17:36<br /><br />Hi, I'm trying to create an icon for my ribbon that I will be able to click and it will insert a certain block. I think that I need to create a command that will get the block that I need and insert it where I need it to go as for an example, I have created a block for a pipe going down. I would like to click the icon and to place the elbow of this pipe to show a pipe going down on plan.<div><br></div><div>thank you in advance for the help.</div>]]>
   </description>
   <pubDate>Thu, 25 Sep 2014 17:36:08 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=10698&amp;PID=28144&amp;title=insert-block-command#28144</guid>
  </item> 
 </channel>
</rss>