TopologyArtist
- class compas_cem.plotters.TopologyArtist(item, **kwargs)[source]
Bases:
NetworkArtist
An artist that draws a topology diagram.
- Parameters:
topology_diagram (
compas_cem.diagrams.TopologyDiagram
) – The topology diagram to plot.
Methods
Draw the nodes, the edges, the loads and the labels of a topology diagram.
Draw the edges of a topology diagram.
Draw the node loads as crosses inscribed in a circle.
Draw the nodes of a topology diagram.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear the nodes and the edges of the network.
Clear the current edges from the canvas.
Clear the current nodes from the canvas.
Drawing method for drawing an entire collection of objects.
Draw a selection of edge labels.
Draw a selection of node labels.
Redraw the view.
Register an artist type to a data type.
Update the data limits of the plotting axes using the visualization data.
Compute the bounds of the current view.