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
disable
()Disable the conduit.
enable
()Enable the conduit.
enabled
()redraw
([k, pause])Redraw the conduit.