I'm looking to revisit getting the simplification algorithm working. In the process, I'm also going to entertain all manner of changes to the implementation.
One of them is to consider is re-basing the data structures on the relevant bits in Graphs.jl.
I currently have an implementation for non-topological mesh slicing. I will probably need Graphs.jl for topological slicing. I will take a look at the simplification algorithm once I bring in Graphs.jl.
I'm looking to revisit getting the simplification algorithm working. In the process, I'm also going to entertain all manner of changes to the implementation.
One of them is to consider is re-basing the data structures on the relevant bits in Graphs.jl.