Dual Mesh bugfix
Dual mesh based on Tessellation was not working properly because of a change on how edges are indexed
Polyhedral Wireframe Update
Now two new attributes are generated:
Tissue Node Index
Represents the index of the unique vertices from the input mesh. If the mesh has duplicates or non-naked edges, the indexing may differ:
An index equal to -1 is used for all the segments that do not converge to any node. This happens when the number of segments increases:
Tissue Edge Index
Represents the index of the unique edges from the input mesh. If the mesh has duplicates or non-naked edges, the indexing may differ:
Combined with the Tissue Node Index, it could be used to get the portion connected to a specific node, or the portion that does not reach any of the nodes (tissue_node_index = -1):