Issue with ‘Get_member’ response in RFEM 6.06.0004 and later and the flag “I” in results response in RFEM 6.06.0002 and later #59
-
Hello there! we have 2 questions/issues with RFEM 6 API, one relates to location flag "M" vs "M I I" which is not clear to us. 1) Issue with the flag “I” in results response in RFEM 6.06.0002 and higher
2) Issue with ‘Get_member’ response in RFEM 6.06.0004
Can you help us with bringing clarity to issue 1) and help us resolve issue 2)? Files: Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @sonkaste1, Regarding issue 2: I think you are using an old version of our webservice in Visual Studio. The currently available version is 6.6.9. This also explains the differences between Boomerang and VS. Boomerang always uses the corresponding webservice version to the RFEM version. I also tested get_member with VS and the current NuGet package and couldn't find any issues. So please update the NuGet package, that should solve your problem. |
Beta Was this translation helpful? Give feedback.
Hi @sonkaste1,
Regarding point 1: The meaning of the flags is described in this FAQ. These flags can be combined so M | I means mesh node and imperfection.
Regarding issue 2: I think you are using an old version of our webservice in Visual Studio. The currently available version is 6.6.9. This also explains the differences between Boomerang and VS. Boomerang always uses the corresponding webservice version to the RFEM version. I also tested get_member with VS and the current NuGet package and couldn't find any issues. So please update the NuGet package, that should solve your problem.