OrsObjectConsole

Handles properties of objects in a console

author:ORS Team
contact:http://theobjects.com
email:info@theobjects.com
organization:Object Research Systems (ORS), Inc.
address:460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7
copyright:Object Research Systems (ORS), Inc. All rights reserved 2021.
date:Oct 21 2016 12:44
dragonflyVersion:
 3.0
UUID:68e3afc2761711e78e69448a5b5d70c0

Class Code

class OrsPythonPlugins.OrsObjectConsole.OrsObjectConsole.OrsObjectConsole(varname=None)
UIDescriptors = [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]
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
keepAlive = False
multiple = False
orsCurrentDisplayChange()
savable = False
showInToolbar = True
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
classmethod toolsMenu()