<?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: in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316533#M37556</link>
    <description>Thanks I have already tried it but I have 3 coordinate systems A, B and C. A is implemented in B and B is implemented in C. So I think that these functions you recommend are making transormation of the points only in the Coordinate System-Container. &lt;BR /&gt;
I think I'll make up with a little bit more mathematics &lt;BR /&gt;
:-))))))).&lt;BR /&gt;
&lt;BR /&gt;
Thanks anyway.</description>
    <pubDate>Tue, 18 Feb 2003 01:46:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2003-02-18T01:46:25Z</dc:date>
    <item>
      <title>Coordinate systems problem</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316531#M37554</link>
      <description>Hi guies,&lt;BR /&gt;
I have a problem with coordinate systems. Here it is:&lt;BR /&gt;
If you have a Block A and it contains a block B in it then how to convert the position of block B into the UCS that I am draing into. I have the position of block B in the coordinate system of the block A and the position of block A into the current UCS but I need it into the coordinate system I insert block A. &lt;BR /&gt;
It is not difficult to do it with mathematics but I need it with the ObjectARX :-))))).</description>
      <pubDate>Mon, 17 Feb 2003 07:36:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316531#M37554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-17T07:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate systems problem</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316532#M37555</link>
      <description>&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;I think you must look at this&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;acdbUcs2Wcs(firstPoint, firstPoint, &lt;BR /&gt;
false);&lt;BR /&gt;acdbWcs2Ucs(lastPoint, lastPoint, false);&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;and also at this&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;acdbWcs2Ecs(p1, p1, dNorm, false);&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;Bernd&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;PS: you can also read the UCS/ECS from an object&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"Penkov" &amp;lt;&lt;A&gt;&lt;BR /&gt;
  href="mailto:n_penkov_bg@yahoo.com"&amp;gt;n_penkov_bg@yahoo.com&lt;/A&gt;&amp;gt; schrieb im &lt;BR /&gt;
  Newsbeitrag &lt;A&gt;&lt;BR /&gt;
  href="news:f1444cc.-1@WebX.maYIadrTaRb"&amp;gt;news:f1444cc.-1@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;Hi &lt;BR /&gt;
  guies, &lt;BR /&gt;I have a problem with coordinate systems. Here it is: &lt;BR /&gt;If you &lt;BR /&gt;
  have a Block A and it contains a block B in it then how to convert the &lt;BR /&gt;
  position of block B into the UCS that I am draing into. I have the position of &lt;BR /&gt;
  block B in the coordinate system of the block A and the position of block A &lt;BR /&gt;
  into the current UCS but I need it into the coordinate system I insert block &lt;BR /&gt;
  A. &lt;BR /&gt;It is not difficult to do it with mathematics but I need it with the &lt;BR /&gt;
  ObjectARX :-))))).&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 17 Feb 2003 15:20:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316532#M37555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-17T15:20:51Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316533#M37556</link>
      <description>Thanks I have already tried it but I have 3 coordinate systems A, B and C. A is implemented in B and B is implemented in C. So I think that these functions you recommend are making transormation of the points only in the Coordinate System-Container. &lt;BR /&gt;
I think I'll make up with a little bit more mathematics &lt;BR /&gt;
:-))))))).&lt;BR /&gt;
&lt;BR /&gt;
Thanks anyway.</description>
      <pubDate>Tue, 18 Feb 2003 01:46:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316533#M37556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-18T01:46:25Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316534#M37557</link>
      <description>I found the decision. Transformation matrixes.</description>
      <pubDate>Tue, 18 Feb 2003 06:22:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/coordinate-systems-problem/m-p/316534#M37557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-02-18T06:22:36Z</dc:date>
    </item>
  </channel>
</rss>

