Merge pull request #23823 from marioalexis84/fem-remove_elmer_filter_parameter

Fem: Remove dependency of the ViewProviderFemPostObject class on user parameters
This commit is contained in:
Chris Hennes
2025-09-24 22:18:19 -05:00
committed by GitHub
14 changed files with 1740 additions and 294 deletions

View File

@@ -61,6 +61,9 @@ void ViewProviderFemPostPipeline::updateData(const App::Property* prop)
updateFunctionSize();
updateColorBars();
}
else if (prop == &pipeline->MergeDuplicate) {
updateVtk();
}
}
void ViewProviderFemPostPipeline::updateFunctionSize()