Skip to content

Commit

Permalink
Change ReactionForce logging type to Node
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristjan Nielsen committed Oct 12, 2023
1 parent 20131c2 commit 6c8721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GsaGH/Components/6_Display/ReactionForceDiagrams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ GsaResultsValues forceValues
});

SetOutputs(da, reactionForceVectors, annotations);
PostHog.Diagram("Result", result.Type, "ReactionForce", _selectedDisplayValue.ToString(), Parameters.EntityType.Element);
PostHog.Diagram("Result", result.Type, "ReactionForce", _selectedDisplayValue.ToString(), Parameters.EntityType.Node);
}

private double ComputeAutoScale(GsaResultsValues forceValues, BoundingBox bbox) {
Expand Down

0 comments on commit 6c8721d

Please sign in to comment.