diff --git a/ExampleFiles/Components/Annotate.gh b/ExampleFiles/Components/Annotate.gh index 8c4592771..6c43aa476 100644 Binary files a/ExampleFiles/Components/Annotate.gh and b/ExampleFiles/Components/Annotate.gh differ diff --git a/ExampleFiles/Components/AssembleWithIDsTestIdSequence.gh b/ExampleFiles/Components/AssembleWithIDsTestIdSequence.gh index ff467d6ca..67fc5393f 100644 Binary files a/ExampleFiles/Components/AssembleWithIDsTestIdSequence.gh and b/ExampleFiles/Components/AssembleWithIDsTestIdSequence.gh differ diff --git a/ExampleFiles/Components/CreateEdit3dPropElemAndMem.gh b/ExampleFiles/Components/CreateEdit3dPropElemAndMem.gh index 9eff9174c..7fb26af1e 100644 Binary files a/ExampleFiles/Components/CreateEdit3dPropElemAndMem.gh and b/ExampleFiles/Components/CreateEdit3dPropElemAndMem.gh differ diff --git a/ExampleFiles/Components/Elem2dResults.gh b/ExampleFiles/Components/Elem2dResults.gh index 85b59f617..e35ad2e54 100644 Binary files a/ExampleFiles/Components/Elem2dResults.gh and b/ExampleFiles/Components/Elem2dResults.gh differ diff --git a/ExampleFiles/Components/GridLoadPolyline.gh b/ExampleFiles/Components/GridLoadPolyline.gh index 416477aee..186e7d3b8 100644 Binary files a/ExampleFiles/Components/GridLoadPolyline.gh and b/ExampleFiles/Components/GridLoadPolyline.gh differ diff --git a/ExampleFiles/Components/LoadsFromReferenceObjects.gh b/ExampleFiles/Components/LoadsFromReferenceObjects.gh index 4df1b865f..c8c456c5b 100644 Binary files a/ExampleFiles/Components/LoadsFromReferenceObjects.gh and b/ExampleFiles/Components/LoadsFromReferenceObjects.gh differ diff --git a/ExampleFiles/Components/NodeLocalAxisReactionForceDiagram.gh b/ExampleFiles/Components/NodeLocalAxisReactionForceDiagram.gh index 93e92fa6c..ea15448cb 100644 Binary files a/ExampleFiles/Components/NodeLocalAxisReactionForceDiagram.gh and b/ExampleFiles/Components/NodeLocalAxisReactionForceDiagram.gh differ diff --git a/ExampleFiles/Components/NodeReactionForceResult.gh b/ExampleFiles/Components/NodeReactionForceResult.gh index 27c96635c..ddff1edf3 100644 Binary files a/ExampleFiles/Components/NodeReactionForceResult.gh and b/ExampleFiles/Components/NodeReactionForceResult.gh differ diff --git a/ExampleFiles/Components/NodeResults.gh b/ExampleFiles/Components/NodeResults.gh index 46b7c185a..232c7f9b5 100644 Binary files a/ExampleFiles/Components/NodeResults.gh and b/ExampleFiles/Components/NodeResults.gh differ diff --git a/ExampleFiles/Components/Prop2dAxis.gh b/ExampleFiles/Components/Prop2dAxis.gh index 5539052ed..2515e8751 100644 Binary files a/ExampleFiles/Components/Prop2dAxis.gh and b/ExampleFiles/Components/Prop2dAxis.gh differ diff --git a/ExampleFiles/Components/ReactionForceDiagrams.gh b/ExampleFiles/Components/ReactionForceDiagrams.gh index 96675d1ac..89bfaf34e 100644 Binary files a/ExampleFiles/Components/ReactionForceDiagrams.gh and b/ExampleFiles/Components/ReactionForceDiagrams.gh differ diff --git a/ExampleFiles/Components/SectionAlignment.gh b/ExampleFiles/Components/SectionAlignment.gh index d5e4517b7..6fe2b30ea 100644 Binary files a/ExampleFiles/Components/SectionAlignment.gh and b/ExampleFiles/Components/SectionAlignment.gh differ diff --git a/IntegrationTests/3_Components/NodeResultsTests.cs b/IntegrationTests/3_Components/NodeResultsTests.cs index f02748fdc..79d39fc8b 100644 --- a/IntegrationTests/3_Components/NodeResultsTests.cs +++ b/IntegrationTests/3_Components/NodeResultsTests.cs @@ -32,7 +32,7 @@ public void NodeContourSupportPtsCountTests() { } [Theory] - [InlineData("FContour", 871.0, 66.14, 1)] + [InlineData("FContour", 580.7, 66.14, 1)] public void NodeContourTests( string name, double expected1, double expected2, int precision = 6) { GH_Document doc = Document;