bim:delete-story
(bim:delete-story bldgName
story)
This function deletes the given story from the
specified building.
Arguments |
bldgName the building name (string) |
Return |
T if successful, or NIL in case of an error (building or story does not exist, or story object is still referenced by other objects) |
Example |
(bim:delete-story "Building
1" "Story 1") T |
Remarks |
see (bim:create-story) |
© Bricsys NV. All rights reserved. |