26 #ifndef _GEOMImpl_PrismDriver_HeaderFile
27 #define _GEOMImpl_PrismDriver_HeaderFile
29 #include <TopoDS_Shape.hxx>
31 #include <Standard_Real.hxx>
44 Standard_EXPORT
virtual Standard_Integer
Execute(
LOGBOOK& log)
const;
48 Standard_EXPORT
static const Standard_GUID&
GetID();
50 Standard_EXPORT
static TopoDS_Shape
MakeScaledPrism (
const TopoDS_Shape& theShapeBase,
51 const gp_Vec& theVector,
52 const Standard_Real theScaleFactor,
53 const gp_Pnt& theCDG = gp::Origin(),
56 Standard_EXPORT
static TopoDS_Shape
MakeDraftPrism (
const TopoDS_Shape& theInitShape,
57 const TopoDS_Shape& theBaseShape,
58 const Standard_Real theHeight,
59 const Standard_Real theAngle,
61 const TopoDS_Shape& theSupport,
62 bool isInvert =
false);
64 Standard_EXPORT
virtual
66 std::vector<GEOM_Param>& params);