Get IFC parameters not working for stairs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2017-11-01 01:11 PM
‎2017-11-01
01:11 PM
n = APPLICATION_QUERY ("ParentCustomParameters", "GetParameter(IFC.Attributes.Name)", value)
Apple iMac Intel i9 / macOS Sonoma / AC27UKI (most recent builds.. if they work)
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2017-11-06 02:44 AM
‎2017-11-06
02:44 AM
I have also noticed this, my custom id and name/tag labels don't pick up the data, just getting round to trying to figure out why now, will let you know if I can beat it.

AC 24 5004 AUS
iMac OSX (10.13.6) 4.2ghz i7
8gb ram/8gb vram
iMac OSX (10.13.6) 4.2ghz i7
8gb ram/8gb vram
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2017-11-06 03:25 AM
‎2017-11-06
03:25 AM
Yep they changed it on us for the stairs, fortunately the new command works with everything else so just make it your default...
The new command is:
n = REQUEST ( "Property_Value_Of_Parent", "id", type, dim1, dim2, propertyValues)
If you want the element id then replace "id" with "Main.ID", the element id is returned in the propertyValues Parameter.
"IFC.Attributes.Name" for the name
"IFC.Attributes.Tag" for the tag
You can access all the property and classification values like this, I made a simple part to find the names that uses the command:
n = REQUEST ("Properties_Of_Parent", propertyType, parentProperties)
and spits out the values with a looping text2 command.
Like all useful requests these do not work in the parameter script.
Happy hunting.
The new command is:
n = REQUEST ( "Property_Value_Of_Parent", "id", type, dim1, dim2, propertyValues)
If you want the element id then replace "id" with "Main.ID", the element id is returned in the propertyValues Parameter.
"IFC.Attributes.Name" for the name
"IFC.Attributes.Tag" for the tag
You can access all the property and classification values like this, I made a simple part to find the names that uses the command:
n = REQUEST ("Properties_Of_Parent", propertyType, parentProperties)
and spits out the values with a looping text2 command.
Like all useful requests these do not work in the parameter script.
Happy hunting.
AC 24 5004 AUS
iMac OSX (10.13.6) 4.2ghz i7
8gb ram/8gb vram
iMac OSX (10.13.6) 4.2ghz i7
8gb ram/8gb vram
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2017-11-06 11:05 AM
‎2017-11-06
11:05 AM
Thank you for the feedback JaseBee.
I ending up rewriting my label building off the code for the current "Property Label 21" using the changed REQUEST format. This also required the introduction of UI elements, which I usually avoid, to allow drilling down to the relevant IFC values.
Hopefully the rewrite is a bit more durable than the previous hacked code and seems to work with all 3D elements so far...
I ending up rewriting my label building off the code for the current "Property Label 21" using the changed REQUEST format. This also required the introduction of UI elements, which I usually avoid, to allow drilling down to the relevant IFC values.
Hopefully the rewrite is a bit more durable than the previous hacked code and seems to work with all 3D elements so far...
Apple iMac Intel i9 / macOS Sonoma / AC27UKI (most recent builds.. if they work)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2017-11-27 09:04 AM
‎2017-11-27
09:04 AM
Hi guys,
I have looked into the issue with our developers, and this Query should absolutely work with Stairs and Railings as well! It is not working because of a bug! We probably haven't noticed this before, because (as JaseBee mentioned) we use a different method now to get these information out of elements.
Using the aforementioned Request instead is a great workaround (in most cases even a great long-term solution)! Hopefully we can fix this soon in a future update.
Kind Regards,
I have looked into the issue with our developers, and this Query should absolutely work with Stairs and Railings as well! It is not working because of a bug! We probably haven't noticed this before, because (as JaseBee mentioned) we use a different method now to get these information out of elements.
Using the aforementioned Request instead is a great workaround (in most cases even a great long-term solution)! Hopefully we can fix this soon in a future update.
Kind Regards,
Daniel Alexander Kovacs
Professional Services Consultant
GRAPHISOFT
For Troubleshooting and useful Tips & Tricks visit
Professional Services Consultant
GRAPHISOFT
For Troubleshooting and useful Tips & Tricks visit