GDL help
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-06-01 11:23 AM
‎2005-06-01
11:23 AM
I've never used GDL before and don't really know where to start. I know how to open the object etc.
I want to take a column (or a round slab) and rotate it by a few degrees. Could someone please tell me how to do this and what bits of code I need?
Thanks a lot
Andy
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-06-01 12:36 PM
‎2005-06-01
12:36 PM
Hello Andy,
You may add a parameter, 'angy' by example, —or more if you want to rotate in more than one axe— to your object.
Add a ligne at the beginning of your 3D Script :
and utilise in your 2D Script the "project2" fonctions
For the rotation
http://archicad-talk.graphisoft.com/viewtopic.php?t=5715
http://archicad-talk.graphisoft.com/viewtopic.php?t=5679
http://archicad-talk.graphisoft.com/viewtopic.php?t=5201
For the project2
http://archicad-talk.graphisoft.com/viewtopic.php?t=6742
HTH
You may add a parameter, 'angy' by example, —or more if you want to rotate in more than one axe— to your object.
Add a ligne at the beginning of your 3D Script :
Roty angy
and utilise in your 2D Script the "project2" fonctions
project2 3, 270, 2Take a look to this links :
For the rotation
For the project2
HTH
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-06-01 01:40 PM
‎2005-06-01
01:40 PM


after much playing around it works!
Thank you ever so much
just printed out the GDL manual to learn
