table of contents
STL_CONE(1) | User Commands | STL_CONE(1) |
NAME¶
stl_cone - stl_cone outputs an STL file of a single cone.
DESCRIPTION¶
stl_cone outputs an STL file of a single cone.
usage: stl_cone [ -r <radius> ] [ -t <top radius> ] [ -h <height> ] [ -s <segments> ] [ <output file> ]
- Outputs an stl file of a cone with the provided radius, top radius, height and number of segments to approximate a circle. If the radius or height are omitted, they default to 1. The top radius defaults to 0. If top radius is greater than 0, will output a truncated code. If segments is omitted, it defaults to 32. If no output file is provided, data is sent to stdout.
December 2017 | stl_cone v1.1 |