Is there any way to make a surface like this?

I want to make a surface look like this with those lines but I have no idea.

  • I want half circle sections.
    Please help me.

Thank you.

For surfaces I’ll make two 2rails surfaces with circle sections next Boolean add, split Alf circle section finally make a radius on the hard edge… Sorry for my bad English!!! And mesh you can use shrink-wrap for the last step…

Thank you for your help! I’ll try it.

I am guessing you make two toruses and do a blendsrf between them.

3 Likes

subd

if you want to do it with SubD - check the following commands
_subDTorus (Faces 10, 6)
delete some faces.
_stich
_bridge
_reflect (twice)

nurbs

(EDIT:)
and if you want a more geometrical nurbs solution - and you do not mind the planar triangular surface - you can also use
partial torus surfaces - build by revolving arcs

3 Likes

Wow thank you so much. It really helps me a lot.

What a great idea. Thank you so much.