mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-20 12:27:55 +05:00

in Compute(), fix sorting submeshes according to dim of shape the algo assigned to aShapeDim = GetShapeDim( algoShape ); + if ( algoShape.ShapeType() == TopAbs_COMPOUND ) + { + TopoDS_Iterator it( algoShape ); + aShapeDim += GetShapeDim( it.Value() ); + }
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%