undo method
Undoes the last action on the GeometryEditor.geometry.
Implementation
void undo() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_GeometryEditor_undo(
_handle,
errorHandler,
);
});
}
Undoes the last action on the GeometryEditor.geometry.
void undo() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_GeometryEditor_undo(
_handle,
errorHandler,
);
});
}