network_transform
- compas.datastructures.network_transform(network, transformation)[source]
Transform a network.
- Parameters
network (
compas.datastructures.Network
) – The network.transformation (
compas.geometry.Transformation
) – The transformation.
- Returns
None
Notes
The network is modified in-place.