We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2004-03-19 01:53 AM - last edited on 2023-05-23 05:28 PM by Rubia Torres
2004-03-19 10:20 PM
2004-03-19 11:37 PM
2004-03-20 02:37 AM
2004-03-20 02:56 AM
Flamer wrote:It's wherever you saved it.
OK, I saved it as a GDL, how do I get to the GDL script that contains the coordinates? Bear with me guys!
2004-03-20 03:18 AM
2004-03-21 10:53 PM
Flamer wrote:Mark
Is there any way to generate a txt. file consisting of a list of coordinates of any element?
2004-03-22 12:36 AM
Bill wrote:Duh. Of course. Brilliant, Bill. Hopefully Djordje will copy this 'proper' tip over to where the earlier part of this thread went (with my now-to-be-disregarded special menu thing).
!Put in property script
component "X",SYMB_POS_X,"m"
component "Y",SYMB_POS_Y,"m"
component "Z",SYMB_POS_Z,"m"
2004-03-22 12:46 AM
2004-03-22 01:44 AM
2004-03-22 02:25 AM
Flamer wrote:From the department of sneaky tricks...
I can't figure out how to get the coordinates in the same row and only show the ID once on each line.
Is there any way to generate the coordinates based on the user origin? If it is not possible to do this directly, is there a way to return the coordinate of the user origin alone within the script and then use that value to calculate an offset for each coordinate.The simplest way would be to add XYZ offset values as parameters to your library part and subtract them from the SYMB_POS values (assuming all are positive!)