IRenderableJobElementGetExecutionStats Method |
Gets the execution statistics of the job element
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxJobElementStatistics GetExecutionStats(
MarkingMode mode,
PenSet pens,
dmat4 transformation,
dvec3? startPosition
)
Parameters
- mode MarkingMode
- The marking mode.
- pens PenSet
- The pen set.
- transformation dmat4
- The transformation of the job element.
- startPosition Nullabledvec3
- Position used for calculating the length of the first jump.
Return Value
JobElementStatisticsReturns the job statistics.
See Also