ms-structural / ms-structural/femdesign-api
Results data structure error
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 51
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
I input a list of three separate fem design models into the "run analysis" component I would expect to see my results (point support reactions in this case) in three different branches. All the results are there, but they are all in one long list (index 0), and not a datatree with three branches (0),(1) and (2) for each model

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing issue #576 with a list of three FEM design models in the "run analysis" component, then inspect the point support reaction results. The fix is complete when the output is a data tree with separate branches (0), (1), and (2), rather than one combined list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100