PreheatingAggregateType Enumeration |
** NOTE: ADDED in CFX 2.0 **
An enumeration of heating aggregate types.
Namespace: CFX.Structures.SolderWaveAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum PreheatingAggregateType
Public Enumeration PreheatingAggregateType
Members| Member name | Value | Description |
|---|
| MediumWave | 0 |
The heating process is based on a medium wave.
|
| Convection | 1 |
Heating process is based on convection.
|
| CompressedAir | 2 |
The heating process is based on compressed air.
|
| IrEmitter | 3 |
The heating process is based on an infrared emitter.
|
| Radiant | 4 |
The heating process is based on a radiant heater.
|
See Also