getResegmentingPoint method

Point getResegmentingPoint()

(undocumented) If the handle clicked during activation was a resegment handle, return the point at which to start a new segment. By default this returns the center of the handle that was clicked. Please read the Introduction page on Extensions for how to override methods and how to call this base method.

Implementation

_i3.Point getResegmentingPoint() => _i4.callMethod(
      this,
      'getResegmentingPoint',
      [],
    );