RhinoAssemblyArtist

class compas_assembly.rhino.RhinoAssemblyArtist(item, **kwargs)[source]

Bases: compas_rhino.artists.artist.RhinoArtist, compas_assembly.artists.assemblyartist.AssemblyArtist

Methods

draw_blocks

Draw the blocks of the assembly.

draw_edges

Draw a selection of edges.

draw_forces

Draw the contact (normal) forces at the interfaces between the blocks of the assembly.

draw_interfaces

Draw the interfaces of the assembly.

draw_nodes

Draw a selection of nodes.

draw_reactions

draw_resultants

Draw the resultants of the contact forces at the interfaces between the blocks of the assembly.

draw_selfweight

Draw the vectors representing the selfweight of the blocks of the assembly.

Inherited Methods

build

Build an artist corresponding to the item type.

build_as

Build an artist with the given type.

clear

Clear all objects from the view.

clear_layer

Clear the layer of the artist.

draw

The main drawing method.

draw_collection

Drawing method for drawing an entire collection of objects.

redraw

Redraw the view.

register

Register an artist type to a data type.