I need an example how to set IFC parameter on element
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-11
04:19 PM
- last edited on
‎2022-12-06
01:33 PM
by
Daniel Kassai
‎2018-06-11
04:19 PM
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
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
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-11 08:25 PM
‎2018-06-11
08:25 PM
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)
1) The GUID of the target element
2) The details of the IFC property (identifiers, type, value)
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-06-12 01:39 PM
‎2018-06-12
01:39 PM
Yes, thanks Ralph! Thats exactly what I was looking for : )