Z3 Development
Z3 Development
Entities can be defined as part of BLOCKS, which associates all enclosed entities for later use, including the repositioning / rotating / scaling of the entities.
## Expected Behavior Mulitple renderings of the block entity are inserted into the returned shapes. ## Actual Behavior Just one, from the block. ## Steps to Reproduce the Problem 1....
V2 JSCAD
Nice project! Thanks for using JSCAD. It's time to move forward with V2 JSCAD, including the new modeling (CSG) package. Please see www.openjscad.xyz
Node 12 is no longer supported. The supported versions should as of 2022-08 should be 14, 16, 18 See https://nodejs.org/en/about/releases/
## Expected Behavior All IO libraries produce V3 compliant code; design structure, function definitions, lint compliant, etc. ## Actual Behavior unknown
## Expected Behavior New designs with use the ES6-based packages (V3+) are supported. This includes both single file designs as well as projects with several components. ## Actual Behavior Fails...
### Discussed in https://github.com/jscad/OpenJSCAD.org/discussions/1229 Originally posted by **achirita** April 11, 2023 I recently had to use the extrudeRotate function and noticed that it's behavior is not that intuitive. I thought...
## Expected Behavior There seems to be some new features for 'exporting' different entry points for ES and CommonJS entry points. These should be considered for proper packaging. As well...
## Expected Behavior Modules / functions reference(import) specific functionality instead of using indexes. ## Actual Behavior When running the build for modeling, the following error is published by rollup. ```...
V1 has a concept of 'shared' (poorly named) to maintain properties for shapes. this was a simple anonymous object. If V3 wants to continue to support various properties like colors,...