Reference
Components
Pen
Description
This component creates a Pen that you can use for drawing. A pen is defined by colour, line thickness and style parameters. The thickness is
a float and is in grid squares.
Style can be any one of the following strings:
solid, dash, dot, dashdot, dashdotdot
You can leave the style input disconnected and a solid style will be assumed.
Connectors
Inputs Type Outputs Type
The colour for the pen
Colour The pen
Pen
Thickness of the pen
in grid squares
Float
Pen line style (see
description above)
String
290 of 494