"showCasing"

Defines whether the casing of the EWO shall be visible or not.

Synopsis

shape.showCasing(bool);

Parameters

Parameter Description
bool Defines the visibility of the casing. TRUE = visible or FALSE = invisible.

Description

Defines whether the casing of the EWO shall be visible or not.

Example

In the following example the casing of the EWO is turned off.

main()
{
  this.showCasing(FALSE);
}
Abbildung 1. Dial Gauge and Casing set to invisible (FALSE)

Assignment

DialGauge EWO