segmentIndex property

int segmentIndex

The index position of the segment on which the selected mid-vertex lies.

Implementation

int get segmentIndex {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_GeometryEditorMidVertex_getSegmentIndex(
      _handle,
      errorHandler,
    );
  });
}