bim:get-allrooms
(bim:get-allrooms [building
[story]])
Returns a list of all BIM rooms, optionally
for specified building and story.
Arguments |
building (optional) name of the building (string) to retrieve
all rooms from |
Return |
list of room entities if any room is available, or NIL if no room is available |
Example |
(bim:get-allrooms)
(<ename> ... <ename>) returns all rooms for
the actual drawing |
Remarks |
see (bim::create-room)
and (bim::create-associativeroom); |
© Bricsys NV. All rights reserved. |