Function get_outer_faces
Source pub fn get_outer_faces(block: &Block) -> (Vec<Face>, Vec<(Face, Face)>)
Expand description
Build the six outer faces for a block and identify internal matches.
§Arguments
block - Target plot3d block.
§Returns
Tuple containing the exterior faces and any internal matching face pairs.