BaseForm
-
class
compas_rhino.forms.
BaseForm
(title='Form', width=None, height=None)[source] Bases:
System.Windows.Forms.Form
Base class for Windows forms.
Methods
__init__
([title, width, height])Initialize self.
init
()on_form_closed
(sender, eargs)show
()Show the form as a modal dialog.