Assign flow direction to pipe connectors

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I want to extract a pipe system through the Revit API, and one information I want is the flow direction (in or out) between the pipes. My plan was to use the direction property in the connectors, but in many cases, it will be bidirectional (as in the attached screendump from Revit Lookup). I have succeeded in creating systems, where all connector directions are either in or out, but I can't seem to identify when revit will identify the directions, and when it will write bidirectional. All components have only in- and out-connectors, as specified in the families.
When working with ventilation systems it is not an issue.
Does anyone have ideas to how I can make sure that Revit will assign directions to connectors? Or should I bite the bullet and write a script that will assign directions after extraction? I'm aware, that this will be the most robust solution, but I'm afraid it's a little out of my programming capabilities, so for the moment I would prefer to solve the problem in Revit.