ZEISS INSPECT App Examples Overview

data_interfaces — How to access data of ZEISS INSPECT elements


CheckResultsDataArray — view / download

Description:

This example demonstrates two ways of accessing result data from checks using the element properties and data interfaces.

Example Projects:

zeiss_part_test_project

References:

HowTo

Tags:

Static Badge Static Badge

ReferencePointsAndMeshData — view / download

Description:

This example demonstrates how to access the reference points in a measurement and the mesh from Python.

Example Projects:

zeiss_part_test_project

References:

HowTo

Tags:

Static Badge Static Badge Static Badge

VolumeSectionImageData — view / download

Description:

This example demonstrates how to access the image data of a volume section.

Example Projects:

volume_test_project

References:

HowTo

Tags:

Static Badge

dialog_widgets — How to use custom dialogs and handle user input events


ExplorerSelectedElementsInDialog — view / download

Description:

This example shows how to get a list of elements selected in the element explorer and use it in a script dialog.

Example Projects:

zeiss_part_test_project

References:

HowTo

Tags:

Static Badge Static Badge

UnitDialogEventHandler — view / download

Description:

This basic example demonstrates how to use an event handler on a script dialog to set the unit to multiple widgets.

References:

HowTo

Tags:

Static Badge Static Badge

WidgetVisibility — view / download

Description:

This example shows how to use a dialog event handler to turn on/off widget visibilities.

References:

HowTo

Tags:

Static Badge Static Badge

misc — Miscellaneous


CSVExample — view / download

Description:

This example demonstrates how to read and write CSV files (comma separated values) from an App.

Example Projects:

zeiss_part_test_project

Tags:

Static Badge Static Badge Static Badge

DialogReopenExample — view / download

Description:

This examples demonstrates, how a dialog can be closed from its own handler, just to be opened again.

References:

HowTo

Tags:

Static Badge

DisplayImage — view / download

Description:

Display measurement as a single image

Tags:

Static Badge Static Badge

ExcelExample — view / download

Description:

Example for reading and writing Excel files from an App

Tags:

Static Badge Static Badge Static Badge

FileSelectionAndFiltering — view / download

Description:

File Selection and Filtering Examples

Tags:

Static Badge Static Badge Static Badge Static Badge

IPCSocketsExample — view / download

Description:

Example for triggering command execution via Internet (aka BSD) sockets

Tags:

Static Badge

MeasurementSystemAnalysis — view / download

Description:

MSA conformal measurement system analysis (ANOVA, ARM)

Tags:

Static Badge

PointPixelTransformations — view / download

Description:

This example demonstrates how to find the 2D pixel coordinates of a 3D point coordinate and vice versa.

Example Projects:

zeiss_part_test_measurement

References:

API

Tags:

Static Badge Static Badge

ProgressBar — view / download

Description:

This example shows how to display a progress bar at the bottom of the ZEISS INSPECT main window

SQLExample — view / download

Description:

Example for SQL Database Access

Tags:

Static Badge Static Badge

ServiceExample — view / download

Description:

Service API Example

References:

HowTo, API

Tags:

Static Badge

SettingsAPI — view / download

Description:

Example App demonstrating usage of the settings API

References:

API

Tags:

Static Badge

TemplateUnittestCoverage — view / download

Description:

App template for running unit testing and generating a test coverage report

Tags:

Static Badge

TextDetection — view / download

Description:

Text detection example

Tags:

Static Badge Static Badge

projects — ZEISS INSPECT projects


ExampleProjects — view / download

Description:

ZEISS INSPECT Example Projects

Tags:

Static Badge

script_icons — How to set icons for scripts or buttons


ScriptIcon — view / download

Description:

This example shows how an icon can be set to a script, whereas the icon itself resides in the App as a resource.

Tags:

Static Badge

script_resources — How to access binary data of your App (resources)


ResourceAccess — view / download

Description:

Accessing an image as an App based resources

References:

API

Tags:

Static Badge Static Badge

ScriptResources — view / download

Description:

A simple example showing the usage of script resources.

References:

HowTo, API

Tags:

Static Badge

scripted_actuals — Building custom actual elements with Python code


ScriptedActualCircle — view / download

Description:

This is an example for a scripted actual ‘circle’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualCone — view / download

Description:

This is an example for a scripted actual ‘cone’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualCurve — view / download

Description:

This is an example for a scripted actual ‘curve’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualCylinder — view / download

Description:

This is an example for a scripted actual ‘cylinder’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualDistance — view / download

Description:

This is an example for a scripted actual ‘distance’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualPoint — view / download

Description:

These are two examples for scripted actual points, which serve as an introduction to the concept of scripted actual elements.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualPointCloud — view / download

Description:

This is an example for a scripted actual ‘point cloud’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualSection — view / download

Description:

This is an example for a scripted actual ‘section’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualSurface — view / download

Description:

This is an example for a scripted actual ‘surface’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualSurfaceCurve — view / download

Description:

This is an example for a scripted actual ‘surface curve’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualVolume — view / download

Description:

This is an example for a scripted actual ‘volume’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

ScriptedActualVolumeDefects — view / download

Description:

This is an example for a scripted actual ‘volume defects’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

ScriptedActualVolumeRegion — view / download

Description:

This is an example for a scripted actual ‘volume region’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

ScriptedActualVolumeSection — view / download

Description:

This is an example for a scripted actual ‘volume section’ element.

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

ScriptedElementProgress — view / download

Description:

This examples demonstrates how to show progress information to the user while calcualting a scripted element.

References:

HowTo

Tags:

Static Badge

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:

zeiss_part_test_project

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

scripted_checks — Building custom checks with Python code


ScriptedCurveCheck — view / download

Description:

This example demonstrates how to create a scalar curve check by a script. Also, the usage of custom coordinate systems in scripted checks is shown.

Example Projects:

zeiss_part_test_project

References:

HowTo, API

Tags:

Static Badge Static Badge

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:

zeiss_part_test_project

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedSurfaceCheck — view / download

Description:

This example demonstrates how to create a scalar surface check by a script. Also, the usage of custom coordinate systems and element preview in scripted checks is shown.

Example Projects:

zeiss_part_test_project

References:

HowTo, API

Tags:

Static Badge Static Badge

scripted_diagrams — Creating custom diagrams


OSMMapDiagram — view / download

Description:

Display geolocation using a scripted diagram

References:

HowTo

Tags:

Static Badge Static Badge

ScriptedDiagramBasics — view / download

Description:

Scripted diagram basics

References:

HowTo

Tags:

Static Badge Static Badge

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

Download Example Projects App

Tag Index

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge