Get object list, issue with member hinge

Hi,
i’m trying to get a list of objects from the active Rstab9 model and everything works fine until i add member hinge to the list then it throws an error (Grpc.Core.RpcException: 'Status(StatusCode="Unknown", Detail="Member Hinge No. 0 does not exist.")'). What am I missing? I don’t want to get a specific member hinge, I want to get all member hinges in the model.

My code (works fine without member hinge line):


var objects = await app.get_object_list(new List<IMessage>
{
// --- geometry
new Rstab.TypesForMembers.MemberHinge(),
new Rstab.StructureCore.MemberSet(),
new Rstab.StructureCore.Member(),
new Rstab.StructureCore.Node()
});

Hi Bojan,

I tried it with the latest version (2.13.7 & 9.13.0007) and it worked without any problems. Can you update RSTAB and the API? Just saw that you use an older version. If not please provide me with the RSTAB modell, so that I can have a deeper look into it.

Thank you.

Best regards
Robert Milrath