Skip to content

Commit

Permalink
Remove out-of-date note
Browse files Browse the repository at this point in the history
We do validate that a shell is watertight
  • Loading branch information
A-Walrus committed Jul 21, 2023
1 parent 40b3648 commit 76d73f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/fj-core/src/objects/kinds/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 76d73f8

Please sign in to comment.