FEM: ConstraintTransform: core implementation
FEM: ConstraintTransform: transformable surface comment modification FEM: ConstraintTransform: re-adjusted GUI layout FEM: ConstraintTransform: more tweaking FEM: ConstraintTransform: GUI layout adjustment FEM: ConstraintTransform: GUI bug fix FEM: ConstraintTransform: implemented App::PropertyEnumeration for type of transform
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#include "FemConstraintPlaneRotation.h"
|
||||
#include "FemConstraintContact.h"
|
||||
#include "FemConstraintFluidBoundary.h"
|
||||
#include "FemConstraintTransform.h"
|
||||
|
||||
#include "FemResultObject.h"
|
||||
#include "FemSolverObject.h"
|
||||
@@ -159,6 +160,7 @@ PyMODINIT_FUNC initFem()
|
||||
Fem::ConstraintPlaneRotation ::init();
|
||||
Fem::ConstraintContact ::init();
|
||||
Fem::ConstraintFluidBoundary ::init();
|
||||
Fem::ConstraintTransform ::init();
|
||||
|
||||
Fem::FemResultObject ::init();
|
||||
Fem::FemResultObjectPython ::init();
|
||||
|
||||
Reference in New Issue
Block a user