public void Boundary(HLRAlgoCoincidence B)
 {
     HLRAlgo_Interference_Boundary358C2A26(Instance, B.Instance);
 }
 public HLRAlgoInterference(HLRAlgoIntersection Inters, HLRAlgoCoincidence Bound, TopAbsOrientation Orient, TopAbsOrientation Trans, TopAbsOrientation BTrans)
     :
     base(HLRAlgo_Interference_Ctor43D8FA96(Inters.Instance, Bound.Instance, (int)Orient, (int)Trans, (int)BTrans))
 {
 }