ZSK Web API

ZSK Web API

TrueView configuration

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": {
  "Strichdicke": "300",
  "Helligkeit": "100",
  "BeleuchtungEin": "1",
  "BeleuchtungWinkel": "90",
  "AusblendenAktiv": "1",
  "AusblendenAb": "127"

}

Parameter Details

  • Strichdicke
    Line thickness in 1/1000 mm.

  • Helligkeit
    Brightness in percent.

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

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

  • AusblendenAktiv
    Enables hiding stitches based on their length.

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

Parameters

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

Example

"TrueView": {
  "Strichdicke": "300",
  "Helligkeit": "100",
  "BeleuchtungEin": "1",
  "BeleuchtungWinkel": "90",
  "AusblendenAktiv": "1",
  "AusblendenAb": "127"
}