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
Is there a way to control or turn off the mesh cleanup steps?
In my case, I don't want the original triangulation changed. I.e. all original edges should remain when the operations are complete -- even if removing them results in the same geometric shape.
Here is the result I'm getting from Manifold:
Here is the desired result from my current CSG engine (don't worry about the colors for now):
I need to maintain the original triangulation because it represents a computational mesh. After processing through Manifold, I am going to feed this mesh to an analysis where the current Manifold result is unacceptable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to control or turn off the mesh cleanup steps?
In my case, I don't want the original triangulation changed. I.e. all original edges should remain when the operations are complete -- even if removing them results in the same geometric shape.
Here is the result I'm getting from Manifold:
Here is the desired result from my current CSG engine (don't worry about the colors for now):
I need to maintain the original triangulation because it represents a computational mesh. After processing through Manifold, I am going to feed this mesh to an analysis where the current Manifold result is unacceptable.
Beta Was this translation helpful? Give feedback.
All reactions