bim:set-bimtype-byname


(bim:set-bimtype-byname  ename  bimType  localised)

This function assigns the bimType classification to the specified ename entity.

Arguments

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

bimType  (string)  the classification name to to be assigned

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

Return

T if the bimType classification is successfully assigned, NIL otherwise

Example

(bim:set-bimtype-byname ent "Wall" T)  T

Remarks

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

the bimType string is case-insensitive

if bimType is an empty string, any existing BIM classification is removed from the entity



©  Bricsys NV. All rights reserved.