Version: 9.12.0
VISCOUS_3D::_2NearEdges Struct Reference

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

Public Member Functions

 _2NearEdges ()
 
 ~_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

◆ _2NearEdges()

VISCOUS_3D::_2NearEdges::_2NearEdges ( )

◆ ~_2NearEdges()

VISCOUS_3D::_2NearEdges::~_2NearEdges ( )

Member Function Documentation

◆ include()

bool VISCOUS_3D::_2NearEdges::include ( const _LayerEdge e)

◆ reverse()

void VISCOUS_3D::_2NearEdges::reverse ( )

◆ set()

void VISCOUS_3D::_2NearEdges::set ( _LayerEdge e1,
_LayerEdge e2,
double  w1,
double  w2 
)

◆ srcNode()

◆ tgtNode()

Field Documentation

◆ _edges

◆ _plnNorm

gp_XYZ* VISCOUS_3D::_2NearEdges::_plnNorm

◆ _wgt

double VISCOUS_3D::_2NearEdges::_wgt[2]