#include <BlockFix_SphereSpaceModifier.ixx>
#include <TopLoc_Location.hxx>
#include <BRep_Tool.hxx>
#include <Geom_SphericalSurface.hxx>
#include <Geom_RectangularTrimmedSurface.hxx>
#include <ShapeAnalysis.hxx>
#include <gp_Sphere.hxx>
#include <BRep_Builder.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Edge.hxx>
#include <TopExp.hxx>
#include <ShapeFix_Edge.hxx>
#include <Geom_Curve.hxx>
#include <Geom2d_Curve.hxx>
Functions |
| static Standard_Boolean | ModifySurface (const TopoDS_Face &aFace, const Handle(Geom_Surface)&aSurface, Handle(Geom_Surface)&aNewSurface) |
Function Documentation
| static Standard_Boolean ModifySurface |
( |
const TopoDS_Face & |
aFace, |
|
|
const Handle(Geom_Surface)& |
aSurface, |
|
|
Handle(Geom_Surface)& |
aNewSurface |
|
) |
| [static] |