Contour Data Display
Operator Function
Edit the required display data parameters on the contour image and display them on the image.
Parameter Introduction
Input Parameters
| Parameter | Range | Default Value | Description | Illustration |
|---|---|---|---|---|
| Input Image | 0-8 | 0 | The IM number for image input |
Table Design


| Parameter | Range | Default Value | Description | Illustration |
|---|---|---|---|---|
| X | 0.000 | X coordinate of display position | ||
| Z | 0.000 | Z coordinate of display position | ||
| Data Content | Content to display, binding only, supports int/bool/string/float four types | |||
| Decimal Places | 0-6 | 3 | Only enabled when data content is float type, number of decimal places to keep for data content | |
| Prefix | Prefix, text displayed before "Data Content" | |||
| Suffix | Suffix, text displayed after "Data Content" | |||
| Font Size | 1-9999 | 12 | Font size, size of displayed text | |
| Status Association | true/false | true | If true, displays OK color; if false, displays NG color | |
| OK Color | Green | OK color, text color displayed when "Status Association" value is True, default is green | ||
| NG Color | Red | NG color, text color displayed when "Status Association" value is False, default is red | ||
| Display | true/false | true | If true, displays on IM; if false, does not display |
Output Parameters

| Name | Type | Range | Description |
|---|---|---|---|
| Result | bool | true/false | true for success false for failure |
| Warning | bool | true/false | true indicates a warning false indicates none |
| Message | string | Output success, error, or warning messages. Empty if no error or warning | |
| Time | float | Operator execution time, unit: ms |
Exception Troubleshooting
| No. | Exception Information | Corresponding Parameter | Solution |
|---|---|---|---|
| 1 | Image type not supported | Confirm IM is a contour image | |
| 2 | Input contour is empty | Confirm IM contains valid points |
Example Introduction
Engineering Design
Select
Load Point Cloudtool to load the required 3D image.Select
Contour Extractiontool to extract contours from the 3D image.Select
Contour Data Displaytool.
Tool Usage
Select input image for operation. Image number must match IM number where image is located in project.
Set input type, content, color, font size, position.
Click
Testto check if image window and parameters meet expectations.If everything is correct, click
Save, then run operator in run list. View results in corresponding IM.

