BaseConduit
- class compas_rhino.conduits.BaseConduit(*args: Any, **kwargs: Any)[source]
Bases:
Rhino.Display.DisplayConduitBase class for conduits.
- Parameters
refreshrate (int, optional) – The number of iterations after which the conduit should be redrawn. Default is
1.
Methods
disable()Disable the conduit.
enable()Enable the conduit.
enabled()redraw([k, pause])Redraw the conduit.