<?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: Tee Fitting with no right-angle in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/7722427#M69657</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there is any progress regarding this matter. I am using Revit API 2018, and the problem still exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2018 10:38:38 GMT</pubDate>
    <dc:creator>sniMD547</dc:creator>
    <dc:date>2018-01-25T10:38:38Z</dc:date>
    <item>
      <title>Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/5881882#M69651</link>
      <description>&lt;P&gt;&lt;IMG title="teeConnect.png" alt="teeConnect.png" src="https://forums.autodesk.com/t5/image/serverpage/image-id/197036i7849A34D7E4756F8/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to connect branch pipe to main pipe with Tee Fitting by API, like in the picture. Branch pipe must have angle 45 degrees to main pipe. When I try to do it, I have exception about too small or too large angle. So I have to make several steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create branch pipe perpendicular to main pipe&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;public static &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/aa1b8294-c12d-ece0-00af-b17c1f1c9e03.htm" target="_blank"&gt;Pipe&lt;/A&gt; Create(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/db03274b-a107-aa32-9034-f3e0df4bb1ec.htm" target="_blank"&gt;Document&lt;/A&gt; document,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/44f3f7b1-3229-3404-93c9-dc5e70337dd6.htm" target="_blank"&gt;ElementId&lt;/A&gt; systemTypeId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/44f3f7b1-3229-3404-93c9-dc5e70337dd6.htm" target="_blank"&gt;ElementId&lt;/A&gt; pipeTypeId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/44f3f7b1-3229-3404-93c9-dc5e70337dd6.htm" target="_blank"&gt;ElementId&lt;/A&gt; levelId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/c2fd995c-95c0-58fb-f5de-f3246cbc5600.htm" target="_blank"&gt;XYZ&lt;/A&gt; firstPoint,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/c2fd995c-95c0-58fb-f5de-f3246cbc5600.htm" target="_blank"&gt;XYZ&lt;/A&gt; secondPoint&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create Tee Fitting&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;public &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/0d2231f8-91e6-794f-92ae-16aad8014b27.htm" target="_blank"&gt;FamilyInstance&lt;/A&gt; &lt;SPAN&gt;NewTeeFitting&lt;/SPAN&gt;(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/11e07082-b3f2-26a1-de79-16535f44716c.htm" target="_blank"&gt;Connector&lt;/A&gt; &lt;SPAN&gt;connector1&lt;/SPAN&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/11e07082-b3f2-26a1-de79-16535f44716c.htm" target="_blank"&gt;Connector&lt;/A&gt; &lt;SPAN&gt;connector2&lt;/SPAN&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/11e07082-b3f2-26a1-de79-16535f44716c.htm" target="_blank"&gt;Connector&lt;/A&gt;connector3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Disconnect branch pipe from this fitting&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;public &lt;SPAN&gt;void&lt;/SPAN&gt; &lt;SPAN&gt;DisconnectFrom&lt;/SPAN&gt;(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/11e07082-b3f2-26a1-de79-16535f44716c.htm" target="_blank"&gt;Connector&lt;/A&gt;connector)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Rotate the branch pipe&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;public &lt;A href="http://msdn2.microsoft.com/en-us/library/a28wyd50" target="_blank"&gt;bool&lt;/A&gt; &lt;SPAN&gt;Rotate&lt;/SPAN&gt;(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/e7329450-434a-918b-661c-65e15e0585a5.htm" target="_blank"&gt;Line&lt;/A&gt; &lt;SPAN&gt;axis&lt;/SPAN&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://msdn2.microsoft.com/en-us/library/643eft0t" target="_blank"&gt;double&lt;/A&gt;angle)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connect again&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;public &lt;SPAN&gt;void&lt;/SPAN&gt; &lt;SPAN&gt;ConnectTo&lt;/SPAN&gt;(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/11e07082-b3f2-26a1-de79-16535f44716c.htm" target="_blank"&gt;Connector&lt;/A&gt;connector)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Change symbol of the fitting 2 times to see effect at the draw&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;public &lt;A href="mk:@MSITStore:C:\Users\AV03\Documents\SDK%202014\RevitAPI.chm::/html/a1acaed0-6a62-4c1d-94f5-4e27ce0923d3.htm" target="_blank"&gt;FamilySymbol&lt;/A&gt; &lt;SPAN&gt;Symbol&lt;/SPAN&gt; { &lt;SPAN&gt;get&lt;/SPAN&gt;; &lt;SPAN&gt;set&lt;/SPAN&gt;; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; Is it possible to do it easier?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 13:58:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/5881882#M69651</guid>
      <dc:creator>AnatolyCEL</dc:creator>
      <dc:date>2015-10-28T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/5883089#M69652</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;Did you do this:&lt;BR /&gt;1. Create branch pipe with the right angle.&lt;BR /&gt;2. call NewTeeFitting to create the fitting.&lt;BR /&gt;3. change fitting type.&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;1. create branch pipe&lt;BR /&gt;2. rotate branch pipe&lt;BR /&gt;3. create fitting via NewTeeFitting&lt;BR /&gt;4. change fitting type&lt;BR /&gt;Or&lt;BR /&gt;Or&lt;BR /&gt;1. create branch pipe&lt;BR /&gt;2. rotate branch pipe&lt;BR /&gt;3. create fitting via NewFamilyInstance&lt;BR /&gt;4. call Connector.ConnectTo several times to connect fitting with pipes&lt;BR /&gt;4. change fitting type&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2015 02:08:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/5883089#M69652</guid>
      <dc:creator>Aaron.Lu</dc:creator>
      <dc:date>2015-10-29T02:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/5883794#M69653</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do:&lt;/P&gt;&lt;P&gt;1. Create branch pipe with the right angle (if I try to create with 45 degrees, NewTeeFitting&amp;nbsp;throws exception "too smal or too large angle")&lt;/P&gt;&lt;P&gt;2. call NewTeeFitting to create the fitting.&lt;/P&gt;&lt;P&gt;3. Disconnect the branch pipe from the fitting (if rotate the pipe without disconnecting, commit transaction give the message and disconnect itself)&lt;/P&gt;&lt;P&gt;4. Rotate the branch pipe&lt;/P&gt;&lt;P&gt;5. Connect back the branch pipe to the&amp;nbsp;fitting (connection is done, but is not visual effect in drawing)&lt;/P&gt;&lt;P&gt;6. To get the visual effect in drawing, change fitting type to any type different from required and change again back to required type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to long way, maybe it's possible easier?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:36:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/5883794#M69653</guid>
      <dc:creator>AnatolyCEL</dc:creator>
      <dc:date>2015-10-29T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/5887935#M69654</link>
      <description>We have an issue ticket for this:&lt;BR /&gt;REVIT-58630 NewTeeFitting method fails with 45 degree angle&lt;BR /&gt;&lt;BR /&gt;So I think another way you can try is to call NewFamilyInstance to create the tee and rotate it then connect to each pipe.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Nov 2015 05:07:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/5887935#M69654</guid>
      <dc:creator>Aaron.Lu</dc:creator>
      <dc:date>2015-11-02T05:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/6018078#M69655</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has the issue (REVIT-58630 NewTeeFitting method fails with 45 degree angle) resolved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anatoly.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:15:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/6018078#M69655</guid>
      <dc:creator>AnatolyCEL</dc:creator>
      <dc:date>2016-02-01T19:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/6018778#M69656</link>
      <description>Hi AnatolyCEL, &lt;BR /&gt;&lt;BR /&gt;sorry, it has not yet been fixed. I'm afraid it might not be included in Revit 2017</description>
      <pubDate>Tue, 02 Feb 2016 02:55:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/6018778#M69656</guid>
      <dc:creator>Aaron.Lu</dc:creator>
      <dc:date>2016-02-02T02:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/7722427#M69657</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there is any progress regarding this matter. I am using Revit API 2018, and the problem still exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 10:38:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/7722427#M69657</guid>
      <dc:creator>sniMD547</dc:creator>
      <dc:date>2018-01-25T10:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/8954339#M69658</link>
      <description>&lt;P&gt;Has this issue been fixed yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW is there a URL where I can monitor the progress of this issue (REVIT-58630)?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 22:52:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/8954339#M69658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-07T22:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/10652355#M69659</link>
      <description>&lt;P&gt;Has this issue been fixed yet?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 12:43:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/10652355#M69659</guid>
      <dc:creator>carolina.machado</dc:creator>
      <dc:date>2021-09-28T12:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tee Fitting with no right-angle</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/11717438#M69660</link>
      <description>&lt;P&gt;Oh my god, this is a problem has 8 year, may be need to hack it &lt;span class="lia-unicode-emoji" title=":kissing_face:"&gt;😗&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 02:52:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/tee-fitting-with-no-right-angle/m-p/11717438#M69660</guid>
      <dc:creator>Chuong.Ho</dc:creator>
      <dc:date>2023-01-31T02:52:11Z</dc:date>
    </item>
  </channel>
</rss>

