Container of centers of curvature at nodes on an EDGE bounding _ConvexFace. More...
Public Member Functions | |
| void | Append (const gp_Pnt ¢er, _LayerEdge *ledge) |
| bool | FindNewNormal (const gp_Pnt ¢er, gp_XYZ &newNormal) |
| Try to compute a new normal by interpolating normals of _LayerEdge's stored in this _CentralCurveOnEdge. More... | |
| void | SetShapes (const TopoDS_Edge &edge, const _ConvexFace &convFace, _SolidData &data, SMESH_MesherHelper &helper) |
| Set shape members. More... | |
Container of centers of curvature at nodes on an EDGE bounding _ConvexFace.
| void VISCOUS_3D::_CentralCurveOnEdge::Append | ( | const gp_Pnt & | center, |
| _LayerEdge * | ledge | ||
| ) |
| bool _CentralCurveOnEdge::FindNewNormal | ( | const gp_Pnt & | center, |
| gp_XYZ & | newNormal | ||
| ) |
Try to compute a new normal by interpolating normals of _LayerEdge's stored in this _CentralCurveOnEdge.
| [in] | center | - curvature center of a point of another _CentralCurveOnEdge. |
| [in,out] | newNormal | - current normal at this point, to be redefined |
| void _CentralCurveOnEdge::SetShapes | ( | const TopoDS_Edge & | edge, |
| const _ConvexFace & | convFace, | ||
| _SolidData & | data, | ||
| SMESH_MesherHelper & | helper | ||
| ) |
Set shape members.
References SMESH_MesherHelper::GetAncestors(), and SMESH_MesherHelper::GetMesh().