OrsObjectConsole¶
Handles properties of objects in a console
- author:
Dragonfly Team
- contact:
- email:
- organization:
Comet Technologies Canada Inc.
- address:
460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7
- copyright:
Comet Technologies Canada Inc. All rights reserved 2023.
- date:
Oct 21 2016 12:44
- dragonflyVersion:
3.0
- UUID:
68e3afc2761711e78e69448a5b5d70c0
Class Code¶
- class OrsPythonPlugins.OrsObjectConsole.OrsObjectConsole.OrsObjectConsole(*args, **kwargs)¶
- closeWidget(name)¶
Requests to close the form with the provided name.
- Parameters:
name (str) – name of the form to close
- classmethod getMainFormClass()¶
Gets the class of the main form
- Returns:
output –
- classmethod startupDefault(openMainForm=True)¶
Creates an instance of the plugin class and opens the main form (if required) at the default position.
- Returns:
output (AbstractPlugin) – plugin instance