Skip to content

Commit

Permalink
Merge pull request #1696 from A-Walrus/update_docs
Browse files Browse the repository at this point in the history
Update docs for `Solid`
  • Loading branch information
hannobraun authored Mar 20, 2023
2 parents bdb9cda + 5476076 commit 6e3efb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/fj-kernel/src/objects/full/solid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ use crate::{
storage::Handle,
};

/// A 3-dimensional shape
/// A 3-dimensional shape, built from [`Shell`]s. Many Solids will contains only
/// one shell, but if the Solid contains cavities they will be represented by a
/// shell each, as well as a shell for the outside.
///
/// # Implementation Note
///
Expand Down

0 comments on commit 6e3efb0

Please sign in to comment.