scriptReadWrite"flowFillPercent"

Defines the percentage of the whole pipe width that should be used for the flow effect within a pipe.

Synopsis

shape.flowFillPercent(int percent);

setValue(string shape, "flowFillPercent", int percent);

getValue(string shape, "flowFillPercent", int &percent);

Parameters

Parameter Description
shape Name of the object.
percent Percentage of the whole pipe width that should be used for the flow.

Description

Defines the percentage of the whole pipe width that should be used for the flow effect within a pipe (see alsoPipe).

exampleExample

main()
{
  this.flowing(3);
  this.flowFillPercent(20);
}
Figure 1. Pipe with a Flow Effect
Pipe with a Flow Effect

Assignment

Pipe