JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • hrgdavor

      new JSCAD prototype progress 2022-01
      Development Discussions • • hrgdavor

      1
      2
      Votes
      1
      Posts
      355
      Views

      No one has replied

    • gilboonet

      Unfolder V2, test on Ubuntu with Chromium
      Development Discussions • • gilboonet

      3
      0
      Votes
      3
      Posts
      313
      Views

      hrgdavor

      @gilboonet yes, specification for sort functions is to

      return zero if a==b return neg or positive number depending if u want to sort ASC or DESC
    • gilboonet

      Is it possible to group (in 2d output) unconnected lines ?
      Development Discussions • • gilboonet

      10
      0
      Votes
      10
      Posts
      1173
      Views

      gilboonet

      @gilboonet I finally take advantage of geometries id and class preservation, and created a small js node script that creates a group for all paths having the same class, and at the same time I solve another annoyance that was the impossibility to search by numbers by creating id. That's very nice.

    • gilboonet

      Does anyone use jscad on iPhone ?
      Development Discussions • • gilboonet

      10
      0
      Votes
      10
      Posts
      1027
      Views

      gilboonet

      @z3dev You can also change the model, Venus has 1000 triangles and takes 30 sec. on my laptop to unfold (ubuntu with Firefox).

    • gilboonet

      V2 Unfolder complete, multipage pdf creation from its 2d output
      Design Discussions • • gilboonet

      9
      1
      Votes
      9
      Posts
      936
      Views

      hrgdavor

      @gilboonet that is definitely something worth considering either as part of jscad or an addon library. I think we will have better idea after I have some time to cooperate with you on your project. It is definitely an interesting use-case, and a real project will give much needed insight on how to proceed with it.

    • gilboonet

      Union on multi-color imported obj file lose colors
      Development Discussions • • gilboonet

      7
      0
      Votes
      7
      Posts
      555
      Views

      gilboonet

      @z3dev Sadly, lines already have a color (red for cuts, maroon for mountain fold and green for valley fold).
      Capture d’écran de 2022-01-23 10-07-15.png

    • z3dev

      Release : 2022 JAN 23
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      267
      Views

      No one has replied

    • B

      bitbybit.dev platform updated to include latest JSCAD
      General Discussions • • bitbybit

      3
      1
      Votes
      3
      Posts
      625
      Views

      B

      @z3dev thanks. I think it makes most sense to use the tool to model objects that require parametric flexibility. I'd love to see basic configurable things modelled that people can adapt to their needs and export to STL for 3D printing using JSCAD or STEP when using OCCT. It's definitely not meant to be used as a Sculpting tool or a "hand drawing replacement" CAD.

      I'm trying to keep general purpose nature to the tool as much as possible. Normalising various libraries to a common system. For example it helps sometimes to just have Verb NURBS curve or a surface as a backbone to place JSCAD meshes onto. Normalisation is still a bit of a challenge and my main goal, you still see way too many Draw components for different kinds of geometries. Just yesterday I coded a draw anything component that will replace all those (still need to release that) 😉

      If you browse the examples you'll see that it's also possible to tie in some time based rules into the algorithms. In the future I'm hoping that it will become easier to code some robotic behaviours as I'm using BabylonJS to draw all the shapes and after CAD operations are applied BabylonJS can take over to do things like create GPU instances of meshes, animations, collision detection or apply realistic PBR materials and shadows.

      I am also in the process of tying OCCT WASM kernel into the tool, which has a lot of potential to allow for bigger CAD models to be created. There I'm still experimenting with performance and what is possible, current OCCT API is a bit limited, but I'm working on extension 😉 My poor laptop really needs an update to push those limits.

    • gilboonet

      on file version of the V2 unfolder
      Design Discussions • • gilboonet

      1
      0
      Votes
      1
      Posts
      210
      Views

      No one has replied

    • gilboonet

      dynamic parameters caption works oddly
      Development Discussions • • gilboonet

      3
      0
      Votes
      3
      Posts
      346
      Views

      hrgdavor

      @gilboonet it is nice to see a multilingual script 🙂

    • gilboonet

      Unfolder script for V2
      Comments & Feedback • • gilboonet

      1
      0
      Votes
      1
      Posts
      441
      Views

      No one has replied

    • gilboonet

      script using parameters doesn't render after some time
      Comments & Feedback • • gilboonet

      4
      0
      Votes
      4
      Posts
      722
      Views

      gilboonet

      @z3dev Yes, add Memory would be great, I felt the difference when I changed from 4 Gb to 8. For the moment I'm simply starting to use my laptop as main computer.

    • Sea-DH1

      About @jscad/core
      General Discussions • • Sea-DH1

      5
      0
      Votes
      5
      Posts
      556
      Views

      Sea-DH1

      @z3dev I see that it has the function of dragging and dropping stl loading

    • Sea-DH1

      If loading stl binary file
      Development Discussions • • Sea-DH1

      7
      0
      Votes
      7
      Posts
      659
      Views

      Sea-DH1

      @z3dev
      new issue
      https://github.com/jscad/OpenJSCAD.org/issues/972

    • z3dev

      Release : 2021 DEC 26
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      285
      Views

      No one has replied

    • gilboonet

      Start of V2 version of my unfolder
      Design Discussions • • gilboonet

      7
      0
      Votes
      7
      Posts
      588
      Views

      gilboonet

      @z3dev the .json

    • Sea-DH1

      How to load the stl file of three.js
      General Discussions • • Sea-DH1

      2
      0
      Votes
      2
      Posts
      331
      Views

      z3dev

      @sea-dh1 welcome to the user group!

      The modeling library creates 3D shapes into geom3 data structures. Of course, three.JS has a different data structure for ‘mesh’. So, all you have to do is… convert geom3 data to 3js data.

      No. JSCAD doesn’t support this. Good luck!

    • neonsnowcat

      The Case of the Missing Triangles
      Development Discussions • • neonsnowcat

      4
      0
      Votes
      4
      Posts
      415
      Views

      z3dev

      @neonsnowcat Please try the latest version via www.openjscad.xyz

      Hopefully, those missing triangles have returned to earth.

    • z3dev

      Release : 2021 DEC 11
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      218
      Views

      No one has replied

    • gilboonet

      function to create regular polygon
      Development Discussions • • gilboonet

      3
      0
      Votes
      3
      Posts
      298
      Views

      gilboonet

      @hrgdavor Thanks a lot that's exactly what I needed,
      Capture d’écran de 2021-12-01 11-24-28.png