CoatingNozzleType Enumeration |
An enumeration indicating the nature of a Nozzle within a Coating Machine
** NOTE: ADDED in CFX 1.5 **
Namespace: CFX.Structures.CoatingAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum CoatingNozzleType
Public Enumeration CoatingNozzleType
MembersMember name | Value | Description |
---|
Jetter | 0 |
This is a Jetter Nozzle.
|
Dispensing | 1 |
The is a Dispensing Nozzle.
|
Curtain | 2 |
The is a Type of Film Coater.
|
Spray | 3 |
The is a Type of Film Coater.
|
Doser | 4 |
The is a Type of Film Coater.
|
See Also