Click or drag to resize

BaseMarkableJobElement.GetExecutionStats Method

Gets the execution statistics of the job element

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public virtual 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  Nullable<dvec3>
Position used for calculating the length of the first jump.

Return Value

JobElementStatistics
Returns the job statistics.

Implements

IRenderableJobElement.GetExecutionStats(MarkingMode, PenSet, dmat4, Nullable<dvec3>)
See Also