VolMeshArtist
- class compas_rhino.artists.VolMeshArtist(*args, **kwargs)[source]
Bases:
RhinoArtist
,VolMeshArtist
Artist for drawing volmesh data structures.
- Parameters
volmesh (
compas.datastructures.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
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 network using the chosen visualisation settings.
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.