Structure used to smooth a _LayerEdge (master) based on an EDGE. More...
Public Member Functions | |
| _2NearEdges () | |
| void | reverse () |
Data Fields | |
| const SMDS_MeshNode * | _nodes [2] |
| double | _wgt [2] |
| _LayerEdge * | _edges [2] |
| gp_XYZ * | _plnNorm |
Structure used to smooth a _LayerEdge (master) based on an EDGE.
Definition at line 267 of file StdMeshers_ViscousLayers.cxx.
| VISCOUS._2NearEdges._2NearEdges | ( | ) |
Definition at line 279 of file StdMeshers_ViscousLayers.cxx.
| void VISCOUS._2NearEdges.reverse | ( | ) |
Definition at line 274 of file StdMeshers_ViscousLayers.cxx.
Referenced by VISCOUS._ViscousBuilder.updateNormals().
| const SMDS_MeshNode* VISCOUS._2NearEdges._nodes[2] |
Definition at line 270 of file StdMeshers_ViscousLayers.cxx.
Referenced by VISCOUS._ViscousBuilder.setEdgeData(), and VISCOUS._ViscousBuilder.updateNormals().
| gp_XYZ* VISCOUS._2NearEdges._plnNorm |
Definition at line 277 of file StdMeshers_ViscousLayers.cxx.
| double VISCOUS._2NearEdges._wgt[2] |
Definition at line 273 of file StdMeshers_ViscousLayers.cxx.