MeshArtist
- class compas_ghpython.artists.MeshArtist(item, **kwargs)[source]
Bases:
GHArtist
,MeshArtist
Artist for drawing mesh data structures.
- Parameters
mesh (
Mesh
) – A COMPAS mesh.**kwargs (dict, optional) – Additional keyword arguments. See
GHArtist
andMeshArtist
for more info.
Methods
GH Artists are state-less.
GH Artists are state-less.
GH Artists are state-less.
Draw the mesh.
Draw a selection of edges.
Draw a selection of faces.
Draw the mesh as a RhinoMesh.
Draw a selection of vertices.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear all components of the mesh.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.