network_transformed
- compas.datastructures.network_transformed(network, transformation)[source]
Return a transformed copy of the network.
- Parameters
network (
compas.datastructures.Network
) – The network.transformation (
compas.geometry.Transformation
) – The transformation.
- Returns
compas.datastructures.Network
– A transformed independent copy of network.
Notes
The original network is not modified. Instead a transformed independent copy is returned.