bim:set-spacerepresentation


(bim:set-spacerepresentation  entity  mode)

Assigns the space representation mode of the specified BIM "Space" entity.

Arguments

entity  any entity (as normal entity or as VLA object name) to set the representation mode for (if it is a BIM "Space" entity)
mode  (integer)  the space representation mode (bcBimSpaceStyleSolid or bcBimSpaceStyleFootprint)

Return

T if successful or NIL, if not a "Space" entity

Example

(bim:set-spacerepresentation ent  bcBimSpaceStyleFootprint)  T

Remarks

a newly created space uses bcBimSpaceStyleSolid as default representation mode;
see (bim:set-spacerepresentation) function;
see Element Type Constants



©  Bricsys NV. All rights reserved.