Click or drag to resize

BaseMarkableBitmapGraphicGetExecutionStats(MarkerPen, Double, LaserProfile, dmat4, Nullabledvec3, Int32) 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#
public JobElementStatistics GetExecutionStats(
	MarkerPen pen,
	double accelerationTime,
	LaserProfile laserProfile,
	dmat4 transformation,
	dvec3? startPosition,
	int executions
)

Parameters

pen  MarkerPen
The pen used by the job element.
accelerationTime  Double
The acceleration of the scan head.
laserProfile  LaserProfile
The profile of the laser.
transformation  dmat4
The transformation of the job element.
startPosition  Nullabledvec3

[Missing <param name="startPosition"/> documentation for "M:RAYLASE.Marker.JobElement.BaseMarkableBitmapGraphic.GetExecutionStats(RAYLASE.Marker.Common.MarkerPen,System.Double,RAYLASE.Marker.Profile.Model.LaserProfile,GlmSharp.dmat4,System.Nullable{GlmSharp.dvec3},System.Int32)"]

executions  Int32

[Missing <param name="executions"/> documentation for "M:RAYLASE.Marker.JobElement.BaseMarkableBitmapGraphic.GetExecutionStats(RAYLASE.Marker.Common.MarkerPen,System.Double,RAYLASE.Marker.Profile.Model.LaserProfile,GlmSharp.dmat4,System.Nullable{GlmSharp.dvec3},System.Int32)"]

Return Value

JobElementStatistics
Returns the job statistics.
See Also