8
$\begingroup$

Since there was some confusion over what I was asking yesterday, here is another try. Can someone tell me how to create the object seen below?

I have marked the object I am interested in: enter image description here

Please note that the inner loop of the object is circular.

$\endgroup$
6
  • $\begingroup$ Is the other side flat? $\endgroup$
    – moonboots
    Commented Apr 28, 2022 at 10:34
  • 2
    $\begingroup$ Hello and welcome. Please don't post the same question more than once. If your previous question was put on hold, address raised the issues by editing it so it can be reopened rather than post a new one, otherwise see What should I do if no one answers my question? $\endgroup$ Commented Apr 28, 2022 at 10:36
  • $\begingroup$ @moonboots Sadly the other side I have no image off. But for this try the best would be symmetrical, i.e. the other side should be the same as the one photographed. Thanks. $\endgroup$
    – Paul
    Commented Apr 28, 2022 at 10:44
  • $\begingroup$ @Duarte the other question had gone off the rails as I had not clearly stated my intention. Maybe we should delete the other one. $\endgroup$
    – Paul
    Commented Apr 28, 2022 at 10:44
  • $\begingroup$ No, please don't delete it. As soon as your post gets answers, or even replies it becomes as much yours has it is from the other users, forming the collective effort of all users who participated. Deleting it would prevent future users from learning from it, and negate any reputation the users may have gained. I'll allow it this time, but in the future try to better illustrate your questions $\endgroup$ Commented Apr 28, 2022 at 11:01

4 Answers 4

12
$\begingroup$

Edit: I actually realize that your object is probably a monohedron. In that case, create a cube, stretch it on X, loopcut it:

enter image description here

Give it a Simple Deform modifier, keep the Twist mode, choose an angle of 90° on X:

enter image description here

Give it a second Simple Deform modifier, Bend mode, 360° on Z:

enter image description here

Previous answer:

Create a circle, extrude up so that it matches your image:

enter image description here

Cut the inner edge with the knife tool:

enter image description here

Move up the vertices one but one to get the elevation:

enter image description here

Bevel the inner edge:

enter image description here

Result with a Subdivision Surface modifier:

enter image description here

$\endgroup$
10
  • 1
    $\begingroup$ AH, jinx! I think yours is better anyways. $\endgroup$
    – Jakemoyo
    Commented Apr 28, 2022 at 11:26
  • 2
    $\begingroup$ well, rotating the inner edge is probably a better idea than moving the vertices one by one ;) $\endgroup$
    – moonboots
    Commented Apr 28, 2022 at 11:27
  • 1
    $\begingroup$ except maybe it should be more like a spiral $\endgroup$
    – moonboots
    Commented Apr 28, 2022 at 11:30
  • 1
    $\begingroup$ Yeah, little 'o this, little 'o that. $\endgroup$
    – Jakemoyo
    Commented Apr 28, 2022 at 12:01
  • 1
    $\begingroup$ Thanks guys. I will try to implement your suggestions and come back to this thread when I am done. $\endgroup$
    – Paul
    Commented Apr 28, 2022 at 12:18
13
$\begingroup$

Yay, and here's the totally spaced out Geometry Nodes version!

enter image description here

...just because we all love procedural spaghetti.

In this example, the object is designed to be flexible and can be changed via parameters.

enter image description here

  1. First we create a small spiral here.

    enter image description here

  2. Then we need a grid with three rows, whose points we bend in the next step.

    enter image description here

  3. The upper and lower rows are adapted to a circle, and the inner row adapts to the positions of the spiral. With this we have our basic shape.

    enter image description here

  4. This is extruded/mirrored and the vertices are merged.

    enter image description here

  5. Finally, a few vertices are shifted a bit, depending on their proximity to the center.

    enter image description here

...Dish up, the noodle soup is ready!

The node group at a glance:

enter image description here

Here is the blend file:

For further processing, it is recommended to simply convert the object into a mesh. Before applying a subdivision modifier, you should set the Mean Crease of the edges to 1.

$\endgroup$
3
  • $\begingroup$ Wasn't it you, who called me crazy? ;-) really nice +1 $\endgroup$ Commented Apr 28, 2022 at 18:03
  • $\begingroup$ Sometimes nodes feel really quite user friendly... other times I honestly wonder whether old fashioned code wouldn't have been a lot cleaner 😅😶‍🌫️. But nice job +1 $\endgroup$ Commented Apr 29, 2022 at 15:38
  • $\begingroup$ Wow. Great work quellenform. Crazy animation! ;) $\endgroup$
    – Paul
    Commented May 1, 2022 at 13:19
6
$\begingroup$

Nothing terribly complex about it, just break it down.

Start with a circle.

enter image description here

Inset that circle inward and offset its center.

enter image description here

Put a loop cut in between those two. Maybe offset it's center a bit too, to taste.

enter image description here

Rotate this edge loop a bit on the Y and X axis to give it the slant. raise it back up to elevate it above the outer ring.

enter image description here

Add two edge loops and do some careful vert-by-vert adjustment of their proximity to the top edge loop, to give it the fade.

enter image description here

Extrude down the outer edges a bit, Add a Sub-Surface modifier, maybe scale it up a touch in world-space to adjust the height. There ya go.

enter image description here

$\endgroup$
2
$\begingroup$

A bit late, but i decided to finish what i started in your first question in case you or someone else likes it.

If that shape is not plane below, but instead twists like the top, it is a solid mobius strip or a 'mobius ring'. For that case, I did a Geometry Nodes to generate one based on the inner and outer circle:

Dynamic Mobius Ring Mobius Ring bottom not flat

Before doing the Geometry Nodes, i was trying to imagine a way to get to the ring using the inner and outer circles:

Mobius mesh with circles overlay Mobius ring base circles Mobius ring edges from base circles Mobius ring projecting

Geometry Nodes:

Mobius Ring Geometry Nodes

It may look complicated, but at the end is just getting points from circles and creating the mesh.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .