VolMeshArtist

class compas_rhino.artists.VolMeshArtist(*args, **kwargs)[source]

Bases: RhinoArtist, VolMeshArtist

Artist for drawing volmesh data structures.

Parameters

Methods

clear

Clear all objects from the view.

clear_cells

Clear the cells of the mesh.

clear_edgelabels

clear_edges

Clear the edges of the mesh.

clear_facelabels

clear_faces

Clear the faces of the mesh.

clear_vertexlabels

clear_vertices

Clear the vertices of the mesh.

draw

Draw the network using the chosen visualisation settings.

draw_celllabels

Draw labels for cells.

draw_cells

Draw a selection of cells.

draw_edgelabels

Draw labels for a selection of edges.

draw_edges

Draw a selection of edges.

draw_facelabels

Draw labels for a selection of faces.

draw_faces

Draw a selection of faces.

draw_vertexlabels

Draw labels for a selection vertices.

draw_vertices

Draw a selection of vertices.

Inherited Methods

build

Build an artist corresponding to the item type.

build_as

Build an artist with the given type.

clear_layer

Clear the layer of the artist.

draw_collection

Drawing method for drawing an entire collection of objects.

redraw

Redraw the view.

register

Register an artist type to a data type.