Network.transform
- Network.transform(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.