BIM: Which lisp function gives e list of existing Buildings and Stories ?

I know how to add a Building (bim:create-building), assign a Building (bim:set-assigned-building) etc.
Same for Stories.
But how do I get a list of existing Buildings / Stories ?

Comments

  • Please see the docs in "Lisp Developer Support Package" :smile:

    (bim:get-all-buildings)
    (bim:get-all-stories building)

    under "BricsCAD BIM LISP API" -> "Query Functions"

    hope this helps ?

  • Found it.
    Thanks Torsten.

This discussion has been closed.