Dear all,
What is the link between Trim with Brep and Split Tree?
Regards
Split tree can be applied to any sort of branched data structure.
So if you have
{0}
{1}
you can split the tree with {1}
It doesn’t matter what the branches contain; points, curves or whatnot.
Split and Trim Brep are geomtric operations. It’s about cutting holes in shapes. Split Tree is a data management oepration. It’s about peeling values that are all stored together apart into two separate collections.