MarkerPenRampingEndSegments Property |
(For main power) Ramping values at the end 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 end of the vector.
The power can be -1 to refer to the default laser power.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic IList<Tuple<double, double>> RampingEndSegments { get; set; }
Property Value
IListTupleDouble,
Double
See Also