Version: 8.3.0
VISCOUS_3D::_2NearEdges Struct Reference

Structure used to smooth a _LayerEdge based on an EDGE. More...

Public Member Functions

 _2NearEdges ()
 
const SMDS_MeshNodetgtNode (bool is2nd)
 
const SMDS_MeshNodesrcNode (bool is2nd)
 
void reverse ()
 
void set (_LayerEdge *e1, _LayerEdge *e2, double w1, double w2)
 
bool include (const _LayerEdge *e)
 

Data Fields

double _wgt [2]
 
_LayerEdge_edges [2]
 
gp_XYZ * _plnNorm
 

Detailed Description

Structure used to smooth a _LayerEdge based on an EDGE.

Constructor & Destructor Documentation

VISCOUS_3D::_2NearEdges::_2NearEdges ( )

Member Function Documentation

bool VISCOUS_3D::_2NearEdges::include ( const _LayerEdge e)
void VISCOUS_3D::_2NearEdges::reverse ( )
void VISCOUS_3D::_2NearEdges::set ( _LayerEdge e1,
_LayerEdge e2,
double  w1,
double  w2 
)
const SMDS_MeshNode* VISCOUS_3D::_2NearEdges::tgtNode ( bool  is2nd)

Field Documentation

double VISCOUS_3D::_2NearEdges::_wgt[2]