ZEISS INSPECT App Examples Overview

data_interfaces — How to access data of ZEISS INSPECT elements


CheckResultsDataArray — view

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

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

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

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

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

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

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

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

Description:

Display measurement as a single image

Tags:

Static Badge Static Badge

ExcelExample — view

Description:

Example for reading and writing Excel files from an App

Tags:

Static Badge Static Badge Static Badge

FileSelectionAndFiltering — view

Description:

File Selection and Filtering Examples

Tags:

Static Badge Static Badge Static Badge Static Badge

IPCWebsocketExample — view

Description:

Example for triggering command execution via WebSocket protocol

Tags:

Static Badge

MeasurementSystemAnalysis — view

Description:

MSA conformal measurement system analysis (ANOVA, ARM)

Tags:

Static Badge

PointPixelTransformations — view

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

Description:

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

SQLExample — view

Description:

Example for SQL Database Access

Tags:

Static Badge Static Badge

ServiceExample — view

Description:

Service API Example

References:

HowTo, API

Tags:

Static Badge

SettingsAPI — view

Description:

Example App demonstrating usage of the settings API

References:

API

Tags:

Static Badge

TemplateUnittestCoverage — view

Description:

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

Tags:

Static Badge

TextDetection — view

Description:

Text detection example

Tags:

Static Badge Static Badge

projects — ZEISS INSPECT projects


ExampleProjects — view

Description:

ZEISS INSPECT Example Projects

Tags:

Static Badge

script_icons — How to set icons for scripts or buttons


ScriptIcon — view

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

Description:

Accessing an image as an App based resources

References:

API

Tags:

Static Badge Static Badge

ScriptResources — view

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

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualCone — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualCurve — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualCylinder — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualDistance — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualPoint — view

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

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualSection — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualSurface — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualSurfaceCurve — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge

ScriptedActualVolume — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

ScriptedActualVolumeDefects — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

ScriptedActualVolumeRegion — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

ScriptedActualVolumeSection — view

Description:

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

References:

HowTo, API

Tags:

Static Badge Static Badge Static Badge

ScriptedElementProgress — view

Description:

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

References:

HowTo

Tags:

Static Badge

TrimeshDeformMesh — view

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

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

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

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

Description:

Display geolocation using a scripted diagram

References:

HowTo

Tags:

Static Badge Static Badge

ScriptedDiagramBasics — view

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