Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Tee Junction

shehab_fekry
Enthusiast

Tee Junction

shehab_fekry
Enthusiast
Enthusiast

I'm creating a plugin that creates pipes connecting vertical pipes to horizontal main pipe, the problem is when i create these pipes manually Revit automatically creates Tee Junction in the intersection point between these two points as shown in first picture , but when created by Revit API no Tee junction is created as shown in second picture , the fact is I think it can be done by placing a family instance and then try to split the pipe in the intersection point then connect each connector to the tee junction, but that process is not easy as it seems, Revit does that automatically when drawn manually or when you move the location line a little bit back then return in to the same position or when you Extend/One Element , the Junction is created with the right parameters and angels

m1.PNGm2.PNG

0 Likes
Reply
Accepted solutions (1)
415 Views
2 Replies
Replies (2)

jeremy_tammik
Autodesk
Autodesk

I believe that the MEP routing preferences determine which tee is used when creating the system in the UI. Can you apply the same routing preferences in the API as well? 

  

   

Please also search this forum for previous discussions on tee fittings:

  

      

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes

scgq425
Advocate
Advocate
Accepted solution

@shehab_fekry :in code , need to break the pipe to two pipe and use newteefitting to connect three point.

LanHui Xu
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes