VolMeshArtist
- class compas_ghpython.artists.VolMeshArtist(item, **kwargs)[source]
Bases:
GHArtist
,VolMeshArtist
Artist for drawing volmesh data structures.
- Parameters
volmesh (
VolMesh
) – A COMPAS volmesh.**kwargs (dict, optional) – Additional keyword arguments. See
GHArtist
andVolMeshArtist
for more info.
Methods
GH Artists are state-less.
GH Artists are state-less.
GH Artists are state-less.
GH Artists are state-less.
GH Artists are state-less.
GH Artists are state-less.
GH Artists are state-less.
GH Artists are state-less.
Draw a selection of cells.
Draw a selection of cells.
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.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.