Tool
Surface
Vector
Transform
Primitive Curves
Curve Analysis
Toolset
Triangulation
Boolean Operation
Panels
Solid
Intersection
Text
Image
Analysis
Array
Render
3D Object
Region Glue
Returns union of curves using glue mode for touching/non-penetrating shapes. Faster for assembling operations.
Details
ID
tool-boolean-operation-region-glue
Name
Region Glue
Group
Boolean Operation
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Region 1 | Geometry | Curves(Regions) or Curve(Region) for boolean union operation | |
| Glue Type | String | Glue mode can be only "Shift" or "Full". It is default "Shift" | Shift |
Output ports
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Result outlines of boolean union with glue |
[comment]: <> ()
After creating a node, to the first port, connect the first region with which we want to union other regions, connect the second region to the second port with which we want to union the first region connected to the first port. For more than two regions, you need to add ports using the "add port" function in the port menu and connect other regions to these ports.
The Region Glue operation is optimized for touching/non-penetrating shapes. It uses glue mode to skip heavy intersection calculations when curves only touch each other, making it faster for assembling operations.
On the output port, we will get the result of the union with glue optimization.
Region Union
Region Difference
Region Intersection