2019-11-17 07:42:44 +01:00
|
|
|
sdSmoothBoolean node
|
|
|
|
....................
|
|
|
|
|
|
|
|
The **sdSmoothBoolean** node generates a signed distance image for the combination (union,
|
|
|
|
intersection or difference) of its inputs.
|
|
|
|
|
2020-02-15 22:20:26 +01:00
|
|
|
.. image:: images/node_simple_sdf_operators_sdsmoothboolean.png
|
2019-11-17 07:42:44 +01:00
|
|
|
:align: center
|
|
|
|
|
|
|
|
Inputs
|
|
|
|
::::::
|
|
|
|
|
|
|
|
The **sdSmoothBoolean** node accepts 2 inputs in signed distance function format.
|
|
|
|
|
|
|
|
Outputs
|
|
|
|
:::::::
|
|
|
|
|
|
|
|
The **sdSmoothBoolean** node generates a signed distance function of the
|
|
|
|
combination of its inputs.
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
::::::::::
|
|
|
|
|
|
|
|
The **sdSmoothBoolean** node accepts the following parameters:
|
|
|
|
|
|
|
|
* *the operator it applies (union, intersection or difference)*
|
|
|
|
* *the smoothness* of the operation
|
|
|
|
|
|
|
|
Example images
|
|
|
|
::::::::::::::
|
|
|
|
|
|
|
|
.. image:: images/node_sdsmoothboolean_sample.png
|
|
|
|
:align: center
|