Documentation: add gmclash new options to the documentation
Compare changes
@@ -5,9 +5,17 @@ GeoModelClash (`gmclash`) allows to run geometry overlap checks on a geometry fi
By default `gmclash` starts the analysis from the Geometry top volume. Alternatively the user can specify a different root volume name by using the `-r` option. The tolerance threshold value is by default zero, but that value can be modified with the `-t` option. Another parameter that can be tuned is the number of random points that are shoot by `gmclash` to determine the overlapping points. By default it is set to 1000, but if the user wants to increase the precision of the report, this number can be increased with the `-n` option.
@@ -55,6 +63,11 @@ To execute a clash detection on a geometry described with one of the [GeoModelPl
Once the json clashes report has been produced, it can be plugged into `gmex` together with the geometry file that it's been inspected and visualized. In order to do that, it is sufficient to open the inspected geometry with `gmex` and then click on the `Clash Points` tab, push the `Open` button, and select the corresponding clash report file, as it can be seen in Figure 1.