pub trait ShellBuilder {
    fn add_face(&mut self) -> Partial<Face>;
}
Expand description

Builder API for PartialShell

Required Methods§

Add a face to the shell

The face will not be connected to any other faces that the shell might already have.

Implementors§