We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-01-17 02:30 PM
Hello, I have a question, can I somehow import the parameters of the object that I created into the property manager to create formulas using these parameters?
For example, I need to create a table and in this table I need to multiply the number of apartments by the living area, total area, etc. This area is the parameter of this object.
2022-01-18 05:57 AM - edited 2022-01-18 05:58 AM
Object parameters aren't available to properties unfortunately.
However if you have access to the gdl script of your object and they aren't using the 'A' parameter then you could write your area value to that. The properties can read the 'A' parameter.
Alternatively you could use a different element (zones or fills or slabs) for your area and the implement properties over that.
*Edit - Or schedules, you can schedule objects parameters if that helps.
Not 100% on what you're trying to achieve here though.
Good luck.
2022-01-18 07:01 AM
Thank you!