"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).
Example
main()
{
this.flowing(3);
this.flowFillPercent(20);
}