BIM - classifi

 Hello
How to classify using AutoLISP - BIM Type (wall, beam etc.)

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]
  • Ok, thanks for answer.
    Is it possible using the "command" give a "BIM" name?
    Are you planning to introduce service "BIM" with lisp\vba\arx
  • 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.
This discussion has been closed.