JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. udif
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by udif

    • udif

      Dynamically updating the parameter array returned by getParameterDefinitions() ?
      General Discussions • • udif

      9
      0
      Votes
      9
      Posts
      1129
      Views

      Antoine Guillaume

      @hrgdavor for the moment i have create only one field and i serialize all datas of form and i check the values in the openjscad script

    • udif

      Empty object
      Design Discussions • • udif

      2
      0
      Votes
      2
      Posts
      317
      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()