Skip to content

Commit

Permalink
Another minor list formatting issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alelom authored Nov 5, 2024
1 parent d948480 commit 2e85912
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,6 @@ If a match is found, this takes precedence over the `SignificantFigures` option.
If conflicting values/multiple matches are found among the `ComparisonConfig`'s numerical precision options, the largest approximation among all (least precise number) is registered.

The `Name` field supports wildcard usage. Some examples:

- `BH.oM.Geometry.Vector`: applies the corresponding tolerance to all numerical properties of Vectors, i.e. X, Y, Z
- `BH.oM.Structure.Elements.*.Position`: applies the corresponding tolerance to all numerical properties of properties named `Position` under any Structural Element, e.g. `Bar.Position.X`, `Bar.Position.Y`, `Bar.Position.Z` and at the same time also `Node.Position.X`, `Node.Position.Y,` `Node.Position.Z`.

0 comments on commit 2e85912

Please sign in to comment.