Being able to create geometry from 2D shapes such as an imported SVG or something created within the CAD itself would be useful.
The geo crate provides boolean operations for 2D geometry, so that's already a good starting point.
Problems that still do not have a clear solution:
- Projecting 2D into 3D geometry
- Linear Extrude
- Revolve/Rotate Extrude
- Projecting 3D into 2D geometry
- Take a slice of a 3D model
- Project the entire model onto a plane
Being able to create geometry from 2D shapes such as an imported SVG or something created within the CAD itself would be useful.
The geo crate provides boolean operations for 2D geometry, so that's already a good starting point.
Problems that still do not have a clear solution: