bim:set-roomassignedbuilding


(bim:set-roomassignedbuilding  roomEntity  building)

Assigns the BIM room given by "roomEntity" to the specified "building".

Arguments

roomEntity  room entity of an existing room (ename), as returned by (bim::create-room) and (bim::create-associativeroom)
building  name of the building (string)

Return

T if successful, or NIL in case of an error

Example

(bim:set-roomassignedbuilding roomEnt1 "Tower")  T

Remarks

see (bim::create-room) and (bim::create-associativeroom);
the building name strings is case-sensitive !




©  Bricsys NV. All rights reserved.