logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.

stl_cone v1.1                                      March 2020                                        STL_CONE(1)

Name

       stl_cone - stl_cone outputs an STL file of a single cone.

See Also