bim:create-room


(bim:create-room  entity  roomName)

Create a new, non-associative BIM Room named "roomName" using the specified "entity".

Arguments

entity  ename of an existing entity; supported are : 3dSolid, "Region, closed (lightweight) 3dPolyline

roomName  name for the new room

Return

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

Example

(bim:create-room entPoly "Room 1")  T
(bim:create-room entRegion "Room 2")  T

Remarks

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



©  Bricsys NV. All rights reserved.