bim:create-building
(bim:create-building
bldgname)
Creates a new Building object 'bldgname' for
the current drawing database.
Arguments |
bldgname name of the building (string) to create |
Return |
T if successful, or NIL in case of an error |
Example |
(bim:create-building "Building 1") T |
Remarks |
1. if the building already
exists, the function also returns T, not an error ! |
© Bricsys NV. All rights reserved. |