Skip to content

Commit

Permalink
https://github.com/arup-group/GSA-Grasshopper/pull/595#discussion_r14…
Browse files Browse the repository at this point in the history
…09039389
  • Loading branch information
Kristjan Nielsen committed Nov 29, 2023
1 parent 2114ae9 commit f9ad3bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GsaGH/Components/6_Display/Contour1dResults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ protected override void SolveInternal(IGH_DataAccess da) {
ConcurrentDictionary<int, (List<double> x, List<double> y, List<double> z)> valuesXyz = null;
switch (_mode) {
case FoldMode.Displacement:
result.Element1dDisplacements.ResultSubset(elementIds, positionsCount);
IEntity1dResultSubset<IEntity1dDisplacement, IDisplacement, ResultVector6<Entity1dExtremaKey>> displacements = Quarterion.CoordinateTransformationTo(
result.Element1dDisplacements.ResultSubset(elementIds, positionsCount).Subset,
Plane.WorldXY, result.Model.Model);
Expand Down

0 comments on commit f9ad3bf

Please sign in to comment.