pair_uv_to_hf

compas_3gs.utilities.pair_uv_to_hf(network, volmesh)[source]

Pairs the directed edges (u, v) of a network to the corresponding halffaces of the dual volmesh.

Parameters
  • volmesh (VolMesh) – A volmesh object representing a polyhedral force diagram.

  • network (Network) – A network object representing a polyhedral form diagram.

Returns

dictionary – A dictionary of (u, v)-u_hfkey pairs.