Tool

Boolean Operation

Surface Glue

  • Surface

  • Vector

  • Transform

  • Primitive Curves

  • Curve Analysis

  • Toolset

  • Triangulation

  • Boolean Operation

  • Panels

  • Solid

  • Intersection

  • Text

  • Image

  • Analysis

  • Array

  • Render

  • 3D Object

Surface Glue

Returns union of surfaces using glue mode for touching/non-penetrating shapes. Faster for assembling operations.

Details

ID

tool-boolean-operation-surface-glue

Name

Surface Glue

Group

Boolean Operation

Package

Tool

Keywords

glue
boolean
su
assemble

Input ports

NameTypeDescriptionDefault Value
Geometry 1
Geometry
Surfaces or Surfaces (closed Curves) for boolean operation
Glue Type
String
Glue mode can be only "Shift" or "Full". It is default "Shift"Shift

Output ports

NameTypeDescription
Surface
Surface
Result outlines of boolean union with glue

Creation method

[comment]: <> ()

There are two options for creating a Surface Glue node.

  • The first way to create a Surface Glue node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • glue , boolean , su , assemble
  • The second way is to select a Surface Glue node from the menu that opens from the top left.
    • Menu > Tool > Boolean Operation > Surface Glue

Steps

  • Create a Surface Glue node.
  • Connect the first surface with which we want to union to the first port.
  • Connect the second surface that we want to union with the first surface.
  • Add a port for additional surfaces using the "add port" function in the port menu and connect other surfaces to the added ports.
  • Optionally set the Glue Type parameter (GlueShift for touching faces, GlueFull for exact match - fastest).

After creating a node, to the first port, connect the first surface with which we want to union other surfaces, connect the second surface to the second port with which we want to union the first surface connected to the first port. For more than two surfaces, you need to add ports using the "add port" function in the port menu and connect other surfaces to these ports.

The Surface Glue operation is optimized for touching/non-penetrating shapes. It uses glue mode to skip heavy intersection calculations when surfaces only touch each other, making it faster for assembling operations.

  • Glue Type GlueShift: Use when shapes touch and faces might overlap/coincide. It shifts shapes slightly to avoid numerical instability.
  • Glue Type GlueFull: Use when faces match exactly (vertex-to-vertex). This is the fastest mode.

On the output port, we will get the result of the union with glue optimization.

See also

Surface Union
Surface Difference
Surface Intersection