ZEISS INSPECT App Examples Overview
Important
The examples provided here serve as illustrative versions of ZEISS INSPECT Apps. They are not intended for productive use. Users may utilize these examples at their own risk, and ZEISS assumes no liability for their use.
custom_diagrams — How to create custom diagrams
CustomDiagramExamples — view
- Description:
Self-contained custom diagram examples: basic rendering, element overlay, and point-cloud overlay.
- References:
HowTo - Custom Diagrams, HowTo - Custom Elements, API - diagrams
- Required Software:
ZEISS INSPECT 2027
- Tags:
custom_elements — How to create custom elements
CustomCurveInspection — view
- Description:
This example shows how to create a Custom Curve Inspection element using the gom.api.extensions.inspections.Curve API. A curve inspection assigns per-vertex deviation values to a curve element, displayed as a color-coded deviation plot along the curve.
- Example Projects:
- References:
- Required Software:
ZEISS INSPECT 2027
- Tags:
CustomScalarInspection — view
- Description:
This example shows how to create a Custom Scalar Inspection element using the gom.api.extensions.inspections.Scalar API. A scalar inspection compares the deviation of an existing inspection element against user-defined tolerance limits, creating a new check result on top of the original inspection.
- Example Projects:
- References:
- Required Software:
ZEISS INSPECT 2027
- Tags:
CustomSurfaceCurve — view
- Description:
This example shows how to create a custom nominal/actual surface curve element.
- References:
HowTo, API - actuals.SurfaceCurve, API - nominals.SurfaceCurve
- Required Software:
ZEISS INSPECT 2027
- Tags:
CustomSurfaceInspection — view
- Description:
This example shows how to create a Custom Surface Inspection element using the gom.api.extensions.inspections.Surface API. A surface inspection assigns per-vertex deviation values to a mesh element, displayed as a color-coded deviation map on the surface.
- Example Projects:
- References:
- Required Software:
ZEISS INSPECT 2027
- Tags:
CustomValueElement — view
- Description:
This example shows how to create a custom nominal/actual value element.
- References:
HowTo, API - actuals.ValueElement, API - nominals.ValueElement
- Required Software:
ZEISS INSPECT 2027
- Tags:
data_interfaces — How to access data of ZEISS INSPECT elements
dialog_widgets — How to use custom dialogs and handle user input events
misc — Miscellaneous
projects — ZEISS INSPECT projects
script_resources — How to access binary data of your App (resources)
scripted_actuals — Building custom actual elements (deprecated)
TrimeshDeformMesh — view / download
- Description:
This example demonstrates how to generate a custom surface element using a scripted element. The example script accesses mesh information from an existing mesh in the project and adds a random deformation to each point.
- Example Projects:
- References:
- Required Software:
ZEISS INSPECT 2027
- Tags:
scripted_checks — Building custom checks (deprecated)
ScriptedScalarCheck — view / download
- Description:
This example shows how to create a scalar check by script. A scalar check is the most basic check, as it assigns a scalar value to an element. Nearly all elements you can find in the software can be checked like this.
- Example Projects:
- References:
- Required Software:
ZEISS INSPECT 2023
- Tags:
scripted_diagrams — Creating custom diagrams (deprecated)
Example projects
Project name |
Description |
|---|---|
zeiss_part_test_project |
Simple optically measured part with a CAD, mesh and some basic inspections |
zeiss_part_test_measurement |
Optical measurement series and preliminary mesh of ZEISS part |
volume_test_project |
A small test volume for CT related inspections |