ms-structural / ms-structural/femdesign-api
Load combinations in plastic analysis change name
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 51
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
When trying to get the results the normal way, it turns out that my load combination has changed name from
"ULS Comb"
to
"ULS Comb, last converged load level 63%"
This means I need to do a workaround with text splitting and rebuilding to access the result. OK but a little confusing
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 result retrieval for the load combination named "ULS Comb" and trace where the name becomes "ULS Comb, last converged load level 63%". Compare the retrieved combination name with the result-access path; done should provide a stable way to access the result without text splitting and rebuilding.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100