We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f18a86 + d00f9b5 commit 77f56bdCopy full SHA for 77f56bd
ComposGH/Components/8_Design/1_Primary/DesignMember.cs
@@ -48,8 +48,7 @@ protected override void SolveInstance(IGH_DataAccess DA) {
48
string[] oldProfile = memGoo.Value.Beam.Sections[0].SectionDescription.Split(' ');
49
string[] newProfile = designedMember.Beam.Sections[0].SectionDescription.Split(' ');
50
if (newProfile[2] == oldProfile[2]) {
51
- AddRuntimeMessage(GH_RuntimeMessageLevel.Error, "Failed to design member");
52
- return;
+ AddRuntimeMessage(GH_RuntimeMessageLevel.Remark, "Section size not changed");
53
}
54
Message = newProfile[2];
55
DA.SetData(0, new MemberGoo(designedMember));
0 commit comments