cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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

I need an example how to set IFC parameter on element

Not applicable
Hello,

Is it possible to set the value of IFC parameter on a single element (see the uploaded screenshot) ?

There is an exmaple IFCPresetCommands_test, but I don't understand what it does, when I run it in AC.

Also there are no examples about the IFC functions in the Api Reference.

All help will be highly appreciated

Julian
2 REPLIES 2
Take a look at ACAPI_Element_SetIFCProperty. Call this with:
1) The GUID of the target element
2) The details of the IFC property (identifiers, type, value)
Ralph Wessel BArch
Central Innovation
Not applicable
Yes, thanks Ralph! Thats exactly what I was looking for : )