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
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).
Merci a lot