-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test to fix errors * 🚧 Fix Some Reference Error * Update FemDesign.Dynamo.csproj * add missing file * 🐛 Dynamo can't have default enum argument Fix #498 * Constructor with Default Parameters * 💄 Input Renaming #494 * Update LoadCombinationConstruct.cs close #494 * Update Panel.cs #523 * ✨ update xml attributes for BarPart * stiffness modifier does not reset #521 * fix #538 * StiffnessPoint Constructor C# Gh * ✨ Icon * 📝 Practical example #508 * match filepath nickname with runDesign * 💄 unnecessary information * Update SupportDeconstuctor.cs #483 * 🐛 removing-default-material #491 * model run return a bool #487 * 🐛 Plane input #559 * Update Region.cs * 📝 rename component * 🐛 correct serialisation in case of default value #562 * 🐛 load combination set up #566 fix * 🐛 read material bug * Update SectionDefine.cs * 🐛 custom section database * 🔥 name input was not necessary * ⚡ Model serialize paths - Allow relative paths - Omitted extension will be changed to struxml * example 5 update * ✏️ Fix typo; * ⚠ Better warning on version mismatch Fix #555 * Revert "Update SupportDeconstuctor.cs" This reverts commit 4e464a6. * Update SupportDeconstuctor.cs * ✨ Add StageLoadCase to LoadCombination Fix #561 * 🐛 Parameterless constructor for serialization * fix enum default * result type input for users * ✨ Special cases in load combinations Load combinations can now be constructed and deconstructed with - Construction stage - Seismic case - PTC case - Pile/Neg. Shaft friction case In C# and Grasshopper Fix #561 * ✨ Line stress load - Added constructors for C# - Added constructor component for Grasshopper - Added deconstructor component for Grasshopper - Override ToString() Fix #563 * 🚨 Fixing XML warnings (CS1570) Warning CS1570 XML comment has badly formed XML -- * 🚨 Fixing XML warnings (CS1572) Warning CS1572 XML comment has a param tag for *, but there is no parameter by that name * 🚨 Fixing XML warnings (CS1573) Warning CS1573 Parameter * has no matching param tag in the XML comment for * (but other parameters do) * 🚨 Fixing warning CS8602 Warning CS8602 Dereference of a possibly null reference. * 🚨 Fixing CS0168, CS0169, CS0219 Warning CS0219 The variable * is assigned but its value is never used Warning CS0169 The field * is never used Warning CS0168 The variable 'ex' is declared but never used * 🚨 Ignore warning CS1591 Ignore the warning: "Missing XML comment for publicly visible type or member *" * 🐛 Fix mistake * 📝 Add comment on special load cases * 🐛 Fix dynamo references * 🐛 Name/Identifier #529 Work in progress on #529 - Added tests (failing for now) - Added LockedIdentifier property on Bar * 🐛 Remove bar.Name setter Work in progress on #529 * 💄 Add Icons for LineStressLoad Fix #563 * ✏️ Copy paste typo * ✨ Abstract class NamedEntityBase Fix #529 * ✨ Bar to use BarPart Name and Instance #511 * Update LineStressLoadDefine.cs * 🔥 EntityBase => NamedEntityBase Using NamedEntityBase instead of EntityBase where applicable and remove duplicate code for properties Name, Identifier and Instance for many classes * Update GlobalAssemblyInfo.cs * 🐛 Incremented instance counter twice * 🔥 EntityBase => NamedEntityBase for SlabPart Also updated Region RectangleXY to take a reference point * 🐛 Fix SlabType * 🐛 Fix Bar identifier on create * 💄 StageDeconstruct Icon * 🔔 Make exceptions more explicit * 🚨 xml warning * update stage component same order for constructor and deconstructor Co-authored-by: Andreas Oscarsson <[email protected]> Co-authored-by: xRadne <[email protected]>
- Loading branch information
1 parent
74740e0
commit d21b699
Showing
185 changed files
with
4,224 additions
and
91,565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.