Z3 Development
Z3 Development
From rozek via User Group Hello! First of all: thank you very much for [Open]JSCAD - it often helps me modeling technical objects which can then be sent to a...
## Expected Behavior The following example should contract, and produce a valid 2D geometry. ``` const { primitives, expansions, colors } = require('@jscad/modeling') const { polygon } = primitives const...
Requirements: - Support serialization (import) of designs in 3MF format - Support deserialization (export) of designs to 3MF format - Seperation of 'parts' by color, supporting printers with multiple color...
## Expected Behavior It may be time to move to ES6 Modules as the latest browsers (from almost one year ago) now support ES6 modules, and NODEJS has support for...
## Expected Behavior The ability to use VTREE from the WEB UI has been removed. This should be restored once VTREE has been fully tested, and ready for integration. Tasks:...
## Expected Behavior Produce native buffers for use with WEB GL. ## Actual Behavior Provided geometries (solids) are converted to entities for use in WEB GL, but the buffers are...
Comments from #245 Looking at the docs, include via URL isn't possible yet... Would it be possible to add it? It'd be amazingly handy for referencing a file on GitHub,...
## Expected Behavior Deserializer - Drag-n-drop OFF file to web, and view 2D / 3D design - Convert OFF file to STL, etc. Serializer - Export 2D / 3D design...
This is another muli-section 'line' based entity found in later versions of DXF. As such, these can be converted to paths.
## Expected Behavior Currently, there is no way to use the various packages as standard JavaScript modules. For example, in browsers... `import {primitives} from "https://unpkg.com/@jscad/modeling";` ## Actual Behavior I believe...