Can we import a normal 3D Model into OpenJSCAD and make it Parametric inside it (OpenJSCAD)? #1285
Replies: 3 comments 1 reply
-
@VikasKumar12-GL welcome! So... let's split this into a couple of areas to discuss. First, JSCAD supports projects which can 'require' files that contain external formats, i.e. STL, DXF, etc. See https://openjscad.xyz/dokuwiki/doku.php?id=en:design_guide_anatomy Second, the suggested project seems to include some kind of custom website, which will allow the design parameters to be adjusted. There are several examples of these projects, and you might want to discuss at the User Group. Third, rendering the JSCAD geometries via ThreeJS is possible. If you really require ThreeJS then you will have to put together a few custom routines. Maybe @hrgdavor can assist in this area. |
Beta Was this translation helpful? Give feedback.
-
@VikasKumar12-GL there is an effort to produce jscad related components to create different apps, and also a new version of jscad website. There the rendering is being separeted so different 3d engines can show jscad modeling results. https://github.com/hrgdavor/jscadui/ ... A new jscad web prototype is tested on this url. https://jscad.app and it uses threejs for rendering. source is at https://github.com/hrgdavor/jscadui/tree/main/apps/jscad-web and @platypii is the main driving force in it becoming a reality (progress was much slower while I was alone contributing there). If you feel chatty you can also reach us on discord: https://discord.gg/AaqGskur93 |
Beta Was this translation helpful? Give feedback.
-
hi! so, the jscad.app is official too. Seeing it mentioned nowhere on the readme, i got a bit worried if that was a third party clone or smth (similar to this one: doublecmd/doublecmd.github.io#52 (comment)) jscad.app links i stumbled upon from web search: |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Thanks
Beta Was this translation helpful? Give feedback.
All reactions