pub trait ShellBuilder {
    fn create_cube_from_edge_length(
        edge_length: impl Into<Scalar>,
        objects: &mut Service<Objects>
    ) -> Self; }
Expand description

Builder API for PartialShell

Required Methods§

Create a cube from the length of its edges

Implementors§