pub fn trimmed_where_bare(
model: &mut Model,
face: &Shape,
tol: Tolerances,
) -> OgeomResult<()>Expand description
Give every edge of face that has no trim on the face’s surface its
exact one, where a closed form exists: a profile built from bare
curves becomes a face a sweep can keep as an end.
§Errors
OgeomError::Dangling if the face
or an edge is not in this model.