GET Values of A, B, zzyzx from a called object

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-03-24 10:27 AM
‎2020-03-24
10:27 AM
without using RETURNED_PARAMETERS?
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-05-23 03:02 PM
‎2021-05-23
03:02 PM
Very good question. I've been thinking about the same already several years. And I probably know why you need it - you want to save a custom object and after call it as a macro and you want to use A,B and ZZYZX parameters of called macro in the main script - for example to place boundary hotspots, or find out centre of called object and place it by it's centre (for example for handle).
Looks like impossible. Unfortunately I/O Text Add-On cannot read GSM files, only txt or gdl, otherwise would be possible to set the script to scan the macro for these variables.
n = REQUEST ("ASSOCLP_PARVALUE"...) works only with labels, markers and property objects.
Looks like impossible. Unfortunately I/O Text Add-On cannot read GSM files, only txt or gdl, otherwise would be possible to set the script to scan the macro for these variables.
n = REQUEST ("ASSOCLP_PARVALUE"...) works only with labels, markers and property objects.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-05-24 12:53 AM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-05-24 01:32 AM
‎2021-05-24
01:32 AM
You see, if you are saving GDL object from ArchiCAD - as an object or as special subtype (like window sash etc.)
ArchiCAD does not generate at the end of the file "END A, B, ZZYZX"
That means you cannot create a library part with some advanced functions for simple user, who doesn't know and doesn't want to edit GDL codes.
ArchiCAD does not generate at the end of the file "END A, B, ZZYZX"
That means you cannot create a library part with some advanced functions for simple user, who doesn't know and doesn't want to edit GDL codes.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-05-25 01:28 PM
‎2021-05-25
01:28 PM
@Joachim
I also experienced this limitation.
Retrieving ZZYZX from a custom saved object would solve many erratic behavior on Called macros. Specially saved Meshes.
I also experienced this limitation.

Podolsky wrote:Exactly! Perhaps this wouldn't be too difficult to implement by GS.
ArchiCAD does not generate at the end of the file "END A, B, ZZYZX"
