Skip to content

Commit

Permalink
Update FemConstraintRigidBody.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Mar 15, 2024
1 parent 6ceca30 commit bd6d9a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mod/Fem/App/FemConstraintRigidBody.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ class FemExport ConstraintRigidBody: public Fem::Constraint
App::PropertyFloat xRotation;
App::PropertyFloat yRotation;
App::PropertyFloat zRotation;
App::PropertyFloat xLoad;
App::PropertyFloat yLoad;
App::PropertyFloat zLoad;
App::PropertyFloat xForce;
App::PropertyFloat yForce;
App::PropertyFloat zForce;
App::PropertyFloat xMoment;
App::PropertyFloat yMoment;
App::PropertyFloat zMoment;
Expand Down

0 comments on commit bd6d9a9

Please sign in to comment.