private void Definition_SolutionEnd(object sender, GH_SolutionEventArgs e) { if (Tag is Dockpane1View dock && dock.autoupdate.IsChecked == true) { GhUtil.showDocumentPreview(dock.rhinoDoc); // TODO: Add code to harvest display meshes when the Grasshopper Definition solution completes solving. } }
private void bExportGH_Click(object sender, RoutedEventArgs e) => GhUtil.showDocumentPreview(rhinoDoc);