#include <stdio.h>
#include <TColgp_Array1OfXYZ.hxx>
#include <TColgp_Array1OfPnt.hxx>
#include <TColgp_SequenceOfPnt.hxx>
#include <Extrema_ExtPS.hxx>
#include <Extrema_POnSurf.hxx>
#include <Geom2d_Curve.hxx>
#include <Geom2dAPI_InterCurveCurve.hxx>
#include <GeomAdaptor.hxx>
#include <GeomAdaptor_HCurve.hxx>
#include <GeomAdaptor_Curve.hxx>
#include <GeomAdaptor_Surface.hxx>
#include <Handle_GeomAdaptor_HSurface.hxx>
#include <Geom_Plane.hxx>
#include <ProjLib_ProjectOnPlane.hxx>
#include <GeomProjLib.hxx>
#include <ElCLib.hxx>
#include <Geom_TrimmedCurve.hxx>
#include <Geom_Surface.hxx>
#include <Geom_SurfaceOfLinearExtrusion.hxx>
#include <Geom_OffsetSurface.hxx>
#include <Geom_SurfaceOfRevolution.hxx>
#include <Geom_RectangularTrimmedSurface.hxx>
#include <IntPatch_IType.hxx>
#include <IntPatch_TheLineConstructorOfIntersection.hxx>
#include <Handle_Adaptor2d_HCurve2d.hxx>
Defines | |
#define | DEBUG 0 |
#define | MAXR 200 |
Functions | |
void | IntPatch_IntersectionGen__MAJ_R (Handle_Adaptor2d_HCurve2d *, Handle_Adaptor2d_HCurve2d *, int *, int *, Standard_Integer, Standard_Integer, const IntPatch_ThePointOfIntersection &) |
|
|
|
|
|
|