pub trait ShellBuilder { fn add_face(&mut self) -> Partial<Face>; }
Builder API for PartialShell
PartialShell
Add a face to the shell
The face will not be connected to any other faces that the shell might already have.