stl_cylinder(1)

stl_cylinder outputs an STL file of a single cylinder.

Section 1 stlcmd bookworm source

Description

STL_CYLINDER

NAME

stl_cylinder - stl_cylinder outputs an STL file of a single cylinder.

DESCRIPTION

stl_cylinder outputs an STL file of a single cylinder.

usage: stl_cylinder [ -r <radius> ] [ -h <height> ] [ -s <segments> ] [ <output file> ]

Outputs an stl file of a cylinder with the provided radius, height and number of segments to approximate a circle. If the radius or height are omitted, they default to 1. If segments is omitted, it defaults to 32. If no output file is provided, data is sent to stdout.