What’s New

Subscribe to RSS News Feed

ZEISS INSPECT Python Details

Published on 2024-05-02 11:30:00

We have added some background information on the ZEISS INSPECT Python and Add-ons installation to Frequently Asked Questions:

We have also added information concerning specific Python packages:

Scripting solutions

Published on 2024-04-09 14:30:00

We have collected some information on common scripting tasks in the new section Scripting solutions. More content will be added in the future.

Selecting elements in scripts

Published on 2024-03-15 09:00:00

You have recorded script commands operating on groups of elements selected in the Explorer? The resulting gom.ElementSelection() seemed cryptic? You wonder how to access the selection? Selecting elements in scripts provides an insight.

Update of Internationalization Tools Add-on

Published on 2024-03-14 15:30:00

Did you know that you can easily provide your Add-on’s user interface in multiple languages? See Localization of Add-ons for details.

An updated version of the Add-on ‘Internationalization Tools’ is now available in the ZQS Store.

How can I access the coordinates of a selection on a mesh?

Published on 2024-03-07 10:00:00

The FAQ article How can I access the coordinates of a selection on a mesh? explains how you can get the vertices, normals and triangles of parts of a mesh which have been selected interactively.

How do I use a C# / .NET library in an Add-on?

Published on 2024-03-07 10:00:00

Please find the new article How do I use a C# / .NET library in an Add-on? in the Frequently Asked Questions.

Running Add-on tests with code coverage

Published on 2024-02-09 16:00:00

The quality of Add-ons can be enhanced by thorough testing. Sometimes not only the test results, but also the amount of code covered by the test suite is of interest. This is addressed by the new section Running Add-on tests with code coverage of the chapter Testing add-ons.

Using an additional Python GUI library

Published on 2024-02-05 12:00:00

The Add-on Editor and the Dialog Designer provide an easy and convenient way of adding a graphical user interface to your Add-on — see User-defined dialogs. GUIs which are created this way seamlessly integrate into the look and feel of ZEISS INSPECT. However, there are reasons why using a separate Python GUI library might be preferred. Using an additional Python GUI library gives a brief overview on use-cases, options and installation.

Working with stages

Published on 2024-01-30 11:30:00

Stages are used in ZEISS INSPECT for comparing inspection results of the same nominal part but different actual meshes. In ZEISS INSPECT Correlate, stages are used for 3D image series. Working with stages provides some basic information about using stages in Add-ons and shows typical applications of Python scripts for working with stages.

Using Python wheelhouses

Published on 2024-01-30 11:00:00

In most cases, Python packages — also known as Python wheels — are installed as described in Using the Add-on Editor - Installing Python Packages.

In case this does not work, Using Python wheelhouses can provide a solution.

Scripted elements examples

Published on 2024-01-19 15:00:00

Examples for all types of scripted actual elements have been added to Python API Examples - scripted actuals. You might also want to review the basics in Scripted elements or to read details in Scripted elements API.

Software and script starting options

Published on 2024-01-15 10:00:00

There is a new page HOW-TO GUIDES - Software and script starting options, which deals with various ways to start ZEISS INSPECT and optionally execute a script.

Project Keywords

Published on 2024-01-15 10:00:00

There is a new section HOW-TO GUIDES - Project keywords handling. Project keywords can be used for storing meta information.

Frequently Asked Questions

Published on 2023-12-21 10:00:00

There is a new section HOW-TO GUIDES - Frequently asked questions with contents from the ZEISS Quality Suite Forum, Tech Support and Development department.

New API Examples

Published on 2023-12-15 13:00:00

reference_points_and_mesh_data

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

point_pixel_transformations

This example addresses a fundamental topic of photogrammetry - transformation between 2D pixel coordinates in a measurement and a 3D point coordinate and vice versa.

Welcome!!!

Published on 2023-12-12 12:00:00

Welcome to the ZEISS INSPECT 2023 Add-on Python API News Feed. Here we will post notifications on website updates and other project news.