From 76d73f8bf9c14c7c13a6cda23af2e8f2f7192147 Mon Sep 17 00:00:00 2001 From: A-Walrus Date: Fri, 21 Jul 2023 17:12:30 +0300 Subject: [PATCH] Remove out-of-date note We do validate that a shell is watertight --- crates/fj-core/src/objects/kinds/shell.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/fj-core/src/objects/kinds/shell.rs b/crates/fj-core/src/objects/kinds/shell.rs index a5d8c5d65..8a1717255 100644 --- a/crates/fj-core/src/objects/kinds/shell.rs +++ b/crates/fj-core/src/objects/kinds/shell.rs @@ -4,11 +4,6 @@ use crate::{ }; /// A 3-dimensional closed shell -/// -/// # Implementation Note -/// -/// The faces that make up a shell should be closed ("watertight"). This is not -/// currently validated. #[derive(Clone, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)] pub struct Shell { faces: FaceSet,