<?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: Inserting a block via the command line in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10081378#M85596</link>
    <description>&lt;P&gt;Thank you for this complete answer.&lt;BR /&gt;I would like to ask another question on this topic. Perhaps you are familiar with ways to mirror or rescale the block while it is being inserted. That is, to change the direction of the block relative to the insertion point when it is already visible on the screen but not yet inserted in the drawing. Maybe there are some keyboard shortcuts that can be used to make a mirror or to change the scale.&lt;/P&gt;</description>
    <pubDate>Sat, 13 Feb 2021 22:25:38 GMT</pubDate>
    <dc:creator>AlexBern44</dc:creator>
    <dc:date>2021-02-13T22:25:38Z</dc:date>
    <item>
      <title>Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10074268#M85583</link>
      <description>&lt;P&gt;Dear AutoCAD professionals, a question about inserting blocks into the drawing.&lt;/P&gt;&lt;P&gt;Is it possible to insert a block with a predefined name and path to the folder where it is stored? By using only the command line?&lt;/P&gt;&lt;P&gt;For example this command could look like this:&lt;/P&gt;&lt;P&gt;insert; "C:\USERS\USER\DESKTOP\DRAWING.DWG"&lt;/P&gt;&lt;P&gt;This is just to illustrate what I mean.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 23:09:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10074268#M85583</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-10T23:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10074305#M85584</link>
      <description>&lt;P&gt;Yes, it can be done. Here is an example and by doing this it will lead you to AutoLisp world...&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setq pt (getpoint "\nSelect a point to insert block:"))(command "insert" "C:\\USERS\\USER\\DESKTOP\\DRAWING.DWG" pt "" "" "")(princ)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 23:39:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10074305#M85584</guid>
      <dc:creator>BeKirra</dc:creator>
      <dc:date>2021-02-10T23:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075081#M85585</link>
      <description>&lt;P&gt;Hi BeKirra&lt;/P&gt;&lt;P&gt;I tested your solution and it works. This is what I was looking for.&lt;/P&gt;&lt;P&gt;But I still have a question, now for a solution.&lt;BR /&gt;While inserting a block, when the program asks Select a point to insert block, I am not seeing the insert object. While, with the standard insertion of blocks, we see an object near the cursor.&lt;BR /&gt;Is it possible to do the same, now with this?&lt;/P&gt;&lt;P&gt;Thank you&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 09:19:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075081#M85585</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-11T09:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075129#M85586</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#999999"&gt;&lt;EM&gt;when the program asks Select a point to insert block, I am not seeing the insert object.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;inserted block will noticed in both way . try to scroll your mouse wheel to zoom in to see your inserted block.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 09:38:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075129#M85586</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2021-02-11T09:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075250#M85587</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 10:40:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075250#M85587</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-11T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075255#M85588</link>
      <description>imadHabash,&lt;BR /&gt;&lt;BR /&gt;I do as you say, but I don't watch the block. It appears on the screen only after specifying the insertion point.</description>
      <pubDate>Thu, 11 Feb 2021 10:41:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075255#M85588</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-11T10:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075258#M85589</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#999999"&gt;&lt;EM&gt;It appears on the screen only after specifying the insertion point.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This is how AutoCAD work .. it's normal .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 10:44:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075258#M85589</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2021-02-11T10:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075311#M85590</link>
      <description>I understand. But I wanted the block to be also visible when the insertion point was selected, even before the insertion, as is the case with a normal block insert.&lt;BR /&gt;Could it be possible to inject a specific parameter into the code that BeKirra has kindly provided to make it possible?</description>
      <pubDate>Thu, 11 Feb 2021 11:05:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075311#M85590</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-11T11:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075564#M85591</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10338875"&gt;@AlexBern44&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;.... I wanted the block to be also visible when the insertion point was selected, even before the insertion, as is the case with a normal block insert. ....&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to be &lt;STRONG&gt;&lt;EM&gt;in an INSERT command&lt;/EM&gt;&lt;/STRONG&gt; at the time to get that, not in some generic get-a-point function that could be applicable to anything.&amp;nbsp; [When (getpoint) is asking for a point, AutoCAD has no way of knowing what you're going to use it for.]&amp;nbsp; Try it this way, with the &lt;STRONG&gt;&lt;FONT color="#008000"&gt;pause&lt;/FONT&gt;&lt;/STRONG&gt; operator at the place in the command where User input is required [in this case the insertion point]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;(command "_.insert" "C:\\USERS\\USER\\DESKTOP\\DRAWING"&lt;/FONT&gt; &lt;FONT color="#008000"&gt;&lt;STRONG&gt;pause&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#000000"&gt;"" "" "")&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will supply the usual prompt, so you don't need to spell out what you're asking for, as you do when using (getpoint).&amp;nbsp; [By the way, note that you don't need to include the filetype ending, though it doesn't hurt.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or in command-macro format that you could put into a Tool Palette item, where a &lt;FONT color="#FF0000"&gt;backslash&lt;/FONT&gt; is used for where User input is required [which is why you need to use &lt;FONT color="#0000FF"&gt;&lt;EM&gt;forward&lt;/EM&gt; slashes&lt;/FONT&gt; for filepath dividers]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;^C^C_.INSERT&amp;nbsp;C:&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;/&lt;/FONT&gt;&lt;/STRONG&gt;USERS&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/FONT&gt;USER&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/FONT&gt;DESKTOP&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/FONT&gt;DRAWING &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;\&lt;/STRONG&gt;&lt;/FONT&gt;;;;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 13:07:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075564#M85591</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-02-11T13:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075959#M85592</link>
      <description>Kent1Cooper,&lt;BR /&gt;&lt;BR /&gt;I think I understand now.&lt;BR /&gt;Could you show please with an example of that code how it might look? I am having more difficulty with these, since I do not understand anything in Autolisp.&lt;BR /&gt;&lt;BR /&gt;(setq pt (getpoint "\nSelect a point to insert block:"))(command "insert" "C:\\USERS\\USER\\DESKTOP\\DRAWING.DWG" pt "" "" "")(princ)&lt;BR /&gt;&lt;BR /&gt;Many thanks</description>
      <pubDate>Thu, 11 Feb 2021 15:10:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075959#M85592</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-11T15:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075977#M85593</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10338875"&gt;@AlexBern44&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;....&lt;BR /&gt;Could you show please with an example of that code how it might look? ....&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The first line of code in Message 9 should be all you need.&amp;nbsp; You could just copy that and paste into the command line, and edit the filepath and name appropriately.&amp;nbsp; Beyond that, it can be defined into a command that you can give a name, if you want, or put into a Tool Palette item either in that AutoLisp form or the macro variety in Message 9.&amp;nbsp; Tell us more about exactly how you prefer to use it.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 15:20:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10075977#M85593</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-02-11T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10076904#M85594</link>
      <description>Kent1Cooper,&lt;BR /&gt;I checked this one more time. This works great.&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 11 Feb 2021 21:05:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10076904#M85594</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-11T21:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10077099#M85595</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10338875"&gt;@AlexBern44&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;imadHabash,&lt;BR /&gt;&lt;BR /&gt;I do as you say, but I don't watch the block. It appears on the screen only after specifying the insertion point.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code in post #2 shows the basic (idea) of AutoLisp while&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/508410"&gt;@imadHabash&lt;/a&gt;'s code in post #9 is more effective.&lt;/P&gt;&lt;P&gt;The "pause" holds the insert function until user selects an insertion point.&lt;/P&gt;&lt;P&gt;You are able to see the block when moving the mouse when using his code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setq pt (getpoint "\nSelect a point to insert block:"))
