Skip to main content

aLine()

Draws a line at the given angle with the given length.

Returns: Geometry

Signatures

aLine(length: number, angle: number, centered?: boolean): Geometry

Draws a line at the given angle with the given length.

ParameterTypeDescription
lengthnumberThe line length
anglenumberThe angle in degrees
centeredbooleanWhether to center the line on the current position (optional)
note

All signatures also accept an optional targetPlane parameter as the last argument to draw on a specific plane.