csc.tools.SelectionGroups

class csc.tools.SelectionGroups

SelectionGroups class

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

activate(self, arg0, arg1)

core(self)

A core class used within selection tools to manage groups and processing modes.

deactivate(self, arg0, arg1)

import_file(self, path)

__annotations__ = {}
__init__(*args, **kwargs)
__module__ = 'csc.tools'
core(self: csc.tools.SelectionGroups) object

A core class used within selection tools to manage groups and processing modes.

Returns:

Core class

Return type:

csc.tools.selection.Core

import_file(self: csc.tools.SelectionGroups, path: str) None