Click or drag to resize

BaseMarkableBitmapGraphicGetExecutionTime Method

Gets the execution time of the job element

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public TimeSpan GetExecutionTime(
	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.GetExecutionTime(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.GetExecutionTime(RAYLASE.Marker.Common.MarkerPen,System.Double,RAYLASE.Marker.Profile.Model.LaserProfile,GlmSharp.dmat4,System.Nullable{GlmSharp.dvec3},System.Int32)"]

Return Value

TimeSpan
Returns the job statistics.
See Also