Filter if Pipes are Vertical?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
In my office, I am required to show the pipe/rise drop symbols both solid, and as a finer line weight than the piping system in many cases. For example, vent piping is shown as a hidden line and a thinner weight than sanitary or storm piping, and the rise/drop symbol takes on that pattern if I assign the piping system a hidden override, or if I assign the system abbreviation a filter.
My current solution is a yes/no parameter that allows me to determine if an instance of a pipe is vertical or not, and filtering by that. I don't know the first thing about Dynamo really, but it seems to me that I should be able to somehow sort by the Top Elevation, Middle Elevation, and Bottom Elevation parameters if not by the Slope Parameter. In pseudo-boolean terms, something like this;
"if(Top Elevation = Middle Elevation) or(Middle Elevation = Bottom Elevation)", check "Pipe is Vertical". I just want to automate this process as with large scale buildings, my current method is extremely tedious. Does anyone have a solution to this?
Thanks!