bim:get-all-classified-byname


(bim:get-all-classified-byname   bimType  localised)

This function returns a list of entities, using the specified bimType classification.

Arguments

bimType  (string)  the classification name to check for

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

Return

list of entities (ENAME) using the specified bimType; NIL otherwise

Example

(bim:get-all-classified-byname "BIM_Wall" NIL)  (<Entity name: 722343d0> <Entity name: 72233a90>)

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.