BIM - classifi
Hello
How to classify using AutoLISP - BIM Type (wall, beam etc.)
0
Comments
-
AFAIK there are currently no Lisp functions to handle this. But you can use the BimClassify command:
[code](command "_.bimclassify" "_column" (ssget "_X") "")[/code]0 -
Ok, thanks for answer.
Is it possible using the "command" give a "BIM" name?
Are you planning to introduce service "BIM" with lisp\vba\arx0 -
There is currently no command to set the Bim name or other Bim properties.
I am not a member of the Bricsys team so I cannot comment on future developments. For Sheet Metal two main Lisp functions have been introduced (SmLispGet and SmLispSet), I suspect we will see the same approach for Bim. I suggest sending in a Support Request.0
This discussion has been closed.