Version: 6.3.1
Public Member Functions | Data Fields

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

Detailed Description

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

Definition at line 6511 of file SMESH_MeshEditor.cxx.


Constructor & Destructor Documentation

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 ) {}

Field Documentation

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.

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS