#include "PreCompiled.h"#include <BRepBuilderAPI_MakeEdge.hxx>#include <gp_Dir.hxx>#include <gp_Vec.hxx>#include <GCPnts_UniformAbscissa.hxx>#include <Geom_Geometry.hxx>#include <Geom_Curve.hxx>#include <Geom_Surface.hxx>#include <GeomAdaptor_Curve.hxx>#include <GeomFill.hxx>#include <GeomLProp_CLProps.hxx>#include <Handle_Geom_RectangularTrimmedSurface.hxx>#include <Handle_Geom_BSplineSurface.hxx>#include <Precision.hxx>#include <GeomAPI_ProjectPointOnCurve.hxx>#include <Standard_Failure.hxx>#include <Base/GeometryPyCXX.h>#include <Base/VectorPy.h>#include "Geometry.h"#include "GeometryCurvePy.h"#include "GeometryCurvePy.cpp"#include "RectangularTrimmedSurfacePy.h"#include "BSplineSurfacePy.h"#include "TopoShape.h"#include "TopoShapePy.h"#include "TopoShapeEdgePy.h"Go to the source code of this file.
1.6.1