Skip to content

Commit

Permalink
Update docs for Solid
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Walrus committed Mar 19, 2023
1 parent 3fc8188 commit 8ebb4d5
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 reprented by a
/// shell each, as well as a shell for the outside.
///
/// # Implementation Note
///
Expand Down

0 comments on commit 8ebb4d5

Please sign in to comment.