Click or drag to resize

BaseFlowJobElementDoExecuteJobElements Method

Process the child job elements relative to this job element. Each child can be modified by a local process configuration.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.30.0
Syntax
C#
protected void DoExecuteJobElements(
	ProcessingHolder processingHolder,
	MarkableConfiguration processMarkableConfiguration,
	MarkableConfiguration localMarkableConfiguration,
	dmat4 preTransformModelMatrix,
	IEnumerable<JobElementHolder> jobElements,
	Guid ownerID,
	int? maxFlowJobElementExecutions
)

Parameters

processingHolder  ProcessingHolder
The unique identifier of this job element.
processMarkableConfiguration  MarkableConfiguration
The reference configuration of this job element.
localMarkableConfiguration  MarkableConfiguration
The configuration for this iteration.
preTransformModelMatrix  dmat4

[Missing <param name="preTransformModelMatrix"/> documentation for "M:RAYLASE.Marker.JobElement.BaseFlowJobElement.DoExecuteJobElements(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration,RAYLASE.Marker.JobElement.MarkableConfiguration,GlmSharp.dmat4,System.Collections.Generic.IEnumerable{RAYLASE.Marker.JobElement.JobElementHolder},System.Guid,System.Nullable{System.Int32})"]

jobElements  IEnumerableJobElementHolder
The child job elements to be processed.
ownerID  Guid
The unique identifier ow the owning process.
maxFlowJobElementExecutions  NullableInt32

[Missing <param name="maxFlowJobElementExecutions"/> documentation for "M:RAYLASE.Marker.JobElement.BaseFlowJobElement.DoExecuteJobElements(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration,RAYLASE.Marker.JobElement.MarkableConfiguration,GlmSharp.dmat4,System.Collections.Generic.IEnumerable{RAYLASE.Marker.JobElement.JobElementHolder},System.Guid,System.Nullable{System.Int32})"]

See Also