partIndex property
The index position of the part which contains the vertex.
Implementation
int get partIndex {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_GeometryEditorVertex_getPartIndex(
_handle,
errorHandler,
);
});
}