bim:create-space


(bim:create-space  point  spaceName)

Create a new, non-associative BIM Space named "spaceName" using the boundary found around the given "point".

Arguments

point  2d/3d point (WCS) to search for a boundary, which is then used as definition for the "Space" entity

spaceName  name for the new Space

Return

ename if successful it returns the "Space" entity, or NIL in case of an error

Example

(bim:create-space '(10 10) "Room 1")  T

Remarks

it is possible to create multiple spaces with same name, please be careful;
the string names are case-sensitive !



©  Bricsys NV. All rights reserved.