bim:is-classified-byname


(bim:is-classified-byname  ename  bimType  localised)

This function verifies whether the ename entity is classified as bimType.

Arguments

ename  the entity to be queried, as normal entity (ENAME) or as VLA object name

bimType  (string)  the classification name to check for

localised  T/NIL  specifies whether the global (English) or localised name is provided by bimType

Return

T if the given entity is classified as the specified  type; NIL otherwise

Example

(bim:is-classified-byname ent "BIM_Wall" NIL)  T

Remarks

for all supported BIM classifications, please see bim:get-all-classifications-byname function;

the bimType string is case-insensitive



©  Bricsys NV. All rights reserved.