Z3 Development
Z3 Development
SVG paths don’t have a concept of rotation. So, yeah. Some paths with definitely be going clockwise about Z. You’ll have to do some calculations to determine if the path...
The results are paths… which can be any order of points. If the path is closed then it’s easy to convert to 2D geometry (geom2). The area of a 2D...
@brucedjones taking another look at the given example, using target: "geom2" should produce valid useful geometries, so this is probably something that should be fixed.
@udif there was a discussion about this on the OpenJSCAD community. Please read that first, and ask your questions there. Lets talk there as there may be others that can...
The original issue was titled 'loading multiple files'. Even if there are ways around the cross domain access issues (CORS), there is no way to read a file system on...
Thanks for the example. This is a know issue. Also see #696 Things have improved but not perfect.
I enjoy these kinds of issues as every application has a different take on what manifold means. Here's what MeshLab says about those 'non-manifold vertices'. 
V3 is now using PNPM and LERNA-LITE. This will be closed when V3 is released.
> OpenSCAD has an [extension](https://github.com/Antyos/vscode-openscad) for vscode which it's main function is adding two buttons, one for export to stl and one to preview the file. Is there something similar...
This would be a very nice feature to have as part of JSCAD (or community). If anyone has some skill at writing VSCODE extensions then this could be very easy...