A general abstract of an action that is composed of several sub-actions. All sub actions are treated as one action regarding undo/redo operations.

Hierarchy (View Summary)

Constructors

Properties

actionName: ACTION_NAME = ACTION_NAME.UPDATE_SEGMENT_GEOMETRY

Action name must be unique for every action. Once you set a value, do not change it later on.

Methods

  • Should be overwritten for real operation. Default implementation is for use by MultiAction or by classes that want to generate dynamic sub-operations.

    Parameters

    Returns void