MultiHeadMode Enumeration |
Mode of the (mechanical) workspace setup.
Namespace: RAYLASE.Marker.ConfigurationAssembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.32.0
Syntaxpublic enum MultiHeadMode
Members| Member name | Value | Description |
|---|
| IndividualFields | 0 |
All scan heads mark the same in parallel. This is also the default for a single scan head setup.
|
| UnifiedField | 1 |
Resulting workspace is the unification off all scan head's fields.
|
| IntersectedField | 2 |
Resulting workspace is the intersection off all scan head's fields.
|
See Also