Enum CarveBooleanKind
What a carve boolean did to the workpiece container.
public enum CarveBooleanKind
- Extension Methods
Fields
AddedShell = 1Union with a strictly disjoint tool: the tool joined as a second shell.
Crossed = 0The surfaces crossed and were stitched along the seam contour.
Kept = 2The operation was a no-op (e.g. union with a tool inside the workpiece).
Replaced = 3Union with an enclosing tool: the workpiece content was replaced by the tool.