"skin"

Defines the appearance of the EWO.

Synopsis

shape.skin(string name);

Parameters

Parameter Description
name

Name of the predefined skin which shall be used for displaying the EWO. The following skins are available:

  • Smooth

  • Natural

Description

Defines the appearance of the EWO.

Example

In the following example, the "Smooth" skin is used.

main()
{
  this.skin("Smooth");
}
Figure 1. Dial Gauge and Skin Type "Natural"
Figure 2. Dial Gauge and Skin Type "Smooth"

Assignment

DialGauge EWO