
Wed, 06/12/2013 - 18:14
Forums:
Hello everyone,
I am trying to find the implementation of Geom2dInt_GInter class. The thing is that I can find its header file with the constructors and its methods, but the implementation of the methods I cannot find. I tried grep to find more information, but did not succeed. Thank you for any help!
Thu, 06/13/2013 - 11:59
Dear Laszlo,
See the declaration in Geom2dInt.cdl file:
class GInter instantiates IntCurveCurveGen from IntCurve
(Curve2d from Adaptor2d,
Geom2dCurveTool from Geom2dInt);
Regards
Thu, 06/13/2013 - 14:03
Oh, I see, thank you for the help!