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

init

Initialize the form.

on_form_closed

Callback for the closing event of the form.

show

Show the form as a modal dialog.