public double IntersectBisector(MAT_Bisector b_isectorone, MAT_Bisector b_isectortwo, ref int intpnt) { throw new NotImplementedException(); }
public double Distance(MAT_Bisector ab_isector, double param1, double param2) { throw new NotImplementedException(); }
public bool TrimBisector(MAT_Bisector ab_isector, int apoint) { throw new NotImplementedException(); }
public void CreateBisector(MAT_Bisector ab_isector) { throw new NotImplementedException(); }
public bool IsSameDistance(MAT_Bisector b_isectorone, MAT_Bisector b_isectortwo, gp_Pnt2d apoint, ref double ad_istance) { throw new NotImplementedException(); }
public void Intersect(MAT2d_Tool2d atool, int aside, ref int noofb_isectorstoremove, MAT_Bisector b_isector1, MAT_Bisector b_isector2) { throw new NotImplementedException(); }
public void LoadBisectorsToRemove(ref int noofb_isectorstoremove, double d_istance1, double d_istance2, MAT_Bisector b_isector1, MAT_Bisector b_isector2, MAT_Bisector b_isector3, MAT_Bisector b_isector4) { throw new NotImplementedException(); }