Skip to main content

check

Function check 

Source
pub fn check(
    model: &Model,
    shape: &Shape,
    tol: Tolerances,
) -> OgeomResult<Diagnosis>
Expand description

Check a shape and everything below it.

ยงErrors

OgeomError::Dangling if a handle does not resolve. A dangling handle is not a finding; it means the shape and the model do not belong together, and every other answer would be about something that is not there.