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_boolean - stl_boolean performs CSG operations on two STL files.

Description

       stl_boolean performs CSG operations on two STL files.

       usage: stl_boolean -a <stl file A> -b <stl file B> [ -i ] [ -u ] [ -d ] <output file>

              Performs a mesh CSG boolean operation on STL files A and B using BSP trees.

       -i - performs the intersection of A and B

       -u - performs the union of A and B (default)

       -d - performs the difference of A and B

stl_boolean v1.1                                   March 2020                                     STL_BOOLEAN(1)

Name

       stl_boolean - stl_boolean performs CSG operations on two STL files.

See Also