Click or drag to resize

MultiHeadMode Enumeration

Mode of the (mechanical) workspace setup.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public enum MultiHeadMode
Members
Member nameValueDescription
IndividualFields0 All scan heads mark the same in parallel. This is also the default for a single scan head setup.
UnifiedField1 Resulting workspace is the unification off all scan head's fields.
IntersectedField2 Resulting workspace is the intersection off all scan head's fields.
See Also