Feeds
답변 있음
How to open an existing SAP2000 model file using API in MATLAB?
This should work! File = NET.explicitCast(SapModel.File,'SAP2000v19.cFile'); File.OpenFile(ModelPath) Don't try the same ...
How to open an existing SAP2000 model file using API in MATLAB?
This should work! File = NET.explicitCast(SapModel.File,'SAP2000v19.cFile'); File.OpenFile(ModelPath) Don't try the same ...
거의 6년 전 | 0
| 수락됨


