Expand description
Small, standalone checks for the euler operators’ own arguments —
e.g. “does this pcurve actually start/end where the caller claims” —
as opposed to super::validation, which checks a whole super::Model
for internal consistency. Each check lives in its own file.
Functions§
- validate_
curve_ start_ and_ end - validate_
different_ loop - Validates that
coedge1andcoedge2lie on different boundary loops (the inverse precondition ofvalidate_same_loop). - validate_
pcurve_ start_ and_ end - validate_
same_ loop - Validates that
coedge2lies on the loop traced by followingnextfromcoedge1(i.e. they bound the same face boundary loop).