Click or drag to resize

BaseMultiCrossSectionVectorGraphicActivateSlices Method

Added the specified slices to the VectorGraphicEngine. This enables selecting a range of slices for rendering / execution.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public void ActivateSlices(
	int startIndex,
	int endIndex,
	dmat4 modelMatrix
)

Parameters

startIndex  Int32
endIndex  Int32
modelMatrix  dmat4
See Also