mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-02 13:04:29 +05:00

+// bool isDegenTria( const SMDS_MeshNode * nn[3] ) +// { + // It was an attemp to fix a problem of a zero area face whose all nodes + // are on one staight EDGE. But omitting this face makes a hole in the mesh :( + // if ( !isDegen && allNodesAreOld ) + // isDegen = isDegenTria( nn );
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%