Click or drag to resize

SkyWritingSettingsMergedExtensionsMaxCoH Property

Gets or sets the minimum change of heading for sky writing when a short jump in the direction of the surrounding marks is used as an extension vector in replacement of an acceleration and deceleration.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.8.0
Syntax
C#
public double MergedExtensionsMaxCoH { get; set; }

Property Value

Double
The minimum CoH value in radians.
Remarks

A value of NaN, 0 or less than 0 effectively disables this feature, so that extensions are always inserted around marks in the ForceAtStartFinish-mode.

With the MinimumCoH-mode, this variable is not used.

By default this feature is disabled.

See Also