Viewer - Interaction
    Preparing search index...

    Function calculateCombinedDraggedNodes

    • Parameters

      • currentState: {
            name: string;
            restrictionId: string;
            transformation: number[];
            dragAnchorId?: string;
        }[]
        • name: string

          The name of the object as defined in the name filter.

        • restrictionId: string

          The id of the restriction that was used.

        • transformation: number[]

          The transformation matrix of the object after the dragging operation.

        • OptionaldragAnchorId?: string

          The id of the drag anchor that was used, if one was used.

      • draggedNodes: {
            name: string;
            restrictionId: string;
            transformation: number[];
            dragAnchorId?: string;
        }[]
        • name: string

          The name of the object as defined in the name filter.

        • restrictionId: string

          The id of the restriction that was used.

        • transformation: number[]

          The transformation matrix of the object after the dragging operation.

        • OptionaldragAnchorId?: string

          The id of the drag anchor that was used, if one was used.

      Returns {
          name: string;
          restrictionId: string;
          transformation: number[];
          dragAnchorId?: string;
      }[]

      • name: string

        The name of the object as defined in the name filter.

      • restrictionId: string

        The id of the restriction that was used.

      • transformation: number[]

        The transformation matrix of the object after the dragging operation.

      • OptionaldragAnchorId?: string

        The id of the drag anchor that was used, if one was used.