BrepArtist

class compas_rhino.artists.BrepArtist(item, **kwargs)[source]

Bases: RhinoArtist

An artist for drawing a RhinoBrep.

Parameters

brep (RhinoBrep) – The Brep to draw.

Methods

draw

Bakes the Brep into the current document

Inherited Methods

build

Build an artist corresponding to the item type.

build_as

Build an artist with the given type.

clear

Clear all objects from the view.

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.