JSCAD User Group

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

    Posts made by Antoine Guillaume

    • RE: Transform a 2D rectangle to a L shape

      @z3dev Bonjour,
      j'ai bien réussi à créer cette forme avec les "paths / expand / offset".
      mais cela me pose beaucoup de problèmes pour la suite, à savoir, le positionnement des perçages. En effet c'est compliqué car l'angle de pliage peut varier en fonction des utilisateurs.

      J'ai trouvé une fonction OPENSCAD qui effectue exactement ce que je souhaite. Est-il possible de mettre cela en place sur JSCAD
      https://www.youtube.com/watch?v=3xTjyYKtv4A
      Je n'arrive pas bien à comprendre la logique de son code qui est "en vrac" dans la description de la vidéo.

      Je vous remercie pour le temps que vous consacrerez à ma demande.

      posted in Design Discussions
      Antoine Guillaume
      Antoine Guillaume
    • RE: Transform a 2D rectangle to a L shape

      @z3dev Merci, je vais essayer de mettre cela en pratique

      posted in Design Discussions
      Antoine Guillaume
      Antoine Guillaume
    • RE: Transform a 2D rectangle to a L shape

      @gilboonet Hello,
      First of all thank you for taking the time to answer me.
      I'm coming back to you because I still can't model my shape. The goal is to allow people to model metal brackets. I start with a rectangle that I want to fold. The bend is therefore rounded. So I can't use 2 rectangle and apply a rotation on one of them because the folding will be straight

      equerre_simple_modele_simpson_1-0270f.jpg

      posted in Design Discussions
      Antoine Guillaume
      Antoine Guillaume
    • RE: Transform a 2D rectangle to a L shape

      I have forgotten to precise that the folding must be rounded

      posted in Design Discussions
      Antoine Guillaume
      Antoine Guillaume
    • Transform a 2D rectangle to a L shape

      Hello,
      i have an interrogation for build a special shape. What method is the best for :
      Transform a 2D rectangle to a L shape. It's a simple folding to X position.

      If you have an idea.

      Thanks

      posted in Design Discussions
      Antoine Guillaume
      Antoine Guillaume
    • RE: Rectangle with multiple style corner

      @z3dev ok, thank you very much for your feedback

      posted in Design Discussions
      Antoine Guillaume
      Antoine Guillaume
    • Rectangle with multiple style corner

      Hello everybody,

      can I create a rectangle with multiple style corner.
      Example :

      • 2 edge corners
      • 1 round corners
      • 1 chamfer corner

      I don't found the solution. I just possibility to create that with line + arc...

      Thanks

      posted in Design Discussions
      Antoine Guillaume
      Antoine Guillaume
    • RE: Dynamically updating the parameter array returned by getParameterDefinitions() ?

      @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

      posted in General Discussions
      Antoine Guillaume
      Antoine Guillaume
    • RE: Dynamically updating the parameter array returned by getParameterDefinitions() ?

      Hello, sorry for the delay, I had not seen your messages....
      The idea is to vary the parameters according to the parameter entered previously.
      As is, this is not possible due to the getParameterDefinitions function.

      posted in General Discussions
      Antoine Guillaume
      Antoine Guillaume
    • RE: Dynamically updating the parameter array returned by getParameterDefinitions() ?

      Hello,
      i have a similar query.
      I develop an application allow to a user add many hole.
      The user specify the number of hole (X) in parameters and i want to show in parameters X times the coordinate of the hold.
      How i add dynamicaly in getParameterDefinitions?

      Thanks

      posted in General Discussions
      Antoine Guillaume
      Antoine Guillaume