Beispiel #1
0
 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.
     }
 }
Beispiel #2
0
 private void bExportGH_Click(object sender, RoutedEventArgs e) => GhUtil.showDocumentPreview(rhinoDoc);