Z3 Development
Z3 Development
I don't know of any open source library that support binary DXF formats. All software exchanges in text DXF only.
> I solved the problem by calling 'retessellate' first Nice. Are you creating the 3D solids using a special function?
> The 3D solids were generated on a WebCAD that I developed. OK. The booleans assume that 3D meshes are constructed properly. But maybe some improvements can be made in...
Attaching the image to the DOM is a clever workaround for some use cases. However, I'm using images from drag-n-drop, and then converting those to 3D surfaces. This is part...
@dy Here's another GREAT REASON to publish a web-ready package. https://unpkg.com/ This is really cool.
I’d be glad to add a PR for this. What do you think?
See PR #7
JSDoc does not generate documentation for functions and classes exported as default ES module export
Something definitely changed... This use to work with JSDOC V3 It seems that adding @function corrects this behavior in JSDOC V4, but adding another decorator is painful. Maybe #2023 has...
JSDoc does not generate documentation for functions and classes exported as default ES module export
> I was able to get it to work with the @method So what! This is still a BUG. A BIG FAT BUG! It seems that adding https://github.com/function corrects this...