<?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 Matrix3D problem in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195712#M75372</link>
    <description>Hello, Guys.&lt;BR /&gt;
&lt;BR /&gt;
In Arx the class AcGeMatrix3d has methods like 'setToTranslation', 'setToRotation'. In .NET this are now readonly properties. Does anyone know how to set this in .NET?&lt;BR /&gt;
&lt;BR /&gt;
I would really appreciate the help, friends.&lt;BR /&gt;
&lt;BR /&gt;
Bruno Neves Pires Silva</description>
    <pubDate>Tue, 04 Mar 2008 13:09:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-03-04T13:09:30Z</dc:date>
    <item>
      <title>Matrix3D problem</title>
      <link>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195712#M75372</link>
      <description>Hello, Guys.&lt;BR /&gt;
&lt;BR /&gt;
In Arx the class AcGeMatrix3d has methods like 'setToTranslation', 'setToRotation'. In .NET this are now readonly properties. Does anyone know how to set this in .NET?&lt;BR /&gt;
&lt;BR /&gt;
I would really appreciate the help, friends.&lt;BR /&gt;
&lt;BR /&gt;
Bruno Neves Pires Silva</description>
      <pubDate>Tue, 04 Mar 2008 13:09:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195712#M75372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-04T13:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix3D problem</title>
      <link>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195713#M75373</link>
      <description>Dont bother, guys. I had learn myself. Thanx.</description>
      <pubDate>Tue, 04 Mar 2008 13:49:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195713#M75373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-04T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix3D problem</title>
      <link>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195714#M75374</link>
      <description>The properties are read-only because the managed Matrx3d is a struct/value type (e.g., its fields cannot be modified).&lt;BR /&gt;
&lt;BR /&gt;
   Matrix3d m = Matrix3d.Identity;&lt;BR /&gt;
&lt;BR /&gt;
   // Set translation:&lt;BR /&gt;
&lt;BR /&gt;
   m *= Matrix3d.Displacement( new Vector3d( x, y, z )); // x,y,z translation&lt;BR /&gt;
&lt;BR /&gt;
   // Set rotation (rotate by PI/2 around WCS Z axis)&lt;BR /&gt;
&lt;BR /&gt;
   m *= Matrix3d.Rotation( Math.PI/2.0, Vector3d.ZAxis, Point3d.Origin );&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BNPSILVA&gt; wrote in message news:5865390@discussion.autodesk.com...&lt;BR /&gt;
Hello, Guys.&lt;BR /&gt;
&lt;BR /&gt;
In Arx the class AcGeMatrix3d has methods like 'setToTranslation', 'setToRotation'. In .NET this are now readonly properties. Does anyone know how to set this in .NET?&lt;BR /&gt;
&lt;BR /&gt;
I would really appreciate the help, friends.&lt;BR /&gt;
&lt;BR /&gt;
Bruno Neves Pires Silva&lt;/BNPSILVA&gt;</description>
      <pubDate>Tue, 04 Mar 2008 15:46:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195714#M75374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-04T15:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix3D problem</title>
      <link>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195715#M75375</link>
      <description>Thanx, Tonny.</description>
      <pubDate>Fri, 07 Mar 2008 12:57:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/matrix3d-problem/m-p/2195715#M75375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T12:57:18Z</dc:date>
    </item>
  </channel>
</rss>

