Click or drag to resize

IJobManagerSetWorkspaceProcessTransformation(dmat4, JobDefinition) Method

Sets the process transformation for all scan controller contained in the job. Center of transformation is the origin of the workspace.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
void SetWorkspaceProcessTransformation(
	dmat4 transformation,
	JobDefinition jobDefinition
)

Parameters

transformation  dmat4
The process transformation to set.
jobDefinition  JobDefinition
Job defining the workspace.
See Also