Table of Contents

Enum CarveBooleanKind

Namespace
Hi.Geom.Topo
Assembly
HiDisp.dll

What a carve boolean did to the workpiece container.

public enum CarveBooleanKind
Extension Methods

Fields

AddedShell = 1

Union with a strictly disjoint tool: the tool joined as a second shell.

Crossed = 0

The surfaces crossed and were stitched along the seam contour.

Kept = 2

The operation was a no-op (e.g. union with a tool inside the workpiece).

Replaced = 3

Union with an enclosing tool: the workpiece content was replaced by the tool.