pub fn resolve_face_by_point(
solid: &BrepSolid,
point: Vec3,
) -> Result<u64, String>Expand description
Resolve the id of the face nearest a 3D point (used by the app: the picked
point lies on the selected face). Mirrors resolve_edge_by_point.