Paid job; extrude multiple parametric 2D shapes

Hi!

I am a beginner, and I need someone to teach me how to extrude and manipulate multiple 2D shapes made with makerjs.

2D shapes are parametric, the user will input the dimensions, the 3D object should update accordingly.

Let me know if you can help me.

Thanks

I briefly looked into Makerjs:

  1. In a 2-tier approach you would leave the interactive generation of 2D parametric shapes in Makerjs. Then export the shape in a format that’s supported by Three.js for extrusion, like svg or stl. Save the exported code to a file.
  2. Load that file into a customised three.js viewer and interactively extrude it.

Various examples exist for file loading into three.js, and subsequent extrusion of 2D shapes:

https://threejs.org/examples/?q=loader#webgl_loader_stl
https://threejs.org/examples/?q=loader#webgl_loader_svg
https://threejs.org/examples/#webgl_geometry_shapes

Every example page has a little “<>” button in its lower right corner. When you click that, the source code of that demo is shown in a separate browser tab.

This advice was FREE. :cowboy_hat_face:

1 Like

Would be nice to see some references of where you wanna go and how to extrude the shapes.

Kinda hard to get involved in a job/project with a 2 sentence description

1 Like

Looks like I can do it How much?

This topic was automatically closed after 30 days. New replies are no longer allowed.