(command "insert" "C:\\USERS\\USER\\DESKTOP\\DRAWING.DWG" pt "" "" "")
(princ)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code in post #2 (or above) doesn't show you the block before the code is ended. No matter you zoom in or out.&lt;/P&gt;&lt;P&gt;The 1st portion of the code asks user select a point as command "insert" requires.&lt;/P&gt;&lt;P&gt;Thus this code logically doesn't search or load the target block before user select an insertion point.&lt;/P&gt;&lt;P&gt;The last portion "removes" any "nil" message from command line when command "insert" is complete.&lt;/P&gt;&lt;P&gt;And the code acts slightly different to manually insert block to drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this explains.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 22:37:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10077099#M85595</guid>
      <dc:creator>BeKirra</dc:creator>
      <dc:date>2021-02-11T22:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10081378#M85596</link>
      <description>&lt;P&gt;Thank you for this complete answer.&lt;BR /&gt;I would like to ask another question on this topic. Perhaps you are familiar with ways to mirror or rescale the block while it is being inserted. That is, to change the direction of the block relative to the insertion point when it is already visible on the screen but not yet inserted in the drawing. Maybe there are some keyboard shortcuts that can be used to make a mirror or to change the scale.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 22:25:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10081378#M85596</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-13T22:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10081499#M85597</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10338875"&gt;@AlexBern44&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... ways to mirror or rescale the block while it is being inserted. That is, to change the direction of the block relative to the insertion point when it is already visible on the screen but not yet inserted in the drawing. ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Read about the &lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;-&lt;/FONT&gt;INSERT&lt;/STRONG&gt;&lt;/FONT&gt; command [note the &lt;FONT color="#FF0000"&gt;hyphen prefix&lt;/FONT&gt;] in Help, and/or just type it in and look at the options -- you can scale it in any or all directions, rotate it, and some other things, before dragging it into place.&amp;nbsp; If you have such options that you use regularly, you can build them into the command sequence inside an AutoLisp (command) function.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 23:58:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10081499#M85597</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-02-13T23:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10082979#M85598</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10338875"&gt;@AlexBern44&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Thank you for this complete answer.&lt;BR /&gt;I would like to ask another question on this topic. Perhaps you are familiar with ways to mirror or rescale the block while it is being inserted. That is, to change the direction of the block relative to the insertion point when it is already visible on the screen but not yet inserted in the drawing. Maybe there are some keyboard shortcuts that can be used to make a mirror or to change the scale.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;P&gt;You can have a look into HELP to learn more about the command "insert" as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;suggested.&lt;/P&gt;&lt;P&gt;But...&lt;/P&gt;&lt;P&gt;IMO the questions that you arose now are "off the topic". It is not recommended to copy a piece of "long" code to command line.&lt;/P&gt;&lt;P&gt;My early reply in post #2 was showing the basic and "dirty" solution for your question. Actually I am afraid it is not practical in real life because the "code" can not be repeated when you want to insert another block file.&lt;/P&gt;&lt;P&gt;If you do so, you might have to head into AutoLisp and create a new command that allows you to insert varies blocks.&lt;/P&gt;&lt;P&gt;In your code you might have to provide the following user input options:&lt;/P&gt;&lt;P&gt;1. block name and it is location.&lt;/P&gt;&lt;P&gt;2. "mirror" or "not".&lt;/P&gt;&lt;P&gt;3. "change insert scale" or accept 1:1 as default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW You can also browse the AutoLisp forum (see the link below) if you are really happy to learn more about AutoLisp.&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank"&gt;Visual LISP, AutoLISP and General Customization - Autodesk Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH and welcome onboard of AutoLisp.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2021 23:06:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10082979#M85598</guid>
      <dc:creator>BeKirra</dc:creator>
      <dc:date>2021-02-14T23:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10083119#M85599</link>
      <description>&lt;P&gt;/&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 01:02:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10083119#M85599</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-15T01:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10083130#M85600</link>
      <description>&lt;P&gt;Dear Kent1Cooper and BeKirra&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have carefully read your answers as well as the description of the command in the HELP.&lt;BR /&gt;As I now understand, the actions with the block, that I want to implement, do not have standard commands in Autocad.&lt;BR /&gt;The -insert command only includes the ability to enter rotation or scale parameters on the command line.&lt;BR /&gt;The other option is to create code in Autolisp, which really wouldn't be practical as you pointed out.&lt;/P&gt;&lt;P&gt;Just to be clear, I will repeat my question with an example. My intent was this. I was expecting that there is some key combination that allows to make changes with a block that is already on the screen, in the process of insertion.&lt;BR /&gt;After all, this is fairly practical, let's take this example, key combinations "Ctrl +" could increase the scales by one step, "Ctrl + R" rotate by 1 degree, "Ctrl + X" mirror relative to the axis X, "Ctrl + Y" relative to the axis Y&amp;nbsp;&lt;SPAN&gt;and so on.&lt;/SPAN&gt;&lt;BR /&gt;This is quite practical, a little strange that there is no such thing&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 01:06:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10083130#M85600</guid>
      <dc:creator>AlexBern44</dc:creator>
      <dc:date>2021-02-15T01:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a block via the command line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10083200#M85601</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10338875"&gt;@AlexBern44&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;.... I was expecting that there is some key combination that allows to make changes with a block that is already on the screen, in the process of insertion.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;After all, this is fairly practical, let's take this example, key combinations "Ctrl +" could increase the scales by one step, "Ctrl + R" rotate by 1 degree, "Ctrl + X" mirror relative to the axis X, "Ctrl + Y" relative to the axis Y&amp;nbsp;&lt;SPAN&gt;and so on.&lt;/SPAN&gt;&lt;BR /&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I disagree that it's practical [see my bracketed question in what follows].&amp;nbsp; The "key combination" is to type in the abbreviation for one of the command-line options in the -INSERT command.&amp;nbsp; Instead of Ctrl+ to scale it up by "one step" [who gets to decide what ratio "one step" is? and what if you want a scale factor that's &lt;EM&gt;between&lt;/EM&gt; those "steps"?], you type in S for the Scale option [all axes together], and tell it directly exactly how much you want to scale it by.&amp;nbsp; Instead of CtrlR to rotate it by 1° [what if you want to rotate it by something that's not whole degrees? and do you have to hit CtrlR &lt;EM&gt;180 times&lt;/EM&gt; to spin it half-way around? and do you need a separate one to rotate it in the other direction?], you type in R for the Rotate option, and tell it directly exactly how much you want to rotate it.&amp;nbsp; Instead of CtrlX to mirror it in the X direction, you type in X for the X scale factor option, and tell it -1 [assuming you don't also want to change the size, but you can do that, too].&amp;nbsp; Etc., etc.&amp;nbsp; All changes made in these ways go into effect immediately in what you see on-screen, so you can have it in its final scale and orientation and so on, as you drag it around to give it the insertion point.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 02:03:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-block-via-the-command-line/m-p/10083200#M85601</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-02-15T02:03:00Z</dc:date>
    </item>
  </channel>
</rss>

