Documenting Add-ons
Note
The Add-on documentation is part of the packaged Add-on.
Terminology
Item |
Description |
Origin |
---|---|---|
Title |
Add-on title |
‘Title’ field in the Add-on properties/ |
One-Liner |
Add-on short description, a single line |
‘Description’ field in the Add-on properties/ |
Short description |
Add-on short description |
|
Long description |
Add-on long description |
|
Documentation |
Documentation as PDF (optional) |
|
Releasenotes |
Releasenotes as PDF |
|
Add-on category |
Add-on category (optional) |
|
Versions |
Main software / Add-on version |
|
Compatible software |
Compatible main software product(s) |
|
Rendering in the ZEISS Quality Software Store

ZEISS Quality Software Store – Product overview

ZEISS Quality Software Store – Product details
Add-on documentation structure
Caution
Add-on short / long descriptions can only be rendered as plain text without formatting in the ZEISS Quality Software Store.
Note
An Add-on (.addon
file) is technically a ZIP file. See Add-on file format for details.
Mandatory contents:
doc/README.md
— Add-on short / long descriptiondoc/Releasenotes.md/.pdf
— The Markdown file allows viewing in the Add-on Editor while the PDF file is used in the ZEISS Quality Software Store.
Optional contents:
doc/Documentation.md/.pdf
— Extended Add-on documentation / user manualdoc/...
— any number of additional files
Example
Source: doc/README.md
# Airfoil Inspection
Contains relevant functions to inspect airfoils. The app also supports the acquisition and preparation of optical and tactile measurement data. The industry-specific
Airfoil Inspection workspace is optimized for analyzing airfoils, such as blades, vanes or blisks.
The Airfoil Inspection App provides functions to prepare your measured data, no matter if tactile or optical, and to analyze airfoils, such as blades, vanes or blisks.
In addition, the App also provides the Smart Teach functionality for profile edge points, to measure airfoils in a dedicated way.
Further functionality provided by Airfoil Inspection:
- specific Airfoil workspaces
- import and processing of tactile measured curves (incl. stylus sphere radius correction)
- interface to CALYPSO for data acquisition
- advanced Airfoil functionalities for profile inspection
- industry specific Apps
- Efficient Blisk Measurement and Inspection
- Airfoil Bow and Sweep Inspection
- Virtual Balancing
- Throat Area - together with Local Minimal Surface
Want to know more? Check the related articles in the ZEISS Quality Tech Guide.
Short description
Contains relevant functions to inspect airfoils. The app also supports the acquisition and preparation of optical and tactile measurement data. The industry-specific Airfoil Inspection workspace is optimized for analyzing airfoils, such as blades, vanes or blisks.
Long description
The Airfoil Inspection App provides functions to prepare your measured data, no matter if tactile or optical, and to analyze airfoils, such as blades, vanes or blisks. In addition, the App also provides the Smart Teach functionality for profile edge points, to measure airfoils in a dedicated way.
Further functionality provided by Airfoil Inspection:
specific Airfoil workspaces
import and processing of tactile measured curves (incl. stylus sphere radius correction)
interface to CALYPSO for data acquisition
advanced Airfoil functionalities for profile inspection
industry specific Apps
Efficient Blisk Measurement and Inspection
Airfoil Bow and Sweep Inspection
Virtual Balancing
Throat Area - together with Local Minimal Surface
Want to know more? Check the related articles in the ZEISS Quality Tech Guide.
Markdown
Caution
Add-on short / long descriptions can only be rendered as plain text without formatting in the ZEISS Quality Software Store.
Note
See markdown guide for a brief description of the markdown format.
See ZEISS Quality Software Store — FileSelectionAndFiltering for example.
A markdown editor/viewer is integrated in the ZEISS INSPECT Add-on editor.
Converting Markdown files to Portable Document Format (PDF)
The Visual Studio Code extension Markdown PDF allows to convert Markdown files to PDF. The ZEISS App Development Environment converts Releasenotes from Markdown to PDF automatically.