Obtaining frame forces from Sap2000
Mostrar comentarios más antiguos
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 comentario
xie huang xie huang
el 25 de Feb. de 2024
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!
Respuestas (1)
Walter Roberson
el 25 de Feb. de 2024
0 votos
You have to do a lot of explicit type casting.
1 comentario
xie huang xie huang
el 25 de Feb. de 2024
Sorry, I also used the explicit expression, but I don't know what the problem is, can you help me look at it?

Categorías
Más información sobre Speech Recognition en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!