BendNetworkArtist

class compas_bender.rhino.BendNetworkArtist(item, **kwargs)[source]

Bases: NetworkArtist

Artist for bending-active networks.

Methods

draw_axial

Draw axial forces as cylinders around the corresponding edges.

draw_reactions

Draw reaction forces as force vectors at the anchored nodes.

Inherited Methods

build

Build an artist corresponding to the item type.

build_as

Build an artist with the given type.

clear

Delete all objects drawn by this artist.

clear_edgelabels

Delete all edge labels drawn by this artist.

clear_edges

Delete all edges drawn by this artist.

clear_layer

Clear the layer of the artist.

clear_nodelabels

Delete all node labels drawn by this artist.

clear_nodes

Delete all nodes drawn by this artist.

draw

Draw the network using the chosen visualisation settings.

draw_collection

Drawing method for drawing an entire collection of objects.

draw_edgelabels

Draw labels for a selection of edges.

draw_edges

Draw a selection of edges.

draw_nodelabels

Draw labels for a selection nodes.

draw_nodes

Draw a selection of nodes.

redraw

Redraw the view.

register

Register an artist type to a data type.