diff --git a/src/Mod/Fem/App/AppFem.cpp b/src/Mod/Fem/App/AppFem.cpp index e8c7d41139..2598144908 100644 --- a/src/Mod/Fem/App/AppFem.cpp +++ b/src/Mod/Fem/App/AppFem.cpp @@ -149,19 +149,20 @@ PyMOD_INIT_FUNC(Fem) Fem::Constraint ::init(); Fem::ConstraintPython ::init(); + Fem::ConstraintBearing ::init(); + Fem::ConstraintContact ::init(); Fem::ConstraintFixed ::init(); + Fem::ConstraintFluidBoundary ::init(); Fem::ConstraintForce ::init(); - Fem::ConstraintPressure ::init(); - Fem::ConstraintGear ::init(); - Fem::ConstraintPulley ::init(); Fem::ConstraintDisplacement ::init(); - Fem::ConstraintTemperature ::init(); + Fem::ConstraintGear ::init(); Fem::ConstraintHeatflux ::init(); Fem::ConstraintInitialTemperature ::init(); Fem::ConstraintPlaneRotation ::init(); - Fem::ConstraintContact ::init(); - Fem::ConstraintFluidBoundary ::init(); + Fem::ConstraintPressure ::init(); + Fem::ConstraintPulley ::init(); + Fem::ConstraintTemperature ::init(); Fem::ConstraintTransform ::init(); Fem::FemResultObject ::init();