BaseConduit

class compas_rhino.conduits.BaseConduit(*args: Any, **kwargs: Any)[source]

Bases: Rhino.Display.DisplayConduit

Base class for conduits.

Parameters

refreshrate (int, optional) – The number of iterations after which the conduit should be redrawn. Default is 1.

Methods

CalculateBoundingBox

disable

Disable the conduit.

enable

Enable the conduit.

enabled

redraw

Redraw the conduit.