bim:set-assigned-building


(bim:set-assigned-building  ename  building)

Assigns the given entity to the specified building.

Arguments

ename  the entity to be assigned, as normal entity or as VLA object name

building  the building name (as string)

Return

T if successful, or NIL in case of an error (like, building does not exist)

Example

(bim:set-assigned-building ent "Building 1")  T

Remarks

see (bim:get-assigned-building);
the string name is case-sensitive !



©  Bricsys NV. All rights reserved.