Click or drag to resize

SkyWritingSettingsMinCoH Property

Gets or sets the minimum change of heading for sky writing.

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

Property Value

Double
The minimum CoH value in radians.
Remarks
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.

Straight lines, arcs, ellipses, elliptic curves, and Bezier curves are considered "mark vectors".

A value of NaN, 0 or less than 0 leads to always considering the heading change as being exceeded while a value above π is interpreted as the angle never being exceeded. Therefore in effect, 0 means that skywriting extension are always inserted (unless MergedExtensionsMaxCoH applies). Likewise for values above π, skywriting would only be used at both ends of mark sequences (if the ForceAtStartFinish-mode is set) or at the ends of marks of skywriting sections (if the ForceAtStartAndFinish-mode is set).

See Also