Salome HOME
IPAL54585: Extrusion 3D algo fails with "OCC exception. Standard_NoSuchObject: NColle...
authoreap <eap@opencascade.com>
Fri, 2 Aug 2019 15:14:14 +0000 (18:14 +0300)
committereap <eap@opencascade.com>
Fri, 2 Aug 2019 15:14:14 +0000 (18:14 +0300)
commit0146a69d8258d1264247a2970627f89e514fc6f6
treef38476060ccf151269f2427c98c322fa0db9e6d1
parentfb2fc0723635036634f572b9d1dad6af5d253c61
IPAL54585: Extrusion 3D algo fails with "OCC exception. Standard_NoSuchObject: NCollection_DataMap::Find" error

  Issue (2) with Geometric Progression reported in
  https://www.salome-platform.org/forum/forum_10/976643804#300891023
  Fixed in StdMeshers_Prism_3D.cxx

+ Minor changes:
1) SMESHGUI_PreVisualObj::myMesh in now SMESHDS_Mesh*
2) TPythonDump::DumpArray is now public method
3) In StdMeshers_FixedPoints1D, make args of Set*() methods const
4) Install SMESHGUI_PreVisualObj.h
5) Make StdMeshers_QuadrangleParams::SetCorners() available via CORBA
12 files changed:
idl/SMESH_BasicHypothesis.idl
src/SMESH/SMESH_Gen.cxx
src/SMESHGUI/CMakeLists.txt
src/SMESHGUI/SMESHGUI_PreVisualObj.cxx
src/SMESHGUI/SMESHGUI_PreVisualObj.h
src/SMESHUtils/SMESH_Indexer.hxx
src/SMESH_I/SMESH_PythonDump.cxx
src/SMESH_I/SMESH_PythonDump.hxx
src/SMESH_SWIG/StdMeshersBuilder.py
src/StdMeshers/StdMeshers_FixedPoints1D.cxx
src/StdMeshers/StdMeshers_FixedPoints1D.hxx
src/StdMeshers/StdMeshers_Prism_3D.cxx