RhinoAssemblyArtist.draw_blocks
- RhinoAssemblyArtist.draw_blocks(color=None, show_faces=True, show_edges=False, show_vertices=False)[source]
Draw the blocks of the assembly.
- Parameters
color (
Color
| dict[hashable,Color
], optional) – Color of the blocks. The default color isAssemblyArtist.default_nodecolor
.show_faces (bool, optional) – If True, draw the faces of the blocks.
show_edges (bool, optional) – If True, draw the edges of the blocks.
show_vertices (bool, optional) – If True, draw the vertices of the blocks.
- Returns
list[System.Guid]