PolygonArtist

class compas_blender.artists.PolygonArtist(*args, **kwargs)[source]

Bases: compas_blender.artists.artist.BlenderArtist, compas.artists.primitiveartist.PrimitiveArtist

Artist for drawing polygons.

Parameters
  • polygon (compas.geometry.Polygon) – A COMPAS polygon.

  • collection (str or bpy.types.Collection) – The name of the collection the object belongs to.

Methods

build(item, **kwargs)

Build an artist corresponding to the item type.

build_as(item, artist_type, **kwargs)

clear()

Delete all objects created by the artist.

draw([color, show_points, show_edges, show_face])

Draw the polygon.

draw_collection(collection)

get_artist_cls(data, **kwargs)

redraw()

register(item_type, artist_type)