ms-structural / ms-structural/femdesign-api

Implement variable calculation settings option for supports

Open
#1,072 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

framework:c# framework:grasshopper type:bug type:feature xml-schema
Dominant language
C#
Stars
51
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Issue: missing functionality causes serialization bug

The object, corresponding to the schema's rigidity_group xml element is missing. As a result, we have data loss when reading a model file that contains it.

https://github.com/strusoft/femdesign-api/blob/f93c787b85e461959642d849c451db696348bae5/FD-23.00.003-strusoft.xsd#L4171

A sample file with each support type with different rigidity settings for different calculations is attached:
FD-all-supp-with-diff-calc-settings.zip

image

Freshdesk ticket: 43234

Tasks:

  • Implement rigidity_group in FemDesign.Core
  • Update SurfaceSupport, LineSupport and PointSupport
  • c# tests
  • Update GH components
  • GH tests
  • Update documentation
  • Notify the user on Freshdesk

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the rigidity_group definition in the linked FD-23.00.003-strusoft.xsd and inspect the support models in FemDesign.Core, especially SurfaceSupport, LineSupport, and PointSupport. Use the attached sample to understand the data-loss case, then cover the C# and GH tests and update the GH components and documentation listed in the tasks.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend-api-design
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.