BendNetworkArtist.draw_axial
- BendNetworkArtist.draw_axial(scale=1.0, tol=0.001)[source]
Draw axial forces as cylinders around the corresponding edges.
- Parameters:
scale (float, optional) – Scale for the cylinder radius.
tol (float, optional) – Cylinders with a radius (after scaling) smaller than this tolerance will not be drawn.
- Returns:
list[guid] – The identifiers of the objects that were added to the Rhino model space.