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.20.0
Syntaxpublic void ActivateSlices(
int startIndex,
int endIndex,
dmat4 modelMatrix
)
Parameters
- startIndex Int32
- endIndex Int32
- modelMatrix dmat4
See Also