clearSelection method
Clears the current selection.
This sets GeometryEditor.selectedElement to null. It does not change the GeometryEditor.geometry.
Implementation
void clearSelection() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_GeometryEditor_clearSelection(
_handle,
errorHandler,
);
});
}