Structure holding _LayerEdge's based on EDGEs that will collide at inflation up to the full thickness. More...
Public Member Functions | |
const SMDS_MeshNode * | nSrc (int i) const |
const SMDS_MeshNode * | nTgt (int i) const |
Data Fields | |
_LayerEdge * | _edge |
vector< _LayerEdge * > | _intEdges |
Structure holding _LayerEdge's based on EDGEs that will collide at inflation up to the full thickness.
A detected collision is fixed in updateNormals()
const SMDS_MeshNode* VISCOUS_3D::_CollisionEdges::nSrc | ( | int | i | ) | const |
Referenced by VISCOUS_3D::_ViscousBuilder::updateNormals().
const SMDS_MeshNode* VISCOUS_3D::_CollisionEdges::nTgt | ( | int | i | ) | const |
Referenced by VISCOUS_3D::_ViscousBuilder::updateNormals().
_LayerEdge* VISCOUS_3D::_CollisionEdges::_edge |
vector< _LayerEdge* > VISCOUS_3D::_CollisionEdges::_intEdges |