Help!! GDL Script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-05-17 03:59 PM
2005-05-17
03:59 PM
here is the simple script for a BRICK eg.:
! X axis
for i=1 to NOP
brick 1,2,1
addx psd
next i
! z axis
for i=1 to NOPZ
brick 1,2,1
addZ psdz
next i
this is simple script because the original has objects made from archicad and is too long.
thank you
Gezim Radoniqi | Architect | BIM Manager @ 4MGroup
ArchiCAD user since version 6
AMD Ryzen 3950X CPU, 64 GB RAM, NVidia RTX 3060 12GB
ArchiCAD user since version 6
AMD Ryzen 3950X CPU, 64 GB RAM, NVidia RTX 3060 12GB
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-05-17 04:04 PM
2005-05-17
04:04 PM
the result???
Gezim Radoniqi | Architect | BIM Manager @ 4MGroup
ArchiCAD user since version 6
AMD Ryzen 3950X CPU, 64 GB RAM, NVidia RTX 3060 12GB
ArchiCAD user since version 6
AMD Ryzen 3950X CPU, 64 GB RAM, NVidia RTX 3060 12GB
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-05-17 04:19 PM
2005-05-17
04:19 PM
Hello giza
You need to imbricate the "X script" inside the "Z Script" and delete after each "X script" "nop" translation to return to the "x" origin.
Try this one
for j=1 to nopz
for i=1 to nop
brick 1,2,1
addx psd
next i
del nop
addZ psdz
next j
Hope this helps
You need to imbricate the "X script" inside the "Z Script" and delete after each "X script" "nop" translation to return to the "x" origin.
Try this one
for j=1 to nopz
for i=1 to nop
brick 1,2,1
addx psd
next i
del nop
addZ psdz
next j
Hope this helps
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-05-17 04:29 PM
2005-05-17
04:29 PM
thanks a lot Frédéric
i am really not god at gdl, i knew there is a little trick here hehe
thank you man when I finish my object i'll send it to you
i am really not god at gdl, i knew there is a little trick here hehe
thank you man when I finish my object i'll send it to you
Gezim Radoniqi | Architect | BIM Manager @ 4MGroup
ArchiCAD user since version 6
AMD Ryzen 3950X CPU, 64 GB RAM, NVidia RTX 3060 12GB
ArchiCAD user since version 6
AMD Ryzen 3950X CPU, 64 GB RAM, NVidia RTX 3060 12GB