BaseForm
- class compas_rhino.forms.BaseForm(*args, **kwargs)[source]
Bases:
Form
Base class for Windows forms.
- Parameters
title (str, optional) – The title of the form.
width (int, optional) – The width of the form.
height (int, optional) – The height of the form.
Methods
Initialize the form.
Callback for the closing event of the form.
Show the form as a modal dialog.