Hi,
I'm trying to use OpenVDB to create infills for a 3D mesh. By infill, I mean such a thing like below, not exactly like this, but roughly. Any infill shape is fine:
Inspired by
this video I can use Houdini to play around with OpenVDB tools available. I have gone this far in the process:
1. Import 3D mesh
2. VDB-from-polygons tool is used to covert 3D polygon mesh to VDB voxel field
3. VDB-to-spheres tool is used to fill VDB voxel field with spheres
4. Change the sphere radius size
5. Increase the sphere max number
6. Remove the sphere overlap
Having gone through steps 1 to 6, I will have such a result:
At this point, I'm looking for an OpenVDB tool to create these blue lines out of spheres:
In the above photo, I have spheres and I intend to get the blue lines (roughly, not exactly). What OpenVDB tool will help me to achieve this goal?
I think, I would need an OpenVDB tool to remove (inactivate) spheres (filled/active voxels) and create (activate) voxels in empty space in between. Not sure!
I appreciate any help =)