setPenSize

Help Contents Graphics Pen and Background Control setPenSize
setScreenColor setPS

setPenSize size
setPS size


sets the pen size to the size. size is either a list of two numbers, of which the second number is ignored at the moment, or a number.

In perspective mode, if cylinderLines are enabled, the first list entry is the radius of the cylinders.

Example:

setPenSize [3.5 4]
fd 100
cs
perspective
setpc 4
enCL
setPenSize [50 50]
fd 100

Examples:

References:

setScreenColor setPS