Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2018-03-14 04:15 PM
n = REQUEST ("Properties_Of_Parent", propertyType, parentProperties)request but I have no idea how to handle the data that comes out of it. The same goes with
n = REQUEST ( "Property_Value_Of_Parent", "id", type, dim1, dim2, propertyValues). Any guidance would be very helpful. The GDL Reference guide really offers no help to me on this particular function. Thanks Very Much!
2018-03-14 10:50 PM
2018-03-15 01:57 PM
Piotr wrote:Thanks, I tried to download it but it kept redirecting me for some reason. I have it now and have now implemented it.
There is an example for label on gdl.graphisoft.com, for zone stamp it works the same way.
This request is purely UI dependant - so the UI is mandatory for this to work.
Best Regards,
Piotr
2018-03-15 02:13 PM
2018-03-15 02:13 PM
2018-03-15 02:38 PM
2018-03-15 05:16 PM
2018-03-15 05:41 PM
Piotr wrote:Thanks Peter, I have gotten this far already with selecting a property from the list and then displaying it in 2D. What I want to achieve is to be able to say "show fire rating" in my MVO and then have my zone stamp read that and then select Fire Rating from the list to show (for multiple zones on a particular view). From all that I have seen it seems impossible to do.
It has to be done via the special infield-like command in the UI only
ui_custom_popup_infield
all You need is here:http://gdl.graphisoft.com/tips-and-tricks/display-properties-with-labels
the example label:http://gdl.graphisoft.com/Examples/Tips-Tricks/Property%20Label%20Example%20AC20.gsm
Piotr
2018-03-15 11:31 PM
2018-03-16 10:28 AM
Piotr wrote:But the value from the property is the issue as I can't choose the specific property as they are in a dynamic array. Simply put, there is no value that I can call. As far as my knowledge goes.
Probably the only way would be to make a parameter in the zone, and make default value of it as the call of the wanted property, then show it or not when needed via MVO.
Piotr