Skip to main content

make_natural_face

Function make_natural_face 

Source
pub fn make_natural_face(
    model: &mut Model,
    surface: SurfaceGeometry,
) -> OgeomResult<Built>
Expand description

Build a face covering the whole of surface, with no trimming.

ยงErrors

Never fails for a well-formed surface; the signature matches make_face so the two are interchangeable at a call site.