We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Archicad C++ API
About Archicad add-on development using the C++ API.

Filter Elements In 3d view

Anonymous
Not applicable
Hello!
How can I filter floors with the API?
I mean, In 3d view, I'd like to display only some floors.
Thanks
3 REPLIES 3
Ralph Wessel
Mentor
zanzibar wrote:
Hello!
How can I filter floors with the API?
I mean, In 3d view, I'd like to display only some floors.
Thanks
ArchiCAD already has the ability to display just selected floors. Why do you want to do this with the API?
Ralph Wessel BArch
Software Engineer Speckle Systems
Anonymous
Not applicable
My add-on must use this function, yeah
Ralph Wessel
Mentor
zanzibar wrote:
My add-on must use this function, yeah
Take a look at APIEnv_Get3DImageSetsID and APIEnv_Change3DImageSetsID. You can use these to change the range of visible stories in the 3D window.
Ralph Wessel BArch
Software Engineer Speckle Systems