CellNetwork.transform

CellNetwork.transform(transformation)

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.