VolMeshArtist
- class compas_rhino.artists.VolMeshArtist(*args, **kwargs)[source]
Bases:
compas_rhino.artists.artist.RhinoArtist,compas.artists.volmeshartist.VolMeshArtistArtist 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.
Attributes
default_cellcolordefault_colordefault_edgecolordefault_facecolordefault_vertexcolorInherited Attributes
AVAILABLE_CONTEXTSCONTEXTITEM_ARTISTcell_colorcell_textcellsedge_coloredge_textedgesface_colorface_textfacesvertex_colorvertex_textvertex_xyzverticesvolmeshMethods
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.