mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024727: Convertation of the generic classes to the non-generic. Part 3
1) Generic class "Intf_InterferencePolyhedron" from "Intf" package converted to the non-generic class and moved to the "IntPatch" package. Name of this class was changed to "IntPatch_InterferencePolyhedron". 2) Generic class "MoniTool_Elem" from "MoniTool" package converted to the non-generic class "MoniTool_TransientElem". 3) Generic class "IntWalk_PWalking" from "IntWalk" package converted to the non-generic class. And internal class "TheInt2S" of "IntWalk_PWalking" moved from IntWalk_PWalking.cdl to IntWalk.cdl for correct building. Also several "*.cxx" files of this class merged to one ".cxx". 4) Generic class "Transfer_SimpleBinder" from "Transfer" package converted to the non-generic class and moved to the "TransferBRep" package. Name of this class was changed to "TransferBRep_BinderOfShape". 5) Generic class "Geom2dInt_CurveTool" from "Geom2dInt" package converted to the non-generic class "Geom2dInt_Geom2dCurveTool". 6) Generic class "MAT2d_BisectingLocus" from "MAT2d" package converted to the non-generic class and moved to the "BRepMAT2d" package. Name of this class was changed to "BRepMAT2d_BisectingLocus". 7) Generic class "MAT_Mat" from "MAT" package converted to the non-generic class and moved to the "MAT2d" package. Name of this class was changed to "MAT2d_Mat2d".
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
#include <IntAna_QuadQuadGeo.hxx>
|
||||
#include <IntAna2d_AnaIntersection.hxx>
|
||||
#include <IntRes2d_IntersectionPoint.hxx>
|
||||
#include <IntPatch_ThePWalkingInter.hxx>
|
||||
#include <IntWalk_PWalking.hxx>
|
||||
#include <IntPatch_WLine.hxx>
|
||||
#include <Geom2dInt_GInter.hxx>
|
||||
#include <GeomInt_WLApprox.hxx>
|
||||
@@ -3314,7 +3314,7 @@ Standard_Boolean ChFi3d_ComputeCurves(Handle(Adaptor3d_HSurface)& S1,
|
||||
//Builder, so they are reestimated as much as possible.
|
||||
Standard_Real fleche = 1.e-3 * pdeb.Distance(pfin);
|
||||
Standard_Real tolap = 1.e-7;
|
||||
IntPatch_ThePWalkingInter
|
||||
IntWalk_PWalking
|
||||
IntKK(S1,S2,tol3d,tol3d,fleche,Step);
|
||||
|
||||
//The extremities of the intersection (Pardeb,Parfin) are known,
|
||||
|
Reference in New Issue
Block a user