Skip to content

Question about the function "get_results_for_members_internal_forces_by_member_set" #61

Closed Answered by Rebecca-Coding21
peu-oliveira asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @peu-oliveira ,
you can create an object_location[] as shown in the following example:

`object_location[] memberSets= new object_location[1];

object_location object_loc = new object_location{
type = object_types.E_OBJECT_TYPE_MEMBER,
no = 3,
parent_no = 0
};
memberSets[0] = object_loc;`

You can also find out about the structure of object_location by using the tools Boomerang or SoapUI. The usage of both tools is described in the article in our documentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Rebecca-Coding21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants