How to construct dataset with topology missing?

Hi!

Could you please clarify, how to construct a dataset of tetrahedrons if I have only a list of coordinates, and the topology is missing?

Best Regards.
Mike

If this is the case, then you have to build the topology with a filter like vtkDelaunay3D, or sample the data onto a structured grid (i.e., volume).

1 Like

Merci a lot