FEM: add ConstraintPython object type
Constraints implemented in python can use this object as their base. That makes it easier to identify them as constraint objects.
This commit is contained in:
committed by
Bernd Hahnebach
parent
b7e8348e85
commit
ef85389cbc
@@ -148,6 +148,7 @@ PyMOD_INIT_FUNC(Fem)
|
||||
Fem::FemSetNodesObject ::init();
|
||||
|
||||
Fem::Constraint ::init();
|
||||
Fem::ConstraintPython ::init();
|
||||
Fem::ConstraintBearing ::init();
|
||||
Fem::ConstraintFixed ::init();
|
||||
Fem::ConstraintForce ::init();
|
||||
|
||||
Reference in New Issue
Block a user