BaseConduit

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

Bases: DisplayConduit

Base class for conduits.

Parameters

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

Methods

CalculateBoundingBox

Calculate the model extents that should be included in the visualization.

disable

Disable the conduit.

enable

Enable the conduit.

enabled

Create a context for the conduit with automatic enabling and disabling.

redraw

Redraw the conduit.