Click or drag to resize

JobDefinitionGetStartPosition Method

Returns the position where the marking starts when the job is executed.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public dvec3? GetStartPosition()

Return Value

Nullabledvec3
The start position of the job or null if there are no markable job elements found.
See Also