Click or drag to resize

IRenderableJobElementGetExecutionStats Method

Gets the execution statistics of the job element

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
JobElementStatistics 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

JobElementStatistics
Returns the job statistics.
See Also