bim:get-bimtype


(bim:get-bimtype  ename)

Returns the associated BuildingElement type as string, or NIL if the specified entity is not  classified as a BuildingElement.

Arguments

ename  the entity to query, as normal entity or as VLA object name

Return

associated BuildingElement as string;
NIL if the specified entity is not classified as a BuildingElement

Example

(setq ent (entlast))
(bim:get-bimtype ent)  "Wall"

Remarks

see (bim:set-bimtype)



©  Bricsys NV. All rights reserved.