Skip to main content

solid_of_face

Function solid_of_face 

Source
pub fn solid_of_face<S: Scalar>(
    model: &Model<S>,
    face_id: FaceId,
) -> Option<SolidId>
Expand description

The solid that owns face_id, if it can be found (a face is always part of exactly one shell, and a shell of exactly one solid).