BaseMultiCrossSectionVectorGraphicActivateSlices Method |
Added the specified slices to the
VectorGraphicEngine. This enables selecting a range of slices for rendering / execution.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic void ActivateSlices(
int startIndex,
int endIndex,
dmat4 modelMatrix,
bool clearOldSlices = false
)
Parameters
- startIndex Int32
- endIndex Int32
- modelMatrix dmat4
- clearOldSlices Boolean (Optional)
See Also