UpdateSolid

Trait UpdateSolid 

Source
pub trait UpdateSolid {
    // Required method
    fn add_shell(&self, shell: Handle<Shell>) -> Solid;
}
Expand description

Update a Solid

Required Methods§

Source

fn add_shell(&self, shell: Handle<Shell>) -> Solid

Add a shell to the solid

Implementors§