RhinoNetworkObject
- class compas_ui.rhino.objects.RhinoNetworkObject(*args, **kwargs)[source]
Bases:
RhinoObject
,NetworkObject
Class for representing COMPAS networkes in Rhino.
- Attributes:
guid_node (dict[System.Guid, int]) – Map between Rhino object GUIDs and mesh node identifiers.
guid_edge (dict[System.Guid, tuple[int, int]]) – Map between Rhino object GUIDs and mesh edge identifiers.
Methods
Update the attributes of the network.
Update the attributes of the edges.
Update the attributes of the nodes.
Move a single node of the network object and update the data structure accordingly.
Select edges of the network.
Select nodes of the network.
Inherited Methods