ZSK Web API

ZSK Web API

TrueView Parameter

POST

TrueView Configuration

This section allows you to configure parameters that control the appearance of the 3D (TrueView) preview.
If no TrueView block is provided in the request, the system automatically applies the following default values:

"TrueView": {
  "LineThickness": "300",
  "Brightness": "100",
  "LightingOn": "1",
  "LightingAngle": "90",
  "HideStitches": "1",
  "HideStitchesFrom": "127"

}

Parameter Details

  • LineThickness
    Line thickness in 1/1000 mm.

  • Brightness
    Brightness in percent.

  • LightingOn
    Enables lighting direction (1 = on, 0 = off).

  • LightingAngle
    Light angle (effective only if lighting is enabled).

  • HideStitches
    Enables hiding stitches based on their length.

  • HideStitchesFrom
    Threshold stitch length (in 1/10 mm) above which stitches will be hidden.

Parameters

Parameter Type Description Required
LineThickness int Line thickness in 1/1000 mm No
Brightness int Brightness in percent No
LightingOn int Enables lighting direction (1 = on, 0 = off). No
LightingAngle int Light angle (effective only if lighting is enabled). No
HideStitches int Enables hiding stitches based on their length. No
HideStitchesFrom int Threshold stitch length (in 1/10 mm) above which stitches will be hidden. No

Example

"TrueView": {
  "LineThickness": "300",
  "Brightness": "100",
  "LightingOn": "1",
  "LightingAngle": "90",
  "HideStitches": "1",
  "HideStitchesFrom": "127"
}