28 #ifndef ARCHIMEDE_VOLUMESECTION_HXX
29 #define ARCHIMEDE_VOLUMESECTION_HXX
33 #include <TopoDS_Shape.hxx>
34 #include <Geom_Plane.hxx>
36 #include <Geom_RectangularTrimmedSurface.hxx>
57 Standard_EXPORT TopoDS_Shape
GetShape();
63 Standard_EXPORT
Handle (Geom_RectangularTrimmedSurface) InvMakeRotation(gp_Dir,
Handle(Geom_RectangularTrimmedSurface));
66 Standard_EXPORT
Handle (Geom_RectangularTrimmedSurface) TrimSurf();
71 Standard_EXPORT
void getZ(
double& min,
double& max);
79 Handle(Geom_Plane) myPlane;