<?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: Not able to  align tag elbow with given angle If the section cuts diagnolly. in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286299#M9375</link>
    <description>&lt;P&gt;It is&amp;nbsp;3D angle calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When working with floors, if sections are cut horizontally or vertically, it functions effectively within the context of a 2D representation. However, when sections are cut diagonally, it engages with the 3D aspect of the design.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 09:25:22 GMT</pubDate>
    <dc:creator>praveen.cMXB2H</dc:creator>
    <dc:date>2023-10-05T09:25:22Z</dc:date>
    <item>
      <title>Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12281052#M9364</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="praveencMXB2H_0-1696310845731.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1274411iBA1B54F4022946BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="praveencMXB2H_0-1696310845731.png" alt="praveencMXB2H_0-1696310845731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is my level plan. I can successfully align a tag on the floor or when sections are cut horizontally or vertically. However, when the section is cut diagonally, I encounter difficulty in aligning the tag at the desired angle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="praveencMXB2H_1-1696310959200.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1274412i7C386ABB7AF185CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="praveencMXB2H_1-1696310959200.png" alt="praveencMXB2H_1-1696310959200.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is my code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IndependentTag tag = doc.GetElement(ckt.ElementId) as IndependentTag;&lt;BR /&gt;if (tag != null)&lt;BR /&gt;{&lt;BR /&gt;tag.LeaderEndCondition = LeaderEndCondition.Free;&lt;BR /&gt;XYZ baseValue = tag.LeaderEnd;&lt;BR /&gt;double z2 = elboworigin.Z;&lt;BR /&gt;double x2 = 0;&lt;BR /&gt;double y2 = 0;&lt;BR /&gt;double x1 = baseValue.X;&lt;BR /&gt;double y1 = baseValue.Y;&lt;BR /&gt;double z1 = baseValue.Z;&lt;/P&gt;&lt;P&gt;double angleDegrees = 45.0;&lt;BR /&gt;double angleRadians = angleDegrees * Math.PI / 180.0;&lt;BR /&gt;double deltaZ = z2 - z1;&lt;BR /&gt;double tanTheta = Math.Tan(angleRadians);&lt;BR /&gt;double Lxy = deltaZ / tanTheta;&lt;BR /&gt;x2 = x1 + Lxy * Math.Cos(angleRadians);&lt;BR /&gt;y2 = y1 + Lxy * Math.Sin(angleRadians);&lt;BR /&gt;XYZ ElbowPosition = new XYZ(x2, y2, ElbowOriginZ);&lt;BR /&gt;tag.LeaderElbow = ElbowPosition;&lt;BR /&gt;XYZ headerPnt = new XYZ(elboworigin.X, ElbowOriginY, ElbowOriginZ);&lt;BR /&gt;tag.TagHeadPosition = headerPnt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:30:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12281052#M9364</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-05T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not anle align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12284866#M9365</link>
      <description>&lt;P&gt;Dear Praveen,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I sincerely hope that you pay more attention to your coding than to your spelling. Please spell check your posts, especially the descriptive title, in order to simplify searching and finding related issues later on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your question: Please explain more precisely what exactly you wish to achieve. I cannot tell from you images or by reverse engineering your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 17:06:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12284866#M9365</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-04T17:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not anle align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12285870#M9366</link>
      <description>&lt;P&gt;Dear Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I apologize for any inconvenience caused by my earlier oversight. It appears I neglected to check the spelling in my initial question, for which I take full responsibility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To clarify, my question pertains to the alignment of tags at specific angles when dealing with sections that are cut diagonally. I have successfully aligned tags on flat surfaces as well as in cases where sections are cut either horizontally or vertically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a more concrete example, let's say I have a tag labeled 'elbow,' and I'd like to align it precisely at a 60-degree angle when the section is cut diagonally. What steps or methods should I follow to achieve this level of alignment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In summary, my ultimate objective is to consistently align tags at predetermined angles, regardless of where the section is cut diagonally within the structure. Your guidance on accomplishing this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Praveen Kumar.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 04:42:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12285870#M9366</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-05T04:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not anle align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12285957#M9367</link>
      <description>&lt;P&gt;I see no problem with your task. Tags can be aligned at any desired angle. Please search this forum for existing issues, e.g., using terms such as "place tag angle":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://forums.autodesk.com/t5/forums/searchpage/tab/message?advanced=false&amp;amp;allow_punctuation=false&amp;amp;filter=location&amp;amp;location=forum-board:160&amp;amp;q=place%20tag%20angle" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/forums/searchpage/tab/message?advanced=false&amp;amp;allow_punctuation=false&amp;amp;filter=location&amp;amp;location=forum-board:160&amp;amp;q=place%20tag%20angle&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see a large number of solutions listed for various situations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 06:13:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12285957#M9367</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-05T06:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12285999#M9368</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have already searched,&amp;nbsp; but unfortunately, I didn't find the solution I needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please guide me;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to align this tag at the elbow with a 60-degree angle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XYZ elboworigin = uiApp.ActiveUIDocument.Selection.PickPoint("Pick the Elbow");&lt;/P&gt;&lt;P&gt;IndependentTag tag = doc.GetElement(ckt.ElementId) as IndependentTag;&lt;BR /&gt;if (tag != null)&lt;BR /&gt;{&lt;BR /&gt;tag.LeaderEndCondition = LeaderEndCondition.Free;&lt;BR /&gt;XYZ baseValue = tag.LeaderEnd;&lt;BR /&gt;double z2 = elboworigin.Z;&lt;BR /&gt;double x2 = 0;&lt;BR /&gt;double y2 = 0;&lt;BR /&gt;double x1 = baseValue.X;&lt;BR /&gt;double y1 = baseValue.Y;&lt;BR /&gt;double z1 = baseValue.Z;&lt;/P&gt;&lt;P&gt;double angleDegrees = 60;&lt;BR /&gt;double angleRadians = angleDegrees * Math.PI / 180.0;&lt;/P&gt;&lt;P&gt;XYZ ElbowPosition = new XYZ(x2 = ?, y2 = ?, ElbowOriginZ);&lt;BR /&gt;tag.LeaderElbow = ElbowPosition;&lt;BR /&gt;XYZ headerPnt = new XYZ(elboworigin.X, ElbowOriginY, ElbowOriginZ);&lt;BR /&gt;tag.TagHeadPosition = headerPnt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to find the coordinates (x2, y2).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 06:40:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12285999#M9368</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-05T06:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286002#M9369</link>
      <description>&lt;P&gt;You wish to convert an angle to cartesian coordinates? You probably learned that in school when you were in your early teens:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.mathsisfun.com/polar-cartesian-coordinates.html" target="_blank" rel="noopener"&gt;https://www.mathsisfun.com/polar-cartesian-coordinates.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 06:41:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286002#M9369</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-05T06:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286018#M9370</link>
      <description>Dear Jeremy,&lt;BR /&gt;&lt;BR /&gt;I am able to find coordinates, but they do not match a given angle for&lt;BR /&gt;diagonal sections.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Praveen Kumar.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2023 06:49:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286018#M9370</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-05T06:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286023#M9371</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am able to find coordinates, but they do not match a given angle for diagonal sections.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 06:51:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286023#M9371</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-05T06:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286033#M9372</link>
      <description>&lt;P&gt;Aha. Thank you for clarifying. Can you make a sketch to illustrate and explain why they do not match? I do not see the problem off-hand. Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 07:00:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286033#M9372</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-05T07:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286229#M9373</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="praveencMXB2H_0-1696495426908.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1275502iFB59973C6FAF54AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="praveencMXB2H_0-1696495426908.png" alt="praveencMXB2H_0-1696495426908.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that the elbow alignment in the code does not match the specified 60-degree angle; instead, it aligns with a 64-degree angle, and the angles vary for different sections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XYZ tagLocation = tag.LeaderElbow;&lt;BR /&gt;XYZ elementLocation = tag.LeaderEnd;&lt;BR /&gt;double x1 = elementLocation.X;&lt;BR /&gt;double y1 = elementLocation.Y;&lt;BR /&gt;double z1 = elementLocation.Z;&lt;BR /&gt;double z2 = elboworigin.Z;&lt;BR /&gt;double angleDegrees = 60.0;&lt;BR /&gt;// Convert the angle from degrees to radians&lt;BR /&gt;double angleRadians = angleDegrees * Math.PI / 180.0;&lt;BR /&gt;// Calculate the z-difference&lt;BR /&gt;double deltaZ = z2 - z1;&lt;BR /&gt;// Calculate the horizontal (xy-plane) distance Lxy&lt;BR /&gt;double tanTheta = Math.Tan(angleRadians);&lt;BR /&gt;double Lxy = deltaZ / tanTheta;&lt;BR /&gt;// Calculate the coordinates (x2, y2)&lt;BR /&gt;double x2 = x1 + Lxy * Math.Cos(angleRadians);&lt;BR /&gt;double y2 = y1 + Lxy * Math.Sin(angleRadians);&lt;/P&gt;&lt;P&gt;tag.LeaderElbow = new XYZ(x2 , y2, z2);&lt;BR /&gt;tag.TagHeadPosition = new XYZ(elboworigin.X, elboworigin.Y, elboworigin.Z);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 08:56:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286229#M9373</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-05T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286291#M9374</link>
      <description>&lt;P&gt;Well, I still do not understand neither your task nor your problem in full detail. I am glad to see that it appears to be a purely trigonometric calculation, problem, though, and not a problem with the Revit API. One aspect that confuses me now is that I previously thought it was a purely 2D planar issue. Now I see a mention of a Z difference, and don't quite understand how the Z difference is supposed to affect the 2D angle calculation. Or is it actually a 3D angle calculation?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:18:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286291#M9374</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-05T09:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286299#M9375</link>
      <description>&lt;P&gt;It is&amp;nbsp;3D angle calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When working with floors, if sections are cut horizontally or vertically, it functions effectively within the context of a 2D representation. However, when sections are cut diagonally, it engages with the 3D aspect of the design.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:25:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286299#M9375</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-05T09:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286308#M9376</link>
      <description>&lt;P&gt;Aha. Well, an angle in 3D space cannot be specified with one single number, such as 60 degrees. So, you will have to reformulate the problem in a suitable manner for a 3D angle before we can talk at all. Please work through some basic material about this topic before we continue, e.g.:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://duckduckgo.com/?q=angle+in+3d+space" target="_blank"&gt;https://duckduckgo.com/?q=angle+in+3d+space&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:25:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12286308#M9376</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-05T09:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12290717#M9377</link>
      <description>&lt;P&gt;Dear Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have reviewed all the provided links, but I am unable to find a suitable solution. If you could provide some sample code to help us match the angle, it would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 04:43:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12290717#M9377</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-07T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12290924#M9378</link>
      <description>&lt;P&gt;Dear Praveen,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oh dear, I'm sorry to hear that. Really, you should be talking with a math teacher, not with me, and not here in the Revit API forum. I'll gladly try to help if I can. However, you have not yet described your problem or your task in a manner that I can understand. Remember, I am not a Revit user, so I do not know how to handle a tag or a section view optimally. All I know about are programming and geometry, e.g., in this case, cartesian coordinates and trigonometry. You stated above that you wish to orient something in 3D space at 60 degrees. Well, as said, that is insufficient information. Please specify sufficient information to define an exact 3D orientation. Read the articles I pointed out to learn what data might be used for that. Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 09:21:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12290924#M9378</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-07T09:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to  align tag elbow with given angle If the section cuts diagnolly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12293028#M9379</link>
      <description>&lt;P&gt;Dear Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a video. Please watch it as I have explained my issue clearly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 12:43:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/not-able-to-align-tag-elbow-with-given-angle-if-the-section-cuts/m-p/12293028#M9379</guid>
      <dc:creator>praveen.cMXB2H</dc:creator>
      <dc:date>2023-10-17T12:43:34Z</dc:date>
    </item>
  </channel>
</rss>

