vertexIndex property

int vertexIndex

The index position of the vertex within a part.

Implementation

int get vertexIndex {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_GeometryEditorVertex_getVertexIndex(
      _handle,
      errorHandler,
    );
  });
}