Module split

Module split 

Source
Expand description

§Operations to split objects

Splitting means removing an object, replacing it with to new ones that fill the same space. This often makes sense, when you want to modify only part of an object. In such a case, you can split off the part you want to modify, leaving the rest unchanged.

Traits§

SplitEdge
Split a pair of HalfEdges into two
SplitFace
Split a face into two
SplitHalfEdge
Split a HalfEdge into two