OrsStitch3DChannel_483d509e95bb11e88b0a448a5b877501

author:

Dragonfly Team

contact:

https://dragonfly.comet.tech

email:

support.dragonfly@comet.tech

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:

Aug 01 2018 14:47

dragonflyVersion:

4.0.0.0510

UUID:

483d509e95bb11e88b0a448a5b877501

Class Code

class OrsPythonPlugins.OrsStitch3DChannel_483d509e95bb11e88b0a448a5b877501.OrsStitch3DChannel_483d509e95bb11e88b0a448a5b877501.OrsStitch3DChannel_483d509e95bb11e88b0a448a5b877501(*args, **kwargs)
classmethod createStitch3DChannel(listSelectedObjectsRepr)

Contextual menu.

This code will be executed when a contextual menu has to be displayed.

The menu item instances used in this method should be taken from menu item definitions declared in this plugin and filled with proper values (section, action, enabled, …). If multiple menu items have to be used by this method, they should be defined using the same pattern.

Parameters:

listSelectedObjectsRepr – list of selected objects (this argument is given as string representation)

Returns:

output – None, a single menu item instance, or a list of menu item instances

classmethod createStitch3DChannel_menuItemDefinition()

Declaration of a plugin menu item.

This method has to be decorated by “menuItem(menuItemDefinition=True)”.

Returns:

output – Menu item instance

classmethod getMainFormClass()

Gets the class of the main form

Returns:

output

classmethod importAllLoggingClasses()

This method is called to make any class extension available for macro playing. It should:

  1. import all class extension;

  2. return a list of classes where logging is supported.

Returns:

output (list of classes) – list of classes where logging is supported by the current plugin