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.19.0
Syntax
C#
public void ActivateSlices(
	int startIndex,
	int endIndex,
	dmat4 modelMatrix,
	bool clearOldSlices = false
)

Parameters

startIndex  Int32
endIndex  Int32
modelMatrix  dmat4
clearOldSlices  Boolean  (Optional)
See Also