Splitting operation

We are glad to inform you that the next version of the Open CASCADE will feature the long-expected algorithm for splitting the shapes - Splitter algorithm. The algorithm is very useful when you need to split the group of shapes (Objects) by the other group of shapes (Tools). The algorithm will intersect and split all input shapes, but only the split parts of the shapes from the first group will be added into the result.

Note, that:
- The input shapes in both groups can be of any type;
- Each input shape should not be self-interfered;
- The shapes can be split by the other shapes included into the same group in case they are interfering.

Splitter is a General Fuse based algorithm (see General Fuse algorithm description for more details). Thus, all the options of the General Fuse such as parallel processing mode, fuzzy mode, safe processing mode, glueing mode and history support are also available in the Splitter algorithm.

All the details on the usage of the new algorithm and its implementation you can find in the Open CASCADE Technology on-line documentation by following the link - Splitter algorithm description.