ms-structural / ms-structural/femdesign-api

`Model.AddSurfaceSupportMotionLoad()` is missing from `Model.AddLoad()`

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

Nobody has claimed this yet.

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

Description

Model.AddSurfaceSupportMotionLoad() method is missing from Model.AddLoad(). This causes issues for users who want to use the Model.AddEntities() method, since SurfaceSupportMotion loads won't be added to the model.

https://github.com/strusoft/femdesign-api/blob/f93c787b85e461959642d849c451db696348bae5/FemDesign.Core/Model/Model.cs#L1119-L1173

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 in FemDesign.Core/Model/Model.cs around lines 1119-1173 and compare Model.AddLoad() with Model.AddSurfaceSupportMotionLoad(). Confirm how Model.AddEntities() handles loads, then update the missing inclusion. Done means SurfaceSupportMotion loads are added to the model through AddEntities().

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.