Message 1 of 5
Changing Slope of MEP part before placing it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to be able to toggle between slope UP and DOWN using a hotkey when placing new MEP parts. See attached screenshot
I have achieved a similar functionality of changing pipe to hot water, cold water, storm, vent etc. using hotkeys using pyRevit. So, I have a basic understanding of how to work with different elements in Python/pyRevit. But based on my research so far, I think that I need to have the element that I want to manipulate already added to the document if not selected. Now I am dealing with parts that I am yet to add to the document. Is there a way to programmatically achieve this? Any help in this direction is highly appreciated.