You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, input for TetGen is created by appending closed surface representation of each segment into a single polydata. This only works well when segment boundaries don't intersect.
vtkCleanPolydataFilter might be enough to remove duplicate points/triangles, but most probably some more sophisticated pre-processing would be necessary (maybe something similar to what is done in joint smoothing segment editor effect).
The text was updated successfully, but these errors were encountered:
Currently, input for TetGen is created by appending closed surface representation of each segment into a single polydata. This only works well when segment boundaries don't intersect.
vtkCleanPolydataFilter might be enough to remove duplicate points/triangles, but most probably some more sophisticated pre-processing would be necessary (maybe something similar to what is done in joint smoothing segment editor effect).
The text was updated successfully, but these errors were encountered: