< data of intersection of the line and the mesh face (used in GetPointState()) More...
Public Member Functions | |
| TInters (const SMDS_MeshElement *face, const gp_Vec &faceNorm, bool coinc=false) | |
Data Fields | |
| const SMDS_MeshElement * | _face |
| gp_Vec | _faceNorm |
| bool | _coincides |
| the line lays in face plane | |
< data of intersection of the line and the mesh face (used in GetPointState())
Definition at line 6511 of file SMESH_MeshEditor.cxx.
| SMESH_ElementSearcherImpl.TInters.TInters | ( | const SMDS_MeshElement * | face, |
| const gp_Vec & | faceNorm, | ||
| bool | coinc = false |
||
| ) |
Definition at line 6516 of file SMESH_MeshEditor.cxx.
: _face(face), _faceNorm( faceNorm ), _coincides( coinc ) {}
the line lays in face plane
Definition at line 6515 of file SMESH_MeshEditor.cxx.
Referenced by operator<<().
Definition at line 6513 of file SMESH_MeshEditor.cxx.
Referenced by operator<<().
Definition at line 6514 of file SMESH_MeshEditor.cxx.