JSCAD User Group
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. udif
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Groups 0

    Topics

    • udifU

      Dynamically updating the parameter array returned by getParameterDefinitions() ?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      9
      0 Votes
      9 Posts
      2k Views
      Antoine GuillaumeA
      @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
    • udifU

      Empty object

      Watching Ignoring Scheduled Pinned Locked Moved Design Discussions
      2
      0 Votes
      2 Posts
      747 Views
      z3devZ
      @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()