<?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: How to obtain the angle between two vector3d? The angle 's range should be 0 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5791664#M60058</link>
    <description>&lt;P&gt;It appears the problem was my windows. I was using windows 10 -&lt;STRONG&gt;Technical Preview&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I upgraded to win&amp;nbsp;10, and the problem is gone (same visual studio and Acad and it works)&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2015 15:45:24 GMT</pubDate>
    <dc:creator>5thSth</dc:creator>
    <dc:date>2015-08-27T15:45:24Z</dc:date>
    <item>
      <title>How to obtain the angle between two vector3d? The angle 's range should be 0-2PI</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3097488#M60044</link>
      <description>&lt;P&gt;Hello,I define a vextor via two points(ptStart and ptDirection).And now I want to get the angle between my vector3d and the X Axis.Here is my code:&lt;/P&gt;&lt;P&gt;Dim Ang As Double = ptStart.GetVectorTo(ptDirection).GetAngleTo(Vector3d.XAxis)&lt;/P&gt;&lt;P&gt;But the range is 0-PI.&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;How can I change it to 0-2PI?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 02:46:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3097488#M60044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-20T02:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3098632#M60045</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; I see there is another&amp;nbsp;version of this method:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="Element5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color="#000000"&gt;Vector3d.&lt;FONT style="background-color: #3399ff;"&gt;GetAngleTo&lt;/FONT&gt; Method (Vector3d&lt;/FONT&gt;, Vector3d)&lt;/DIV&gt;
&lt;DIV class="Element5"&gt;
&lt;P class="Element10"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Returns the angle between this vector and the vector &lt;SPAN class="Element146"&gt;vector&lt;/SPAN&gt; in the range [0, 2 x Pi].&amp;nbsp;&lt;/P&gt;
&lt;P class="Element10"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="Element10"&gt;&amp;nbsp;&amp;nbsp; Please, find its description in the Managed Class Reference Guide (\ObjectARX 2012\docs\arxmgd.chm).&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Jul 2011 17:12:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3098632#M60045</guid>
      <dc:creator>Marat.Mirgaleev</dc:creator>
      <dc:date>2011-07-20T17:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3103132#M60046</link>
      <description>&lt;P&gt;Hi! &lt;SPAN&gt;&lt;SPAN&gt;Try this&lt;/SPAN&gt;&lt;/SPAN&gt;﻿.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;double Ang = ptStart.GetVectorTo(ptDirection).GetAngleTo(Vector3d.XAxis, Vector3d.ZAxis.Negate());﻿&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 12:17:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3103132#M60046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-25T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3109642#M60047</link>
      <description>&lt;P&gt;Nice code.haha.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2011 10:21:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3109642#M60047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-30T10:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3253888#M60048</link>
      <description>&lt;P&gt;hi marat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;although i do not want to spoil the party, i desperately fail to obtain any angles above the 0-pi interval. i admit i&amp;nbsp;still use autocad 2011,&amp;nbsp;however, the documentation for the .getangleto(vec; vecref)&amp;nbsp;appears as&amp;nbsp;you state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;considering the problem, i could do myself with some clarification as to how it's supposed to work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;starting with a vector3d, i look for the angle to another vector3d. to keep things simple, let's say they both originate in the same point and 'point away' from it in separate directions. why is there an optional reference-vector3d? if it's only to expand the interval from 0-pi to 0-2*pi, then an optional&amp;nbsp;boolean would have been satisfactory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks, felix&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 17:00:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3253888#M60048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-07T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3253920#M60049</link>
      <description>&lt;P&gt;yes of course, as soon as i posted it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to whom it may concern&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the additional vecref can be used to define [or fixate] that one dimension of the three (in 3d) that leaves the other two to span the plane in which the angle is measured. in turn it means that the option without the vecref leaves it completely to the two original vectors, i.e. the calling one and the parameter one, to define a plane and the angle within, which also explains why then with the information given it is not possible to give angles above pi, because&amp;nbsp;'they technically then do not exist'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope you enjoyed the show&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;felix&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 17:15:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/3253920#M60049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-07T17:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5786210#M60050</link>
      <description>&lt;P&gt;hello. Sorry for ressurecting a thread, but I have an issue using the "getAngle".&lt;/P&gt;&lt;P&gt;the problem is the angle I'm getting is nowhere in the PI range&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all the "input numbers" turn out as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here's my code:&lt;/P&gt;&lt;PRE&gt;                using (Transaction tr = db.TransactionManager.StartTransaction())
                {
                    ObjectId id = res.ObjectId;
                    Point3d picked = res.PickedPoint;
                    var pline = tr.GetObject(id, OpenMode.ForRead) as Polyline;

                    Point3d onPlinePt = pline.GetClosestPointTo(picked, ed.GetCurrentView().ViewDirection, false);
                    Line3d perpLine = new Line3d(picked, onPlinePt);

                    Vector3d xAxis = new Vector3d(1,0,0);
                    Vector3d perpVector = onPlinePt-picked;

                    double myAngleRad = perpVector.GetAngleTo(Vector3d.XAxis, Vector3d.ZAxis.Negate());
                    double myAngle = myAngleRad * 180 / Math.PI;

}&lt;/PRE&gt;&lt;P&gt;and here's the result:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/185246iD6E17842D53D7134/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="angles.jpg" title="angles.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas what I'm doing wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:05:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5786210#M60050</guid>
      <dc:creator>5thSth</dc:creator>
      <dc:date>2015-08-25T07:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5786266#M60051</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The angle you get is in the 0 2pi range.&lt;/P&gt;
