.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. .TH STL_TORUS "1" "December 2017" "stl_torus v1.1" "User Commands" .SH NAME stl_torus \- stl_torus outputs an STL file of a single torus. .SH DESCRIPTION stl_torus outputs an STL file of a single torus. .PP usage: stl_torus [ \fB\-o\fR ] [ \fB\-i\fR ] [ \fB\-s\fR ] [ \fB\-c\fR ] [ ] .IP Outputs an stl file of a torus with the provided outer radius, inner radius and number of segments. If the inner radius is omitted, it defaults to .5. If the outer radius is omitted, it defaults to 1. If segments is omitted, it defaults to 32. If cross sectional segments is omitted, it defaults to half the segments. If no output file is provided, data is sent to stdout.