How to access element cut areas/filled regions through Revit API
Not applicable
11-29-2015
03:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to figure out how to access the filled regions created when an object is cut in plan or section.
My aim is to write a tool that duplicates these regions in order to quickly create dual hatches in a view. I'm unsure at the moment whether these regions are associated with the family instance itself, or the view, or the work plane, etc.I've poured through Revit Lookup but can't locate it.
There is some information here about creating new filled regions through:
FilledRegion.Create(...)
But I'm more interested in accessing the ones already created in a view.
Any suggestions would be much appreciated.
Link copied