This node calculates the dual of the input mesh. This means that faces
get replaced with vertices and vertices with faces. In principle this only
makes sense when the mesh in manifold, but there is an option to keep
the (non-manifold) boundaries of the mesh intact.
Attributes are propagated:
- Point domain goes to face domain and vice versa
- Edge domain and Face corner domain gets mapped to itself
Because of the duality, when the mesh is manifold, the attributes get mapped
to themselves when applying the node twice.
Thanks to Leul Mulugeta (@Leul Mulugeta (Leul)) for help with the
ascii diagrams in the code comments.
Examples:
With keep boundaries and without:
This video explains the propagation of attributes:






