<?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 center of block in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4894982#M44963</link>
    <description>&lt;P&gt;Hi, Help needed in finding the center of a selected block. Thanks &amp;amp; Regards Sanjay Pandey&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2014 09:45:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-19T09:45:37Z</dc:date>
    <item>
      <title>center of block</title>
      <link>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4894982#M44963</link>
      <description>&lt;P&gt;Hi, Help needed in finding the center of a selected block. Thanks &amp;amp; Regards Sanjay Pandey&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:45:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4894982#M44963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: center of block</title>
      <link>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4895000#M44964</link>
      <description>hi sanjaymann:&lt;BR /&gt;you can use the blockreference's geometricextents.maxpoint &amp;amp; minpoint to get the two corner point, then calculate the center point&lt;BR /&gt;inbref.GeometricExtents.MaxPoint</description>
      <pubDate>Wed, 19 Mar 2014 09:53:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4895000#M44964</guid>
      <dc:creator>swaywood</dc:creator>
      <dc:date>2014-03-19T09:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: center of block</title>
      <link>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4895054#M44965</link>
      <description>&lt;P&gt;Tried using that but its not falling in the center.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim centerX As Double = br.GeometricExtents.MaxPoint.X + br.GeometricExtents.MinPoint.X / 2&lt;BR /&gt;Dim centerY As Double = br.GeometricExtents.MaxPoint.Y + br.GeometricExtents.MinPoint.Y / 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did i do something wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:40:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4895054#M44965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T10:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: center of block</title>
      <link>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4895056#M44966</link>
      <description>&lt;P&gt;Dim centerX As Double = (br.GeometricExtents.MaxPoint.X + br.GeometricExtents.MinPoint.X) / 2&lt;BR /&gt;Dim centerY As Double = (br.GeometricExtents.MaxPoint.Y + br.GeometricExtents.MinPoint.Y) / 2&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:42:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4895056#M44966</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2014-03-19T10:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: center of block</title>
      <link>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4895058#M44967</link>
      <description>&lt;P&gt;OOPs my bad. Didn't put brackets before dividing by Zero.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a Ton.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:47:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/center-of-block/m-p/4895058#M44967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T10:47:51Z</dc:date>
    </item>
  </channel>
</rss>

