pub fn make_natural_face( model: &mut Model, surface: SurfaceGeometry, ) -> OgeomResult<Built>
Build a face covering the whole of surface, with no trimming.
surface
Never fails for a well-formed surface; the signature matches make_face so the two are interchangeable at a call site.
make_face