Network3gs.transformed

Network3gs.transformed(transformation)

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.