BrepObject

class compas_rhino.scene.BrepObject[source]

Bases: RhinoSceneObject, GeometryObject

A scene object for drawing a RhinoBrep.

Parameters:
brepcompas_rhino.geometry.RhinoBrep

The Brep to draw.

Methods

draw

Bakes the Brep into the current document

Inherited Methods

add

Add a child item to the scene object.

add_to_group

Add the objects to the group.

clear

The main clearing method.

clear_layer

Clear the layer of the scene object.

get_group

Find the group with the given name, or create a new one.