mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-09 03:00:49 +05:00

"Mandriva64 porting: SIGSEGV during partition" myDS->Shape and myDS->GetShape methods is very dangerous to use in the equations like the next: const TopoDS_Face& aFace = TopoDS::Faces(myDS->Shape(anIndex)); because this reference can be invalid after the next command execution: myDS->InsertShapeAndAncestorsSuccessors(...) This command some times deletes old shapes from internal array to make bigger array.
Description
SALOME Geometry module
Languages
C++
87%
Python
11.1%
CMake
1.7%