Skip to content

Commit

Permalink
add comment about limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
melonoidz committed Feb 13, 2024
1 parent 78d3c70 commit afd3eb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/fj-core/src/operations/sweep/shell_face.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afd3eb3

Please sign in to comment.