Message 1 of 3
How to make beam as room boundary

Not applicable
04-29-2018
08:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Beam also have attribute "WALL_ATTR_ROOM_BOUNDING" like Wall or Column,why beam can't be set as room boundary?
when I use code:
bool a= beam.get_Parameter(BuiltInParameter.WALL_ATTR_ROOM_BOUNDING).Set(1);
the parameter is not read-only,return a is false.
but,when I set wall or column,return true.
So,is there anyway to make it successful?