File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 174174 Calculate_all ()
175175
176176 columnInternalForces = ResultTables .MembersInternalForces (loading_type = CaseObjectType .E_OBJECT_TYPE_DESIGN_SITUATION , loading_no = 1 )
177- print (columnInternalForces )
177+ print (columnInternalForces )
178+
179+
180+ rsaSummaryX = ResultTables .SpectralAnalysisSummary (
181+ loading_type = CaseObjectType .E_OBJECT_TYPE_LOAD_CASE ,
182+ loading_no = 4 ,
183+ envelope_type = SpectralAnalysisEnvelopeType .SPECTRAL_ANALYSIS_DIRECTION_X )
184+ print (rsaSummaryX )
185+
186+ nodeDeformationsX = ResultTables .SpectralAnalysisNodesDeformations (
187+ loading_type = CaseObjectType .E_OBJECT_TYPE_LOAD_CASE ,
188+ loading_no = 4 ,
189+ envelope_type = SpectralAnalysisEnvelopeType .SPECTRAL_ANALYSIS_DIRECTION_X )
190+ print (nodeDeformationsX )
191+
192+ # membersDeformationsX = ResultTables.SpectralAnalysisMembersLocalDeformations(
193+ # loading_type=CaseObjectType.E_OBJECT_TYPE_LOAD_CASE,
194+ # loading_no=4,
195+ # envelope_type=SpectralAnalysisEnvelopeType.SPECTRAL_ANALYSIS_DIRECTION_X)
196+ # print(membersDeformationsX)
197+
198+ nodeDeformationsY = ResultTables .SpectralAnalysisSurfacesLocalDeformations (
199+ loading_type = CaseObjectType .E_OBJECT_TYPE_LOAD_CASE ,
200+ loading_no = 4 ,
201+ envelope_type = SpectralAnalysisEnvelopeType .SPECTRAL_ANALYSIS_DIRECTION_X )
202+ print (nodeDeformationsY )
You can’t perform that action at this time.
0 commit comments