MeshArtist
- class compas_rhino.artists.MeshArtist(item, **kwargs)[source]
Bases:
RhinoArtist
,MeshArtist
Artists for drawing mesh data structures.
- Parameters
mesh (
Mesh
) – A COMPAS mesh.layer (str, optional) – The name of the layer that will contain the mesh.
**kwargs (dict, optional) – Additional keyword arguments. For more info, see
RhinoArtist
andMeshArtist
.
Methods
Delete all objects 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 face normals drawn by this artist.
Delete all faces drawn by this artist.
Delete all vertex labels drawn by this artist.
Delete all vertex normals drawn by this artist.
Delete all vertices drawn by this artist.
Draw the mesh as a consolidated RhinoMesh.
Draw labels for a selection of edges.
Draw a selection of edges.
Draw labels for a selection of faces.
Draw the normals of the faces.
Draw a selection of faces.
Draw labels for a selection vertices.
Draw the normals at the vertices of the mesh.
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.
Draw the mesh of the mesh.
Redraw the view.
Register an artist type to a data type.