Click or drag to resize

MarkerPenSecondaryRampingStartSegments Property

(For secondary power) Ramping values at the start of the vector. Each value is a tuple of the position (in distance mode) or the time (in time mode) and the power. The start position or time has to be zero, and it needs to be increasing. This is relative to the start of the vector. The power can be -1 to refer to the default laser power.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public IList<Tuple<double, double>> SecondaryRampingStartSegments { get; set; }

Property Value

IListTupleDouble, Double
See Also