Click or drag to resize

IJobManagerSetWorkspaceProcessTransformation(dmat4, String) Method

Sets the process transformation for all scan controller contained in the workspace configuration. 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,
	string workspaceConfiguration
)

Parameters

transformation  dmat4
The process transformation to set.
workspaceConfiguration  String
Name of the workspace configuration.
See Also