VolMeshArtist
- class compas_ghpython.artists.VolMeshArtist(*args, **kwargs)[source]
Bases:
GHArtist
,VolMeshArtist
Artist for drawing volmesh data structures.
- Parameters
volmesh (
compas.datastructures.VolMesh
) – A COMPAS volmesh.**kwargs (dict, optional) – Additional keyword arguments. See
compas_ghpython.artists.GHArtist
andcompas.artists.VolMeshArtist
for more info.
Methods
The main drawing method.
Draw a selection of edges.
Draw a selection of faces.
Draw a selection of vertices.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear all objects from the view.
Clear the cells of the mesh.
Clear the edges of the mesh.
Clear the faces of the mesh.
Clear the vertices of the mesh.
Draw the cells of the mesh.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.