The function objToMesh: https://github.com/jupytercad/JupyterCAD/blob/main/packages/base/src/3dview/mainview.tsx#L923 is not correctly implemented. It should use the `buildShape` helper function. The downside of not using `buildShape` is: - wrong coloring - no bounding box for selection - no support for clip plane - etc