Home › Forums › Problems and solutions in GDL › Lists and schedules › I need a coordinate object that are "schedule able"
- This topic has 7 replies, 5 voices, and was last updated 7 years ago by
Gergely Fehér.
-
AuthorPosts
-
-
September 17, 2015 at 13:43 #1458
Odd Goderstad
ParticipantHow do I make an coordinate object, and schedule, that can list the insertion point of the coordinate objects? we place coordinate objects all around the building, and we need to list their positions.
-
September 17, 2015 at 20:51 #1460
Gergely Fehér
KeymasterHi Odd,
If it is enough to schedule the objects relative position to the project origin, then you can make a simple object to solve the problem. Simply add 3 parameters, for example xPos, yPos, zPos, then add the following 3 lines to the parameter script:parameters xPos = SYMB_POS_X parameters yPos = SYMB_POS_Y parameters zPos = SYMB_POS_ZYou can make a simple 2d representation for this object, place it, and then you can list these 3 parameters if you make your own schedule for that.
If you need world coordinates, then there is no proper solution for that in GDL, please check GDL-Related Changes in ARCHICAD 19.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SE -
September 18, 2015 at 15:03 #1470
Odd Goderstad
ParticipantThank you! Could this be made to work from objects placed on a worksheet also?
-
September 22, 2015 at 19:05 #1499
Gergely Fehér
KeymasterI think objects placed on a worksheet can’t be scheduled. You should place them on the floor plan.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SE -
September 25, 2015 at 06:57 #1530
antoine JULLIEN
Participantwhy you didn’t use zone Tool for list your object ?
Tonio
-
September 30, 2015 at 11:34 #1594
David Shorter44
ParticipantYou can use the Coordinate Dimension 18 from the old version 18 Library. This allows the coordinates to be scheduled. The 19 Object of the same name does not work
Hope this helpsArchiCAD 4.1-22
MacBook RetinaDisplay
16Gb RAM 500Gb SSD
BIMXdocs -
November 2, 2018 at 11:44 #4308
Thomas Lodge
ParticipantIs there a way to schedule a coordinate object that uses GLOB_WORLD_ORIGO_OFFSET?
-
November 5, 2018 at 08:37 #4309
Gergely Fehér
KeymasterNo, you can not store the GLOB_WORLD_ORIGO_OFFSET in library part parameter, so it can not be scheduled as libpart data.
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SE
-
-
-
AuthorPosts
- The forum ‘Lists and schedules’ is closed to new topics and replies.