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…
2023-04-13 07:27 PM
1. create DoorStyleName
2.
Displaying Properties with Labels | GRAPHISOFT GDL Center
I am trying to read this value from Marker.
Is it possible?
However, even if you look at the contents, the solution is not explained, so I would appreciate it if you could tell me where to start studying.
2023-04-13 08:15 PM
Do you mean the actual property which is set in the building component or do you mean the 4 Values from the options setup?
GS says: Only the actual property value can be accessed from GDL, the other choices aren’t visible.
2023-04-14 01:54 AM - edited 2023-04-14 01:59 AM
I want to bring only the values I selected.
2023-04-14 06:53 AM
Displaying Properties with Labels | GRAPHISOFT GDL Center
ui_custom_popup_infield "myProperty",
70, 30, 370, 20, ! X Position, Y Position, Width, Height
1, ! Store Hidden ID
3, ! Tree Depth
1, ! Grouping Method
_displayName, ! Created value description
_parentProperties
Here in myProperty parameter function
_parentProperties with ui_custom_popup_infield
You can manually select what you want from among the
It looks like you put it in the myProperty parameter function.
Among the values in dim _parentProperties, I want to search for "DoorStyleName" and automatically insert that value into the myProperty parameter.
2023-04-19 08:07 AM
2023-04-19 08:56 AM
I think it will be easier to understand if you see the code. Please excuse me if I am not rude.
2023-04-20 12:05 PM - edited 2023-04-20 12:12 PM
If you whant seach property by name - you can try this macro. Macro find all gdl parameter or property name in string and replace it with value. You can also see a sample code for reading a search by properties (by the label "getPropertyValue").
Exemple of door marker here
Structural engineer, developer of free addon for sync GDL param and properties
2023-04-30
08:10 PM
- last edited on
2023-05-03
08:34 AM
by
Laszlo Nagy
Maker.gsm was successful.
I am testing on door.gsm's mater stript.
What's wrong?
n = REQUEST ("Property_Value_Of_Parent", nID, _type, _dim1, _dim2, _propertyValues)
!!! n is 0
or
propInputIds.propertyIds[1].id = nID
n = REQUEST ("Property_Values_Of_Parent", propInputIds, propOutputVals)
!!! n is 0
text2 0,0,propOutputVals.propertyValues[1].value[1]
Is it possible to access Properties inside GDL? - Graphisoft Community
Solved: Getting all property values of type 'Door' from A... - Graphisoft Community
2023-05-01 08:33 AM
("Properties_Of_Parent") also works with door / window GDL.
By the way, REQUEST("Property_Value_Of_Parent") only works for markers.
Is there a function that can obtain property values in door / window GDL? Or is it not possible to get property values from door/ window GDL?
2023-05-03 10:21 AM
It is not possible to get an element's own properties, except IFC properties with