FormArtist
- class compas_cem.plotters.FormArtist(item, **kwargs)[source]
Bases:
NetworkArtist
An artist that draws a form diagram.
- Parameters:
form_diagram (
FormDiagram
) – The form diagram to plot.
Methods
Draw the nodes, the edges, the loads and the labels of a form diagram.
Draw the edges of a form diagram.
Draw the loads acting on the nodes of a force diagram.
Draw the nodes of a form diagram.
Draw the reaction forces at the supports of a form 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.