bim:set-assigned-story


(bim:set-assigned-story  ename  building  story)

Assigns the given entity to a specific story of the specified building.

Arguments

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

building  the building name (as string)

story  the story name (as string)

Return

the story name (as string), or NIL in case of an error (i.e. entity is not assigned, or building or story does not exist)

Example

(bim:create-building "Building 1")  T
(bim:create-story "Building 1" "Story_1")  T
(bim:get-assigned-story ent)  "Story_1"

Remarks

see (bim::get-assigned-story);
the string names are case-sensitive !



©  Bricsys NV. All rights reserved.