Object parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
iMac OSX (10.13.6) 4.2ghz i7
8gb ram/8gb vram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-01-18 07:01 AM
Thank you!