mpv e47799d70d MPV: fix for nug IPAL13251
"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.
2006-10-03 08:52:10 +00:00
2006-06-27 07:42:15 +00:00
2006-10-03 08:52:10 +00:00
2003-11-06 11:36:31 +00:00
Description
SALOME Geometry module
63 MiB
Languages
C++ 87%
Python 11.1%
CMake 1.7%