pub trait SketchBuilder { fn add_face(&mut self) -> Partial<Face>; }
Builder API for PartialSketch
PartialSketch
Add a face to the sketch