JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Design Discussions
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • gilboonet

      how to create a multicolor polyhedron ?
      • gilboonet

      5
      0
      Votes
      5
      Posts
      556
      Views

      gilboonet

      I changed my obj importer code to make it work with obj without groups. Now I can start to colorize my models by code. And there's one nice thing about that : I can use that faces coloring to store a volume's unfold pattern.
      Capture d’écran de 2022-03-26 21-48-08.png

    • ajw1970

      This topic is deleted!
      • ajw1970

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • udif

      Empty object
      • udif

      2
      0
      Votes
      2
      Posts
      319
      Views

      z3dev

      @udif great question!

      There are three main objects; geom3, geom2, and path2. You can create empty versions of these…

      const a = geom3.create() const b = geom2.create() const c = path2.create()
    • gilboonet

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

      9
      1
      Votes
      9
      Posts
      849
      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

      on file version of the V2 unfolder
      • gilboonet

      1
      0
      Votes
      1
      Posts
      197
      Views

      No one has replied

    • gilboonet

      Start of V2 version of my unfolder
      • gilboonet

      7
      0
      Votes
      7
      Posts
      554
      Views

      gilboonet

      @z3dev the .json

    • gilboonet

      using an exported STL into a script
      • gilboonet

      17
      0
      Votes
      17
      Posts
      1619
      Views

      hrgdavor

      this will soon be fixed https://github.com/jscad/OpenJSCAD.org/issues/935

    • gilboonet

      Simple 2d parametric design
      • gilboonet

      6
      0
      Votes
      6
      Posts
      720
      Views

      gilboonet

      @z3dev Thanks a lot, it is always helpful to understand the reason of specific behaviors. My design has one path for the outline that will be cut, and lines for the folds. To remove the black fill I can try to turn the path to a polygon.

    • gilboonet

      basic design for projection
      • gilboonet

      9
      0
      Votes
      9
      Posts
      1062
      Views

      z3dev

      @gilboonet excellent!

      You are the super user!

    • gilboonet

      How to run JSCAD from another application ?
      • gilboonet

      20
      0
      Votes
      20
      Posts
      2083
      Views

      gilboonet

      @hrgdavor yes, the method I used was what was available but any other could replace it. The purpose is to get data from the embedded jscad script and create a pdf file from it that can then be downloaded or directly viewed into the browser.

    • z3dev

      Some designs...
      • z3dev

      2
      0
      Votes
      2
      Posts
      280
      Views

      gilboonet

      @z3dev That's cool designs. Maybe you can add links to open them in JSCAD like

      minion googles

      Which reminds me that I have such links on several places but with old site that I need to replace.

    • ?

      This topic is deleted!
      • A Former User

      0
      0
      Votes
      0
      Posts
      3
      Views

      No one has replied

    • z3dev

      Thingiverse
      • z3dev

      6
      0
      Votes
      6
      Posts
      1259
      Views

      z3dev

      And for those that don't want to wait... here's the full URL, which adds a query parameter to the end of the website URL.

      https://www.openjscad.xyz/?uri=https://thingiverse-production-new.s3.amazonaws.com/assets/46/e9/78/fe/f6/parametric_butt_hinge_3.7.js

    Powered by NodeBB | Contributors