We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35bda5 commit 04b697fCopy full SHA for 04b697f
Examples/DynamicAnalysis/DynamicAnalysis.py
@@ -189,6 +189,7 @@
189
envelope_type=SpectralAnalysisEnvelopeType.SPECTRAL_ANALYSIS_DIRECTION_X)
190
print(nodeDeformationsX)
191
192
+ # BUG: Bugfix G-228650: WS: Spectral analysis envelopes for members
193
# membersDeformationsX = ResultTables.SpectralAnalysisMembersLocalDeformations(
194
# loading_type=CaseObjectType.E_OBJECT_TYPE_LOAD_CASE,
195
# loading_no=4,
@@ -199,4 +200,5 @@
199
200
loading_type=CaseObjectType.E_OBJECT_TYPE_LOAD_CASE,
201
loading_no=4,
202
- print(nodeDeformationsY)
203
+ print(nodeDeformationsY)
204
+
0 commit comments