GDL Shape

https://helpcenter.graphisoft.com/wp-content/uploads/archicad-24-reference-guide/param-o/GDL_Shape_Big.png 

Runs the user defined GDL script snippet and generates a shape. You can use any GDL command here, but be careful. You have to reset the GDL stack in every snippet. You have to reference the parameters with a $ sign prefix.

This is an experimental node, use it at your own risk.

Inputs

Name

Type

Description

Visible

Boolean

Defines if the model is visible or not.

Pen

Pen

Pen color of the edges.

Surface

Surface

Surface color of the polygons.

Transformation

Transformation

Transformation of the shape.

A

Number

Refer to it in the script with $a.

B

Number

Refer to it in the script with $b.

C

Number

Refer to it in the script with $c.

D

Number

Refer to it in the script with $d.

Outputs

Name

Type

Description

Shape

Shape

The resulting shape.

  • Was this Helpful ?
  • YesNo
Relevant topics
Scale Shape
  Scales a shape. Inputs Name Type Description Visible Boolean Defines if the model is visible or not. Shape Shape The shape to transform. Scale X Number ...
Rotate Shape Z
  Rotates a shape around the Z axis. Inputs Name Type Description Visible Boolean Defines if the model is visible or not. Shape Shape The shape to transform. Angle ...
Rotate Shape Y
  Rotates a shape around the Y axis. Inputs Name Type Description Visible Boolean Defines if the model is visible or not. Shape Shape The shape to transform. Angle ...