<?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: Changing BlockReference coordinate system from UCS to WCS in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/changing-blockreference-coordinate-system-from-ucs-to-wcs/m-p/11177370#M12859</link>
    <description>&lt;P&gt;Thanks I'll give it a try&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 13:43:24 GMT</pubDate>
    <dc:creator>rberghLJ4SA</dc:creator>
    <dc:date>2022-05-18T13:43:24Z</dc:date>
    <item>
      <title>Changing BlockReference coordinate system from UCS to WCS</title>
      <link>https://forums.autodesk.com/t5/net-forum/changing-blockreference-coordinate-system-from-ucs-to-wcs/m-p/11176916#M12857</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a BlockReference object when I look at the object data the BlockTransform.CoordinateSystem is a ucs that was active when the block was placed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I change the BlockReference object's Coordinate system to WCS and if it's possible how would I go about it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Riaan&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 10:32:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/changing-blockreference-coordinate-system-from-ucs-to-wcs/m-p/11176916#M12857</guid>
      <dc:creator>rberghLJ4SA</dc:creator>
      <dc:date>2022-05-18T10:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing BlockReference coordinate system from UCS to WCS</title>
      <link>https://forums.autodesk.com/t5/net-forum/changing-blockreference-coordinate-system-from-ucs-to-wcs/m-p/11177348#M12858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The BlockReference.BlockTransform matrix does not exactly match with the one of the active UCS&amp;nbsp; during the block reference insertion because it does not take in account of this UCS origin.&lt;/P&gt;
&lt;P&gt;Anyway, you can try to transform the block reference with the inverse matrix of the one returned by BlockReference.BlockTransform and change its position as you need.&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;br.TransformBy(br.BlockTransform.Inverse());&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 18 May 2022 13:36:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/changing-blockreference-coordinate-system-from-ucs-to-wcs/m-p/11177348#M12858</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-05-18T13:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Changing BlockReference coordinate system from UCS to WCS</title>
      <link>https://forums.autodesk.com/t5/net-forum/changing-blockreference-coordinate-system-from-ucs-to-wcs/m-p/11177370#M12859</link>
      <description>&lt;P&gt;Thanks I'll give it a try&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 13:43:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/changing-blockreference-coordinate-system-from-ucs-to-wcs/m-p/11177370#M12859</guid>
      <dc:creator>rberghLJ4SA</dc:creator>
      <dc:date>2022-05-18T13:43:24Z</dc:date>
    </item>
  </channel>
</rss>

