Lines Matching refs:Obje1
56 (const Intf_Polygon2d& Obje1, const Intf_Polygon2d& Obje2) in Intf_InterferencePolygon2d() argument
62 if (!Obje1.Bounding().IsOut(Obje2.Bounding())) { in Intf_InterferencePolygon2d()
63 Tolerance=Obje1.DeflectionOverEstimation()+ in Intf_InterferencePolygon2d()
67 nbso=Obje1.NbSegments(); in Intf_InterferencePolygon2d()
68 oClos=Obje1.Closed(); in Intf_InterferencePolygon2d()
70 Interference(Obje1, Obje2); in Intf_InterferencePolygon2d()
103 (const Intf_Polygon2d& Obje1, const Intf_Polygon2d& Obje2) in Perform() argument
106 if (!Obje1.Bounding().IsOut(Obje2.Bounding())) { in Perform()
107 Tolerance=Obje1.DeflectionOverEstimation()+ in Perform()
111 nbso=Obje1.NbSegments(); in Perform()
112 oClos=Obje1.Closed(); in Perform()
114 Interference(Obje1, Obje2); in Perform()
156 (const Intf_Polygon2d& Obje1, in Interference() argument
163 Standard_Real d1 = Obje1.DeflectionOverEstimation(), in Interference()
170 Obje1.Segment(iObje1,p1b,p1e); in Interference()