I have forgotten to precise that the folding must be rounded
Latest posts made by Antoine Guillaume
-
RE: Transform a 2D rectangle to a L shape
-
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
-
RE: Rectangle with multiple style corner
@z3dev ok, thank you very much for your feedback
-
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
-
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
-
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. -
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