Skip to content

Commit

Permalink
🐛 class name has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Pellegrino committed May 3, 2023
1 parent d62d556 commit 42faf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FemDesign.Grasshopper/Results/ResultsType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public ResultsType()


var values = new List<string>
{ "NodalDisplacement", "PointSupportReaction", "PointSupportReactionMinMax", "PointConnectionForce", "BarDisplacement", "BarInternalForce", "BarStress", "LineSupportReaction", "LineConnectionResultant", "LineConnectionForce", "SurfaceSupportReaction","ShellDisplacement", "ShellInternalForce", "ShellStress", "CLTShellUtilization", "CLTFireUtilization", "RCBarUtilization", "LabelledSectionInternalForce","LabelledSectionResultant","NodalVibrationShape", "EigenFrequencies", "CriticalParameter", "ImperfectionFactor", "QuantityEstimationConcrete", "QuantityEstimationSteel", "QuantityEstimationTimber", "QuantityEstimationTimberPanel", "QuantityEstimationGeneral", "QuantityEstimationReinforcement", "FiniteElement", "BarSteelUtilization"};
{ "NodalDisplacement", "PointSupportReaction", "PointSupportReactionMinMax", "PointConnectionForce", "BarDisplacement", "BarInternalForce", "BarStress", "LineSupportReaction", "LineConnectionResultant", "LineConnectionForce", "SurfaceSupportReaction","ShellDisplacement", "ShellInternalForce", "ShellStress", "CLTShellUtilization", "CLTFireUtilization", "RCBarUtilization", "LabelledSectionInternalForce","LabelledSectionResultant","NodalVibration", "EigenFrequencies", "CriticalParameter", "ImperfectionFactor", "QuantityEstimationConcrete", "QuantityEstimationSteel", "QuantityEstimationTimber", "QuantityEstimationTimberPanel", "QuantityEstimationGeneral", "QuantityEstimationReinforcement", "FiniteElement", "BarSteelUtilization"};

GH_ValueListItem vi;
foreach (string value in values)
Expand Down

0 comments on commit 42faf39

Please sign in to comment.