VolMeshArtist

class compas_ghpython.artists.VolMeshArtist(*args, **kwargs)[source]

Bases: GHArtist, VolMeshArtist

Artist for drawing volmesh data structures.

Parameters

Methods

draw

The main drawing method.

draw_edges

Draw a selection of edges.

draw_faces

Draw a selection of faces.

draw_vertices

Draw a selection of vertices.

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_cells

Clear the cells of the mesh.

clear_edges

Clear the edges of the mesh.

clear_faces

Clear the faces of the mesh.

clear_vertices

Clear the vertices of the mesh.

draw_cells

Draw the cells of the mesh.

draw_collection

Drawing method for drawing an entire collection of objects.

redraw

Redraw the view.

register

Register an artist type to a data type.