Skip to main content

remove_faces

Function remove_faces 

Source
pub fn remove_faces(
    model: &mut Model,
    solid: &Shape,
    faces: &[Shape],
    tol: Tolerances,
) -> OgeomResult<Built>
Expand description

Remove faces from solid and close the openings from the neighbours’ own geometry.

§Errors

OgeomError::Construction, by name, when the removal is not one this operation closes: no face named, every face named, a named shape that is not a face of the solid, a wound whose side surfaces do not meet in a single curve, more than one band, or geometry whose pcurves have no closed form to rebuild with.