cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Starting August 6, 2024, TLS 1.2 will be the minimum required protocol version for Graphisoft products and services that require an online connection. License Manager Tool update is required on Windows. Learn more…
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Creating GDL Objects

Anonymous
Not applicable
I created a custom brace for a canopy overhang, I would like to rotate it about its x-axis, what parameters do I now need to include?

I would appreciate any feedback.
4 REPLIES 4
TomWaltz
Participant
Before I answer too detailed or not detailed enough.... how much GDL experience do you have?
Tom Waltz
Dwight
Newcomer
The answer to the rotation problem is on page 28 of the GDL Reference Manual.

If you want to learn GDL, see the GDL Cookbook:

http://www.nottingham.ac.uk/sbe/cookbook/gdl_cookbook/index.html
Dwight Atkinson
Anonymous
Not applicable
In 3DScript:

ROTX Angle

where Angle is a number. For instance ROTX 90
Dwight
Newcomer
Of course it is not that simple.
That command needs to be near the beginning of the script to impose the rotation transformation before the code for the shape is executed.
Dwight Atkinson