Intersection

Hi all,

Does anybody know, where is implemented this function:
void Perform(const Handle(Adaptor3d_HSurface)& S1,const Handle(Adaptor3d_TopolTool)& D1,const Standard_Real TolArc,const Standard_Real TolTang) ;
defined in IntPatch_Intersection.hxx, and use it in ModelingAlgorithms.dsw.

doesn't exist IntPatch_Intersection.cxx, how can i get the source code to modify it?

Stephane Routelous's picture

Hi,

IntPatch_Intersection is an instantiation of a generic class ( see IntPatch.cdl ).
So, the code is defined in IntPatch_IntersectionGen.cxx

HTH