<?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: Nested block position in model/paper space. in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3773593#M51216</link>
    <description>&lt;P&gt;Ok, ty for the info.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2013 18:56:34 GMT</pubDate>
    <dc:creator>Ertqwa</dc:creator>
    <dc:date>2013-02-08T18:56:34Z</dc:date>
    <item>
      <title>Nested block position in model/paper space.</title>
      <link>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3772688#M51214</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BlockTableRecord.Position&lt;/EM&gt; gets the position of the block in its owner. So if it is a nested block, it gets the postion inside the parent block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get the position of a nested block in the space (model or paper). One way of doing this is getting the location of that parent, and if the parent is also nested, get that position and so on...and then calculate the position of the nested block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a faster way? A method that does this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 20:06:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3772688#M51214</guid>
      <dc:creator>Ertqwa</dc:creator>
      <dc:date>2013-02-07T20:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Nested block position in model/paper space.</title>
      <link>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3772728#M51215</link>
      <description>&lt;P&gt;AFAIK: the nested block is only giving the information from the block definition. it doesn't contain any 'real' information about where it is in space. So you would have to find the last block that is referenced in the space and work the math out.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 21:03:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3772728#M51215</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2013-02-07T21:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nested block position in model/paper space.</title>
      <link>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3773593#M51216</link>
      <description>&lt;P&gt;Ok, ty for the info.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 18:56:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3773593#M51216</guid>
      <dc:creator>Ertqwa</dc:creator>
      <dc:date>2013-02-08T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nested block position in model/paper space.</title>
      <link>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3776808#M51217</link>
      <description>&lt;P&gt;I'm not sure what the person that posted your reply was thinking, but what it says isn't really true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can call Explode() on a BlockReference to get the entities in the block's definition transformed to space that contains the block reference, and just Dispose() the entities after you've gotten what you need from them. Explode() doesn't add entities to the database, so it doesn't get changed. That's how many AutoCAD commands support nested entities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't want to take the Explode() route, you need to identify what nested entities you're interested in, and use the BlockReference's BlockTransform property to transform geometry or coordinates to the owner space of the block reference (which is essentially what Explode() does with each nested entity).&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2013 23:29:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/3776808#M51217</guid>
      <dc:creator>DiningPhilosopher</dc:creator>
      <dc:date>2013-02-10T23:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Nested block position in model/paper space.</title>
      <link>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/10563086#M51218</link>
      <description>How to calculate,I need an example,Thanks 95786236@qq.com</description>
      <pubDate>Sat, 21 Aug 2021 14:28:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/nested-block-position-in-model-paper-space/m-p/10563086#M51218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-21T14:28:06Z</dc:date>
    </item>
  </channel>
</rss>

