Skip to content

Commit

Permalink
changing everything into ENG
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalO committed Apr 25, 2022
1 parent 58b41cf commit 54cab6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Examples/CantileverQt/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ def onOK(self):

LoadCase(1, 'Eigengewicht',[True, 0.0, 0.0, 1.0])

NodalLoad(
1, 1, '2', LoadDirectionType.LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W, f*1000)
NodalLoad(1, 1, '2', LoadDirectionType.LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W, f*1000)

Calculate_all()

Expand Down
4 changes: 2 additions & 2 deletions Examples/CantileverQt/Main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</rect>
</property>
<property name="text">
<string>Abbrechen</string>
<string>Cancel</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
Expand All @@ -55,7 +55,7 @@
</rect>
</property>
<property name="title">
<string>Strukture</string>
<string>Structure</string>
</property>
<widget class="QLineEdit" name="l">
<property name="geometry">
Expand Down

0 comments on commit 54cab6c

Please sign in to comment.