<?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 block like acad INSERT in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020136#M30617</link>
    <description>Look at acedGetVar() for sysvar "attreq" this may be what you need.

jon

"simon pelicon" &lt;SIMON&gt; wrote in message
news:40920cce$1_2@newsprd01...
&amp;gt; Hi
&amp;gt;
&amp;gt; I want to konow how to insert block in dwg like in acad INSERT command.
&amp;gt; I want to see block and block changes when choosing insertion point,scale
&amp;gt; and rotation. Examples on adn doesn't show block when choosing insertion
&amp;gt; point and rotation.
&amp;gt;
&amp;gt; Thanks
&amp;gt;
&amp;gt; Simon
&amp;gt;
&amp;gt;&lt;/SIMON&gt;</description>
    <pubDate>Wed, 26 May 2004 15:37:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-05-26T15:37:21Z</dc:date>
    <item>
      <title>inserting block like acad INSERT</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020133#M30614</link>
      <description>Hi

I want to konow how to insert block in dwg like in acad INSERT command.
I want to see block and block changes when choosing insertion point,scale
and rotation. Examples on adn doesn't show block when choosing insertion
point and rotation.

Thanks

Simon</description>
      <pubDate>Fri, 30 Apr 2004 08:27:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020133#M30614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-30T08:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: inserting block like acad INSERT</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020134#M30615</link>
      <description>You'll need to use an AcEdJig for that.  Not too terribly difficult.  Take a
look at the ObjectARX reference and the sample application that comes in the
SDK - one of them shows you how to jig an ellipse.  Give it a try and post
back if you have problems.

-Rich


"simon pelicon" &lt;SIMON&gt; wrote in message
news:40920cce$1_2@newsprd01...
&amp;gt; Hi
&amp;gt;
&amp;gt; I want to konow how to insert block in dwg like in acad INSERT command.
&amp;gt; I want to see block and block changes when choosing insertion point,scale
&amp;gt; and rotation. Examples on adn doesn't show block when choosing insertion
&amp;gt; point and rotation.
&amp;gt;
&amp;gt; Thanks
&amp;gt;
&amp;gt; Simon
&amp;gt;
&amp;gt;&lt;/SIMON&gt;</description>
      <pubDate>Fri, 30 Apr 2004 13:18:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020134#M30615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-30T13:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: inserting block like acad INSERT</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020135#M30616</link>
      <description>Once I tried to insert a block with attributes thru AcEdjig - but my problem
was with the block attributes - I didn't able to turn them off like autoCAD
insert command... At that time I didn't spend much time on that - but within
2/3 weeks I've to solve that problem.

Thanks
-Partha

"Justavian" &lt;RPRIDDY&gt; wrote in message
news:40925210$1_1@newsprd01...
&amp;gt; You'll need to use an AcEdJig for that.  Not too terribly difficult.  Take
a
&amp;gt; look at the ObjectARX reference and the sample application that comes in
the
&amp;gt; SDK - one of them shows you how to jig an ellipse.  Give it a try and post
&amp;gt; back if you have problems.
&amp;gt;
&amp;gt; -Rich
&amp;gt;
&amp;gt;
&amp;gt; "simon pelicon" &lt;SIMON&gt; wrote in message
&amp;gt; news:40920cce$1_2@newsprd01...
&amp;gt; &amp;gt; Hi
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; I want to konow how to insert block in dwg like in acad INSERT command.
&amp;gt; &amp;gt; I want to see block and block changes when choosing insertion
point,scale
&amp;gt; &amp;gt; and rotation. Examples on adn doesn't show block when choosing insertion
&amp;gt; &amp;gt; point and rotation.
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Thanks
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Simon
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt;
&amp;gt;&lt;/SIMON&gt;&lt;/RPRIDDY&gt;</description>
      <pubDate>Mon, 03 May 2004 11:35:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020135#M30616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-05-03T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: inserting block like acad INSERT</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020136#M30617</link>
      <description>Look at acedGetVar() for sysvar "attreq" this may be what you need.

jon

"simon pelicon" &lt;SIMON&gt; wrote in message
news:40920cce$1_2@newsprd01...
&amp;gt; Hi
&amp;gt;
&amp;gt; I want to konow how to insert block in dwg like in acad INSERT command.
&amp;gt; I want to see block and block changes when choosing insertion point,scale
&amp;gt; and rotation. Examples on adn doesn't show block when choosing insertion
&amp;gt; point and rotation.
&amp;gt;
&amp;gt; Thanks
&amp;gt;
&amp;gt; Simon
&amp;gt;
&amp;gt;&lt;/SIMON&gt;</description>
      <pubDate>Wed, 26 May 2004 15:37:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020136#M30617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-05-26T15:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: inserting block like acad INSERT</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020137#M30618</link>
      <description>i have a similar problem  ...&lt;BR /&gt;
I have a dwg file wich has some custom entities .&lt;BR /&gt;
I have an application loaded that contains the custom entity class.&lt;BR /&gt;
 I try to insert the dwg in a new drawing ..It works... But if in the insert dialog box from autocad I check the explode option&lt;BR /&gt;
it doesn't work .&lt;BR /&gt;
&lt;BR /&gt;
I overrrided deepclone function . It is basicaly the same as the example in the documentation or samples.&lt;BR /&gt;
&lt;BR /&gt;
So my problem is :&lt;BR /&gt;
If i choose just insert : the pOwner parameter from deepclone&lt;BR /&gt;
is Ok. By ok I meen i can make a cast to AcDbBlockTableRecord and add the cloned entity ....&lt;BR /&gt;
&lt;BR /&gt;
If i check the explode option the pOwner is not ok anymore...&lt;BR /&gt;
I can't make a cast to AcDbBlockTableRecord ... but i can make a cast to AcDbBlockTable !! ...(the object is primary)&lt;BR /&gt;
&lt;BR /&gt;
In the samples this case is treatead as : eInvalidOwner&lt;BR /&gt;
&lt;BR /&gt;
One more thing ...if i don't choose insertion point the owner is again ok ..&lt;BR /&gt;
&lt;BR /&gt;
Help Help Help</description>
      <pubDate>Sat, 06 Nov 2004 10:32:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/inserting-block-like-acad-insert/m-p/1020137#M30618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-06T10:32:13Z</dc:date>
    </item>
  </channel>
</rss>

