shuffle_diagram
- compas_tno.utilities.shuffle_diagram(form)
Shuffle the form diagram reordering the edges. It keeps the support points and ‘_is_edge’ attributes.
- Parameters:
- form
FormDiagram
The form diagram of the problem
- form
- Returns:
- form
FormDiagram
The shuffled diagram
- form