23#ifndef _SMESH_ViscourLayerBuilder_HXX_
24#define _SMESH_ViscourLayerBuilder_HXX_
26#include <BRepOffset_MakeOffset.hxx>
27#include <BRepOffset_Offset.hxx>
43 const TopoDS_Shape& aShape,
54 virtual bool IsApplicable(
const TopoDS_Shape &S,
bool ,
int algoDim );
56 void SetBndShapes(
const std::vector<int>& shapeIds,
bool toIgnore);
60 void SetTotalThickness(
double thickness);
63 void SetNumberLayers(
int nb);
66 void SetStretchFactor(
double factor);
73 void SetGroupName(
const std::string& name);
85 TopoDS_Shape GetShrinkGeometry(
SMESH_Mesh & theMesh,
const TopoDS_Shape & theShape );
std::map< SMESH_subMesh *, std::vector< smIdType > > MapShapeNbElems
Definition: SMESH_Algo.hxx:63
#define STDMESHERS_EXPORT
Definition: SMESH_StdMeshers.hxx:38
Definition: SMESH_Algo.hxx:490
virtual bool Evaluate(SMESH_Mesh &aMesh, const TopoDS_Shape &aShape, MapShapeNbElems &aResMap)=0
evaluates size of prospective mesh on a shape
virtual bool CheckHypothesis(SMESH_Mesh &aMesh, const TopoDS_Shape &aShape, SMESH_Hypothesis::Hypothesis_Status &aStatus)=0
Check hypothesis definition to mesh a shape.
virtual bool Compute(SMESH_Mesh &aMesh, const TopoDS_Shape &aShape)=0
Computes mesh on a shape.
Definition: SMESH_Gen.hxx:68
Hypothesis_Status
Definition: SMESH_Hypothesis.hxx:51
Definition: SMESH_Mesh.hxx:80
Definition: StdMeshers_Cartesian_VL.hxx:44
Definition: StdMeshers_ViscousLayerBuilder.hxx:37
BRepOffset_MakeOffset _makeOffset
Definition: StdMeshers_ViscousLayerBuilder.hxx:102
StdMeshers_Cartesian_VL::ViscousBuilder * _vlBuilder
Definition: StdMeshers_ViscousLayerBuilder.hxx:100
BRepOffset_Offset _makeFaceOffset
Definition: StdMeshers_ViscousLayerBuilder.hxx:103
StdMeshers_ViscousLayers2D * _hyp
Definition: StdMeshers_ViscousLayerBuilder.hxx:99
TopoDS_Shape _offsetShape
Definition: StdMeshers_ViscousLayerBuilder.hxx:104
Hypothesis defining parameters of viscous layers.
Definition: StdMeshers_ViscousLayers2D.hxx:36
ExtrusionMethod
Definition: StdMeshers_ViscousLayers.hxx:64
bool IsApplicable(const QString &aHypType, GEOM::GEOM_Object_ptr theGeomObject, const bool toCheckAll)
Definition: SMESHGUI_HypothesesUtils.cxx:617