AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Function getInletsToUpdate

    • compares two lists of values and returns a list of the elements from newInlets that need to be added to the current list, as well as the elements in currentInlets that no longer need to exist.

      Parameters

      Returns { toadd: OperationInlet[]; toremove: OperationInlet[] }

      the list of elements that needed to be added to or removed from current Inlets to make it match the list in newInlets