Trait fj_core::operations::UpdateSolid
source · pub trait UpdateSolid {
// Required method
fn add_shells(
&self,
shells: impl IntoIterator<Item = Handle<Shell>>
) -> Solid;
}Expand description
Update a Solid
Required Methods§
sourcefn add_shells(&self, shells: impl IntoIterator<Item = Handle<Shell>>) -> Solid
fn add_shells(&self, shells: impl IntoIterator<Item = Handle<Shell>>) -> Solid
Add a shell to the solid