AssemblyArtist

class compas_assembly.artists.AssemblyArtist(item, **kwargs)[source]

Bases: compas.artists.artist.Artist

Base artist for assembly data structures.

Methods

draw

The main drawing method.

draw_blocks

draw_edges

draw_forces

draw_interfaces

draw_nodes

draw_reactions

draw_resultants

draw_selfweight

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.

draw_collection

Drawing method for drawing an entire collection of objects.

redraw

Redraw the view.

register

Register an artist type to a data type.