Scroll to navigation

STL_BOOLEAN(1) User Commands STL_BOOLEAN(1)

NAME

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 'A minus B', produces the volume present in A but not present in B

June 2025 stl_boolean v1.2