23#ifndef _AdvancedEngine_DividedDiskDriver_HXX
24#define _AdvancedEngine_DividedDiskDriver_HXX
28#include <TFunction_Driver.hxx>
43 AdvancedEngine_DividedDiskDriver();
44 virtual Standard_Integer Execute(
Handle(TFunction_Logbook)& log)
const;
45 virtual void Validate(
Handle(TFunction_Logbook)&)
const {}
46 Standard_Boolean MustExecute(
const Handle(TFunction_Logbook)&)
const {
return Standard_True; }
47 static const Standard_GUID& GetID();
48 ~AdvancedEngine_DividedDiskDriver() {};
51 std::vector<GEOM_Param>& params);
53 TopoDS_Shape TransformShape (TopoDS_Shape aShape,
int theOrientation)
const;
54 TopoDS_Shape TransformShape (TopoDS_Shape aShape, gp_Pnt P, gp_Dir V)
const;
55 TopoDS_Shape WPlaneTransform (TopoDS_Shape aShape, gp_Ax3 theWPlane)
const;
56 TopoDS_Shell MakeDiskHexagon (
double R,
double Ratio)
const;
57 TopoDS_Shape MakeDiskSquare (
double R,
double Ratio)
const;
59 DEFINE_STANDARD_RTTIEXT(AdvancedEngine_DividedDiskDriver,
GEOM_BaseDriver)
Handle(TColStd_HSequenceOfTransient) AdvancedEngine_IOperations
Create a T-shape object with specified caracteristics for the main and the incident pipes (radius,...
Definition: AdvancedEngine_IOperations.cxx:1907
DEFINE_STANDARD_HANDLE(GEOM_Field, GEOM_BaseObject) DEFINE_STANDARD_HANDLE(GEOM_FieldStep
Definition: GEOM_BaseDriver.hxx:69
virtual Standard_EXPORT bool GetCreationInformation(std::string &theOperationName, std::vector< GEOM_Param > ¶ms)=0