BaseMultiCrossSectionVectorGraphicBuildSlice Method |
Builds a slice for the specified index and transformation.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic abstract void BuildSlice(
int sliceIndex,
dmat4 modelMatrix
)
Parameters
- sliceIndex Int32
- Index of slice to build.
- modelMatrix dmat4
- Transformation of slice.
See Also