BBoolIntersect.KeepEdge Method
Parameters
- set
- int
The set this edge belong to 0=set1 or 1=set2.
- leftedge
- bool
A leftedge or rightedge.
- totcnt
- int
Every time a leftedge is passed this counter is increased and every time a rightedge is passed this counter is decreased.
- cnt1
- int
Same as totcnt but only with edges from set1.
- cnt2
- int
Same as totcnt but only with edges from set2.
Return Value
booltrue if edge should be added false otherwise.