2019-12-24 15:42:09 +01:00
|
|
|
SmoothBoolean node
|
|
|
|
..................
|
|
|
|
|
|
|
|
The **SmoothBoolean** node generates a 3D signed distance image for the combination (union,
|
2020-02-15 22:20:26 +01:00
|
|
|
intersection or difference) of its inputs. If the input shapes are associated to color indexes, the
|
|
|
|
smooth boolean node applies them to the output.
|
2019-12-24 15:42:09 +01:00
|
|
|
|
2020-02-15 22:20:26 +01:00
|
|
|
.. image:: images/node_3d_sdf_operators_smoothboolean.png
|
2019-12-24 15:42:09 +01:00
|
|
|
:align: center
|
|
|
|
|
|
|
|
Inputs
|
|
|
|
::::::
|
|
|
|
|
|
|
|
The **SmoothBoolean** node accepts 2 inputs in signed distance function format.
|
|
|
|
|
|
|
|
Outputs
|
|
|
|
:::::::
|
|
|
|
|
|
|
|
The **SmoothBoolean** node generates a signed distance function of the
|
|
|
|
combination of its inputs.
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
::::::::::
|
|
|
|
|
|
|
|
The **SmoothBoolean** node accepts the following parameters:
|
|
|
|
|
|
|
|
* *the operator it applies (union, intersection or difference)*
|
|
|
|
* *the smoothness* of the operation
|
|
|
|
|
|
|
|
Example images
|
|
|
|
::::::::::::::
|
|
|
|
|
|
|
|
.. image:: images/node_sdf3d_smoothboolean_sample.png
|
|
|
|
:align: center
|