Skip to main content

DEGENERATE_SPLIT

Constant DEGENERATE_SPLIT 

Source
pub const DEGENERATE_SPLIT: &str = "degenerate split";
Expand description

Marks the error raised when a splice would divide a face into a piece of no area. Callers that are imprinting an edge they already know follows this face’s boundary can treat it as “already represented” rather than a failure — see booleans::remesh’s tracing. Matched on the message because GeopError carries no code; that is fragile enough to be worth the constant rather than a literal at both ends.