bim:set-bimtype


(bim:set-bimtype  ename  bimType)

Assigns the specified BimElement type (as string) to the entity

Arguments

ename  the entity, as normal entity or as VLA object name
bimType  the BuildingElement to be assigned to the entity, as string

Return

T is successful, NIL otherwise

Example

(setq ent (entlast))
(bim:set-bimtype ent "Window")  T

Remarks

see (bim:get-bimType)
the string name is case-sensitive !



©  Bricsys NV. All rights reserved.