diff --git a/crates/fj-core/src/operations/sweep/shell_face.rs b/crates/fj-core/src/operations/sweep/shell_face.rs index f17d0a532..11af14481 100644 --- a/crates/fj-core/src/operations/sweep/shell_face.rs +++ b/crates/fj-core/src/operations/sweep/shell_face.rs @@ -22,6 +22,10 @@ pub trait SweepFaceOfShell { /// /// Extends the shell, adding the new faces to it. /// + /// # Limitation + /// + /// When generating new faces, these must NOT coincide with any existing faces in the shell. + /// /// # Panics /// /// Panics, if the face has interior cycles. This is not a fundamental