pub trait UpdateSolid { // Required method fn add_shell(&self, shell: Handle<Shell>) -> Solid; }
Update a Solid
Solid
Add a shell to the solid