Fem: Add box filter function

This commit is contained in:
marioalexis
2023-03-10 12:41:27 -03:00
committed by Uwe
parent f1ffaf3ba9
commit a9b167ccbc
9 changed files with 567 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ PyMOD_INIT_FUNC(FemGui)
FemGui::ViewProviderFemPostFunction ::init();
FemGui::ViewProviderFemPostFunctionProvider ::init();
FemGui::ViewProviderFemPostBoxFunction ::init();
FemGui::ViewProviderFemPostCylinderFunction ::init();
FemGui::ViewProviderFemPostPlaneFunction ::init();
FemGui::ViewProviderFemPostSphereFunction ::init();