SkyWritingMode Enumeration |
Specifies where sky-writing extension vectors should be generated.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic enum SkyWritingMode
MembersMember name | Value | Description |
---|
Disabled | 0 |
Sky-writing is not active.
|
ForceAtStartFinish | 1 |
Sky-writing extension vectors are always generated before the first and after
the last mark vector regardless of the change of heading.
|
MinimumCoH | 2 |
Sky-writing extension vectors are generated only if the change of heading between
two consecutive vectors (of which at least one must be a "mark vector") exceeds
the minimum change-of-heading.
|
See Also