Skip to content

Commit

Permalink
Update scripted_checks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Aug 5, 2024
1 parent 0ebe88f commit ed075ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/howtos/scripted_elements/scripted_checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Furthermore, checks shall be assigned an `abbreviation`. This is the short form

Currently, three types of scripted checks are supported. The `Python API Examples` App provides examples for all three. Click on the respective links to get to the example documentation.

* Scripted scalar check: Check an element and assign a simple scalar value pair (nominal/actual) to it. See [Example: scripted_scalar_check](../../python_examples/scripted_checks/scripted_scalar_check.md).
* Scripted curve check: Check an existing *curve* element and assign actual/nominal values for each point of the curve. See [Example: scripted_curve_check](../../python_examples/scripted_checks/scripted_curve_check.md).
* Scripted surface check: Check an existing *mesh* element and assign deviation values for each point in the mesh. See [Example: scripted_surface_check](../../python_examples/scripted_checks/scripted_surface_check.md).
* Scripted scalar check: Check an element and assign a simple scalar value pair (nominal/actual) to it. See <a href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/scripted_checks/ScriptedScalarCheck/doc/Documentation.md">ScriptedScalarCheck</a>.
* Scripted curve check: Check an existing *curve* element and assign actual/nominal values for each point of the curve. See <a href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/scripted_checks/ScriptedCurveCheck/doc/Documentation.md">ScriptedCurveCheck</a>.
* Scripted surface check: Check an existing *mesh* element and assign deviation values for each point in the mesh. See <a href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/scripted_checks/ScriptedSurfaceCheck/doc/Documentation.md">ScriptedSurfaceCheck</a>.

% Special API functions used to handle checks.
%
% ## Special parameters of scripted checks
%
% * tolerances
% * units
% * ...
% * ...

0 comments on commit ed075ca

Please sign in to comment.