Notifications
Clear all

CAD to rotate a two-dimensional image around a Y axis?  

  RSS
CJSHayward
(@cjshayward)
Eminent Member
CAD to rotate a two-dimensional image around a Y axis?

One of the things I have wanted to do is recreate a dish I made in a pottery class: roughly what would be obtained by rotating the attached image around the Y-axis. It's a bowl of sorts with a smaller raised bowl in the center.

What would be the recommended way to do this? Is it straightforwardly doable in TinkerCad? Should I be using another tool if I want (in this case) to create a solid by rotating something around its center?

This may not be the best beginner project, but I thought I'd ask.

Attachment removed

I invite you to visit my website at CJSHayward.com and my bookshelf at CJSHayward.com/books.

Posted : 30/04/2021 3:19 pm
kpreid
(@kpreid)
Trusted Member
RE: CAD to rotate a two-dimensional image around a Y axis?

If you can get the shape as a SVG or DXF file, then OpenSCAD can construct the 3D shape for you, potentially as simply as rotate_extrude() import("shape.svg");

Posted : 30/04/2021 3:55 pm
karl-herbert
(@karl-herbert)
Illustrious Member
RE: CAD to rotate a two-dimensional image around a Y axis?
Posted by: @cjshayward

One of the things I have wanted to do is recreate a dish I made in a pottery class: roughly what would be obtained by rotating the attached image around the Y-axis. It's a bowl of sorts with a smaller raised bowl in the center.

What would be the recommended way to do this? Is it straightforwardly doable in TinkerCad? Should I be using another tool if I want (in this case) to create a solid by rotating something around its center?

This may not be the best beginner project, but I thought I'd ask.

Attachment removed

If you would provide a DXF file, I could create a STEP or STL file for you.

Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.

Posted : 30/04/2021 4:46 pm
Ringarn67
(@ringarn67)
Reputable Member
RE: CAD to rotate a two-dimensional image around a Y axis?

My take on The Bowl, made in fusion 360.
I have no idea about any other cadprogram

85mm in dia, resize it to suitable size

Attachment removed

Prusa i3 MK3S+ FW 3.11.0 (kit dec -20), PrusaSlicer 2.5.0+win64, Fusion 360, Windows 10

Posted : 30/04/2021 9:17 pm
Ringarn67
(@ringarn67)
Reputable Member
RE: CAD to rotate a two-dimensional image around a Y axis?

And in LowPoly

Attachment removed

Prusa i3 MK3S+ FW 3.11.0 (kit dec -20), PrusaSlicer 2.5.0+win64, Fusion 360, Windows 10

Posted : 30/04/2021 9:17 pm
jsw
 jsw
(@jsw)
Famed Member
RE: CAD to rotate a two-dimensional image around a Y axis?

In FreeCAD you can 'revolve' a face around an axis to make a solid of that profile.

Posted : 30/04/2021 10:32 pm
Swiss_Cheese
(@swiss_cheese)
Noble Member
RE: CAD to rotate a two-dimensional image around a Y axis?

Also known as lathe, or lofting, this can be done in several programs although the name of the function may change the process is fairly straight forward, to rotate a spline around an axis or another splines axis, it can also be termed as Nurms or Nurbs, depending on the software.

The Filament Whisperer

Posted : 01/05/2021 1:07 am
jwvaughn
(@jwvaughn)
Estimable Member
RE: CAD to rotate a two-dimensional image around a Y axis?

I think it can be done in FreeCad.  I was not very particular on the splines but you get the idea. Click on the image to see it all.

This post was modified 3 years ago by jwvaughn
Posted : 01/05/2021 5:51 am
jsw
 jsw
(@jsw)
Famed Member
RE: CAD to rotate a two-dimensional image around a Y axis?
Posted by: @jwvaughn

I think it can be done in FreeCad.  I was not very particular on the splines but you get the idea. Click on the image to see it all.

I've done a number of drafts in FreeCAD where I started with a good high-contrast photo, converted to .svg, and then promoted to a face and extruded to a solid.  I have not had the need to do a revolve to a solid, but it appears to be similar and I'm confident that I could do it.

Posted : 01/05/2021 9:10 am
towlerg
(@towlerg)
Noble Member
RE: CAD to rotate a two-dimensional image around a Y axis?

Easy in Design Spark.

Posted : 01/05/2021 11:02 am
Share: