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
Calculate the model extents that should be included in the visualization.
Disable the conduit.
Enable the conduit.
Create a context for the conduit with automatic enabling and disabling.
Redraw the conduit.