Message 1 of 4
MEP Space class Room property returns null with linked models
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
All of our projects use a separate MEP model that has the Architectural model linked. We need to copy through and manage some of the custom room parameters stored in the Architectural model for which I'm writing an Addin.
The first task would be to establish what room a space is associated with for which the Space class has a Room property. This however returns null if the room is located in a linked model. So I need to establish another more cumbersome method of matching up a Space with a Room, maybe comparing their geometry's? Any suggestions would be greatly appreciated.