VolMeshArtist
- class compas_rhino.artists.VolMeshArtist(item, **kwargs)[source]
Bases:
RhinoArtist
,VolMeshArtist
Artist for drawing volmesh data structures.
- Parameters
volmesh (
VolMesh
) – A COMPAS volmesh.layer (str, optional) – The name of the layer that will contain the volmesh.
**kwargs (dict, optional) – Additional keyword arguments. For more info, see
RhinoArtist
andVolMeshArtist
.
Methods
Delete all objects drawn by this artist.
Delete all cells drawn by this artist.
Delete all edge labels drawn by this artist.
Delete all edges drawn by this artist.
Delete all face labels drawn by this artist.
Delete all faces drawn by this artist.
Delete all vertex labels drawn by this artist.
Delete all vertices drawn by this artist.
Draw a selection of cells.
Draw labels for cells.
Draw a selection of cells.
Draw labels for a selection of edges.
Draw a selection of edges.
Draw labels for a selection of faces.
Draw a selection of faces.
Draw labels for a selection vertices.
Draw a selection of vertices.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear the layer of the artist.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.