Kirra provides tools for combining, subtracting, and intersecting surfaces. These operations enable pit shell manipulation, surface clipping, and design surface combination directly within the application.
Building triangulations during a surface boolean operation – splitting triangles along the intersection boundary.
The completed solid after merging the kept regions from a boolean operation.
Performs boolean operations (Union, Difference, Intersection) on two triangulated surfaces.
| Operation | Result |
|---|---|
| Union | Combined volume of both surfaces |
| Difference | Surface A minus the volume of B |
| Intersection | Only the overlapping region |
After merging, Kirra runs a configurable cleanup pipeline:
| Step | Description |
|---|---|
| Seam Deduplication | Merges vertices at the intersection boundary |
| Weld | Merges nearby vertices within snap tolerance |
| Degenerate Removal | Removes zero-area triangles |
| Sliver Removal | Removes extremely thin triangles (optional) |
| Crossing Cleanup | Removes self-intersecting triangles (optional) |
| Overlap Removal | Removes duplicate triangles with opposing normals (optional) |
| Stitch | Bridges unpaired boundary edges (optional) |
Click the Surface Boolean button in the Surface toolbar. Requires at least 2 loaded surfaces.
Constructive Solid Geometry (CSG) operations on closed watertight 3D solids. Supports union, subtract, and intersect operations.
Unlike the surface boolean (which works on open triangulated surfaces), Solid CSG requires both meshes to be closed solids.
Click the Solid CSG button in the Surface toolbar. Requires at least 2 loaded closed surfaces.
Computes the intersection lines where two surfaces meet, producing KAD polyline entities.
| Parameter | Default | Description |
|---|---|---|
| Vertex Spacing | 1.0 m | Simplification tolerance (0 = keep all vertices) |
| Close Polygons | true | Create closed polylines |
| Colour | Yellow | Colour of result polylines |
| Line Width | 3 | Thickness of output lines |
Click the Surface Intersection button in the Surface toolbar. Requires at least 2 loaded surfaces.
Extrudes a closed KAD polygon vertically to create a 3D solid mesh. Useful for creating pit shells, bench outlines, or exclusion zone volumes from 2D design boundaries.
Click the Extrude KAD button in the Surface toolbar. Requires at least 1 closed KAD polygon entity.
Performs 2D boolean operations on KAD polygon entities (union, difference, intersection). Useful for combining or subtracting design boundaries.
Click the KAD Boolean button in the Surface toolbar. Requires at least 2 KAD polygon entities.
Creates a cross-section cutting plane through loaded surfaces for visualisation of subsurface geometry and design verification.
Click the Section Plane button in the Surface toolbar. Requires at least 1 loaded surface.