bim:set-roomassignedstory


(bim:set-roomassignedstory  roomEntity  building  story)

Assigns the BIM room given by roomEntity to specified story and 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)

story  name of the story (string)

Return

T if successful, or NIL in case of an error

Example

(bim:set-roomassignedstory roomEnt1 "Tower" "Floor-1")  T

Remarks

since V21 : this function also works with the new "Spaces" objects;
see (bim::create-room) and (bim::create-associativeroom);
the building and story name strings are case-sensitive !



©  Bricsys NV. All rights reserved.