&lt;P&gt;1.0094597E-188 (&lt;A href="https://www.mathsisfun.com/numbers/scientific-notation.html" target="_blank"&gt;scientific notation&lt;/A&gt;) is just very closed to 0.0.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:31:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5786266#M60051</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2015-08-25T07:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787042#M60052</link>
      <description>&lt;P&gt;true, it was por&amp;nbsp;choice of expression.&amp;nbsp;&lt;BR /&gt;my question stands, since I've been getting&amp;nbsp;numbers 10e-188 no matter if I chose vertical, horizontal, or&amp;nbsp;@ 45 deg objects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4 example, this is the result for a completely horizontalline - vector (1,0,0).&amp;nbsp;&lt;/P&gt;&lt;P&gt;the angle to Y axis should be 90deg or PI/2 (1,57)&lt;/P&gt;&lt;P&gt;instead, I get this results...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/185333i33AD3889D72491C9/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="angle.jpg" title="angle.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 16:32:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787042#M60052</guid>
      <dc:creator>5thSth</dc:creator>
      <dc:date>2015-08-25T16:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787136#M60053</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;5thSth a écrit&amp;nbsp;:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;4 example, this is the result for a completely horizontalline - vector (1,0,0).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the angle to Y axis should be 90deg or PI/2 (1,57)&lt;/P&gt;
&lt;BR /&gt;&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, internally (and programmatically) AutoCAD always measures angles in radians, CCW and starting from East.&lt;/P&gt;
&lt;P&gt;If you have different settings (e.g. ANGDIR / ANGBASE), you have to make some calculus to convert the angle or use the Converter.AngleToString() method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try:&lt;/P&gt;
&lt;PRE&gt;AngleToString(perpVector.GetAngleTo(Vector3d.XAxis, Vector3d.ZAxis));&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 25 Aug 2015 17:04:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787136#M60053</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2015-08-25T17:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787492#M60054</link>
      <description>&lt;P&gt;Ive tried it, but "angleToString"&amp;nbsp;method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;                    var newAngle = Autodesk.AutoCAD.Runtime.Converter.AngleToString(Vector3d.XAxis.GetAngleTo(Vector3d.YAxis,Vector3d.ZAxis));

                    Application.ShowAlertDialog("Angle between X and Y axis is:" + newAngle);&lt;/PRE&gt;&lt;P&gt;and result angle for X and Y axis turns out to be "0" &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and if I try only to .GetAngleTo(Vector3d.Yaxis) &amp;nbsp;without Z ... : 314 (which is more of a "Rad" result.&lt;/P&gt;&lt;P&gt;-will keep experimenting; ty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I'd still like to know what the problem was with other method ;&lt;/P&gt;&lt;P&gt;its not a "rad/angle" conversion problem. I know all about rads, and the results Im getting are nowhere near to expected rad or deg results.&lt;/P&gt;&lt;P&gt;to make the problem more apparent, I've rewritten the code to print the&lt;/P&gt;&lt;P&gt;angle to&amp;nbsp;X and Y axis... which is "90 deg" or "PI/2" in rads&amp;nbsp;which is equal to&amp;nbsp;"1,57"&lt;/P&gt;&lt;P&gt;angle to X and X axis... which is "0,00 deg" or "0,00" in rads which equals to "0,00"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;                    double      angleResult  = new double();
                    double      angleResult2 = new double();
                    angleResult  = Vector3d.XAxis.GetAngleTo(Vector3d.YAxis);
                    angleResult2 = Vector3d.XAxis.GetAngleTo(Vector3d.XAxis);

                    Application.ShowAlertDialog("axisX vector:" + Vector3d.XAxis.ToString() + 
                                                "\naxisY vector:" + Vector3d.YAxis.ToString() +
                                                "\nAngle axisX to axisY: " + angleResult.ToString()+
                                                "\nAngle axisX to axisX" + angleResult2.ToString());&lt;/PRE&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/185398iC06CA12251C73D75/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="error.jpg" title="error.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can tell something is really wrong simply by looking at it... since angle1 and angle2 results turn out to be the same number!!! (-2,4785E +215)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:50:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787492#M60054</guid>
      <dc:creator>5thSth</dc:creator>
      <dc:date>2015-08-25T19:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787523#M60055</link>
      <description>&lt;P&gt;Ok,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems you really have a problem with your AutoCAD (try to repar or re-install it).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By my side, I got correct results:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/185402i313802BE530F5265/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="angle.png" title="angle.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:46:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787523#M60055</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2015-08-25T19:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787528#M60056</link>
      <description>&lt;P&gt;wow!&amp;nbsp;&lt;BR /&gt;Thank you for going through the trouble of testing it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will try to run code on desktop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could be AMD cpu...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:53:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787528#M60056</guid>
      <dc:creator>5thSth</dc:creator>
      <dc:date>2015-08-25T19:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787932#M60057</link>
      <description>&lt;P&gt;on my desktop I get correct result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I tried to find where the bug is on laptop...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and when I run the dll directly from autocad, it gives correct result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however, if I try to "debug" through visual studio, I get the above mentioned "error" results&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 23:56:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5787932#M60057</guid>
      <dc:creator>5thSth</dc:creator>
      <dc:date>2015-08-25T23:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain the angle between two vector3d? The angle 's range should be 0</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5791664#M60058</link>
      <description>&lt;P&gt;It appears the problem was my windows. I was using windows 10 -&lt;STRONG&gt;Technical Preview&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I upgraded to win&amp;nbsp;10, and the problem is gone (same visual studio and Acad and it works)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 15:45:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-obtain-the-angle-between-two-vector3d-the-angle-s-range/m-p/5791664#M60058</guid>
      <dc:creator>5thSth</dc:creator>
      <dc:date>2015-08-27T15:45:24Z</dc:date>
    </item>
  </channel>
</rss>

