Convex FACE whose radius of curvature is less than the thickness of layers. More...
Public Member Functions | |
bool | GetCenterOfCurvature (_LayerEdge *ledge, BRepLProp_SLProps &surfProp, SMESH_MesherHelper &helper, gp_Pnt ¢er) const |
Finds a center of curvature of a surface at a _LayerEdge. More... | |
bool | CheckPrisms () const |
Check that prisms are not distorted. More... | |
Data Fields | |
TopoDS_Face | _face |
vector< _LayerEdge * > | _simplexTestEdges |
map< TGeomID, _EdgesOnShape * > | _subIdToEOS |
bool | _normalsFixed |
Convex FACE whose radius of curvature is less than the thickness of layers.
It is used to detect distortion of prisms based on a convex FACE and to update normals to enable further increasing the thickness
bool _ConvexFace::CheckPrisms | ( | ) | const |
Check that prisms are not distorted.
References VISCOUS_3D::_LayerEdge::_nodes, _simplexTestEdges, VISCOUS_3D::_LayerEdge::_simplices, and debugMsg.
Referenced by VISCOUS_3D::_ViscousBuilder::updateNormalsOfConvexFaces().
bool _ConvexFace::GetCenterOfCurvature | ( | _LayerEdge * | ledge, |
BRepLProp_SLProps & | surfProp, | ||
SMESH_MesherHelper & | helper, | ||
gp_Pnt & | center | ||
) | const |
Finds a center of curvature of a surface at a _LayerEdge.
References _face, VISCOUS_3D::_LayerEdge::_nodes, and SMESH_MesherHelper::GetNodeUV().
Referenced by VISCOUS_3D::_ViscousBuilder::updateNormalsOfConvexFaces().
TopoDS_Face VISCOUS_3D::_ConvexFace::_face |
bool VISCOUS_3D::_ConvexFace::_normalsFixed |
vector< _LayerEdge* > VISCOUS_3D::_ConvexFace::_simplexTestEdges |
Referenced by CheckPrisms(), and VISCOUS_3D::_ViscousBuilder::limitStepSizeByCurvature().
map< TGeomID, _EdgesOnShape* > VISCOUS_3D::_ConvexFace::_subIdToEOS |