Obtaining frame forces from Sap2000
古いコメントを表示
I am trying to obtain frame forces from a sap model. I used the code,
[ret, NumberResults, Obj, ObjSta, Elm, ElmSta, LoadCase, StepType, StepNum, P, V2, V3, T, M2, M3] =AnalysisResults.FrameForce(FrameName1,SAP2000v20.eItemTypeElm.GroupElm, NumberResults, Obj, ObjSta, Elm, ElmSta, LoadCase, StepType, StepNum, P, V2, V3, T, M2, M3)
But got the following error message,
No method 'FrameForce' with matching signature found for class 'SAP2000v20.cAnalysisResults'.
I'll really appreciate if someone can help me with this.
1 件のコメント
xie huang xie huang
2024 年 2 月 25 日
Hello, I also met the same problem, may I ask you to solve it? Can you ask me how to solve it? Thank you very much!
回答 (1 件)
Walter Roberson
2024 年 2 月 25 日
0 投票
You have to do a lot of explicit type casting.
1 件のコメント
xie huang xie huang
2024 年 2 月 25 日
Sorry, I also used the explicit expression, but I don't know what the problem is, can you help me look at it?

カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!