26 #ifndef StdMeshers_Penta_3D_HeaderFile
27 #define StdMeshers_Penta_3D_HeaderFile
40 #include <TopoDS_Vertex.hxx>
41 #include <TopoDS_Shell.hxx>
42 #include <TopTools_IndexedMapOfOrientedShape.hxx>
43 #include <TColStd_MapOfInteger.hxx>
58 void Load (
const TopoDS_Shell& theShell);
60 void Load (
const TopoDS_Shell& theShell,
61 const TopoDS_Vertex& theV000,
62 const TopoDS_Vertex& theV001);
64 void ComputeParameters(
const gp_Pnt& thePnt,
67 void ComputeParameters(
const gp_Pnt& thePnt,
71 void ComputeParameters(
const double& theU,
75 void Point(
const gp_XYZ& theParams,
78 void Point(
const gp_XYZ& theParams,
88 bool IsForwadEdge(
const int theEdgeID);
90 int ErrorStatus()
const;
118 myXYZ.SetCoord(99., 99., 99.);
132 myShapeSupportID=theID;
136 return myShapeSupportID;
168 #include <TopoDS_Shape.hxx>
180 if (myErrorStatus->IsOK())
182 return myErrorStatus->myName;
186 return myErrorStatus;
198 const TopoDS_Face& theFace,
199 const TopoDS_Edge& theBaseEdge,
220 double SetHorizEdgeXYZ(
const gp_XYZ& aBNXYZ,
222 std::vector<const SMDS_MeshNode*>*& aCol1,
223 std::vector<const SMDS_MeshNode*>*& aCol2);
225 void ShapeSupportID(
const bool theIsUpperLayer,
230 const gp_XYZ& aParams,
234 void CreateNode(
const bool theIsUpperLayer,
235 const gp_XYZ& aParams,
238 void ClearMeshOnFxy1();
240 void MakeMeshOnFxy1();
242 void MakeConnectingMap();
244 int GetIndexOnLayer(
const int aID);
246 void MakeVolumeMesh();
249 myMesh=(
void *)&theMesh;