redo method
Redoes the last action undone on the GeometryEditor.geometry.
Implementation
void redo() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_GeometryEditor_redo(
_handle,
errorHandler,
);
});
}
Redoes the last action undone on the GeometryEditor.geometry.
void redo() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_GeometryEditor_redo(
_handle,
errorHandler,
);
});
}