bim:set-story-elevation


(bim:set-story-elevation  building  story  elevation)

Assigns the new elevation of specified building's story (relative to given building).

Arguments

building  the name of the building (string)

story  the name of the story (string)

elevation  new story elevation to be assigned (integer or double)

Return

T if the new story elevation is successfully assigned;
NIL if the building or story does not exist

Example

(bim:get-story-elevation "Building 1" "Story 1")  0.0
(bim:set-story-elevation "Building 1" "Story 1" 2)  T
(bim:get-story-elevation "Building 1" "Story 1")  2.0

Remarks

see (bim:get-story-elevation)
all string names are always case-sensitive !



©  Bricsys NV. All rights reserved.