I read the bend operations, but I had trouble bend different thin volumes together.
Say I have two adjacent volume, I hope they are bent w.r.t same axis, root point and radius. When I try tweak volume 1 2 root ... they don’t lie on the same Cylindrical plane. Is there other ways to bend thin volumes / 2D sheets?
It seems bend operation eliminates the patterns on a surface, so i webcut the volumes before bending.
For the following geometry (including surroundings), is there a suggested hex meshing strategy?
Usually we try to decompose the geometry so far that we can sweep. In this case this won’t work out as the sweep directions will cross each other and we need a possible mapped scheme on the sides.
But what you can do is using a tetmesh and then convert the tets to hexes.
reset vol all
vol all size auto factor 3
vol all scheme tetmesh
mesh vol all
thex vol all
Thank you. Is it possible to mesh it with sculpt? Thex does mesh it, but I want to keep the mesh size as large as possible (I know it’s greedy. I want to apply high-order FEM, so bigger mesh is preferred). So far I decompose it like this to mesh: