The Slicer OccViewer.InteractiveSlice is designed to interactively slice 3D models along predefined planes, providing cross-sectional views of the geometry. This functionality is particularly useful for visualizing and analyzing complex 3D models, allowing users to inspect internal features, validate design decisions, and perform detailed analysis of geometries.
Slicing operations in OCCT are customizable, enabling users to control the slice position, number of slices, and orientation. These features are helpful in tasks such as visualizing the internal structure of models or generating sectional drawings for documentation.
slicerManager = new SliceManager(Viewer, objectId);
sliceFront = slicerManager.getSlice (Slice_TypeOfPlane.XZPlane);
sliceFront.activeSlice = 50;