bim:create-story


(bim:create-story  bldgname  story)

Creates a new Story object 'story' inside the existing building 'bldgname'.

Arguments

bldgname  name of an existing building (string)

story  name of the story(string) to create

Return

T if successful, or NIL in case of an error

Example

(bim:create-building "Building 1")  T
(bim:create-story "Building 1" "Story 1")  T

Remarks

see (bim:create-building)
if the story already exists, this function returns T, not an error;
the string names are case-sensitive !



©  Bricsys NV. All rights reserved.