network_transformed

compas.datastructures.network_transformed(network, transformation)[source]

Return a transformed copy of the network.

Parameters
Returns

Network – A transformed independent copy of network.

Notes

The original network is not modified. Instead a transformed independent copy is returned.