Version: 8.3.0
SMESH_ElementSearcherImpl::TInters Struct Reference

< 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 More...
 

Detailed Description

< data of intersection of the line and the mesh face (used in GetPointState())

Constructor & Destructor Documentation

SMESH_ElementSearcherImpl::TInters::TInters ( const SMDS_MeshElement face,
const gp_Vec &  faceNorm,
bool  coinc = false 
)

Field Documentation

bool SMESH_ElementSearcherImpl::TInters::_coincides

the line lays in face plane

Referenced by operator<<().

const SMDS_MeshElement* SMESH_ElementSearcherImpl::TInters::_face

Referenced by operator<<().

gp_Vec SMESH_ElementSearcherImpl::TInters::_faceNorm