bim:get-all-classified


(bim:get-all-classified  bimType)

Returns a list of entities (as classical ename) which have a BIM classification as 'BimType'.

Arguments

bimType  the BIM Element type (as string);
can be an empty string or "*" to query for any BIM object type

Return

list of entities (as 'classic' ename), being classified as the specified BIM Element type

Example

(bim:get-all-classified "Wall")
returns a list of all entities, being classified as "Wall";
(bim:get-all-classified "*")
returns a list of all entities having a BIM classification

Remarks

see (bim:set-bimtype);
all strings are always case-sensitive !



©  Bricsys NV. All rights reserved.