ms-structural / ms-structural/femdesign-api

Move ApplyChanges to RunDesign

Open
#605 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

priority:unset
Dominant language
C#
Stars
51
Forks
29
PR merge metrics
No merged PRs in 30d

Description

I think it makes more sense to have ApplyChanges on the RunDesign method:

C# like this:

femDesign.RunDesign(CmdUserModule.STEELDESIGN, design, applyDesign: true);

And grasshopper like this:
image

Originally posted by @xRadne in https://github.com/strusoft/femdesign-api/issues/539#issuecomment-1323395709

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 by locating the ApplyChanges and RunDesign definitions and their call sites, then inspect how the C# API and Grasshopper integration expose them. Check the existing tests or examples around these entry points. Done means the requested RunDesign option is consistently represented in both interfaces without leaving the old placement ambiguous.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.