Skip to content

Commit

Permalink
Update membertools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Mar 15, 2024
1 parent 04a4bd4 commit 01c1cd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/Fem/femtools/membertools.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ def __init__(self, analysis):
self.cons_rigidbody = self.get_several_member(
"Fem::ConstraintRigidBody"
)
self.cons_rigidbody_step = self.get_several_member(
"Fem::ConstraintRigidBody"
)
self.cons_force = self.get_several_member(
"Fem::ConstraintForce"
)
Expand Down

0 comments on commit 01c1cd9

Please sign in to comment.