updateArcLengths method

dynamic updateArcLengths()

Implementation

updateArcLengths() {
  needsUpdate = true;
  getLengths(null);
}