PreheatingAggregateType Enumeration |
** NOTE: ADDED in CFX 2.0 **
An enumeration of heating aggregate types.
Namespace: CFX.Structures.SolderWaveAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum PreheatingAggregateType
Public Enumeration PreheatingAggregateType
MembersMember 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