]>
SALOME platform Git repositories - modules/hydro.git/log
Paul RASCLE [Sat, 14 Nov 2020 22:21:46 +0000 (23:21 +0100)]
Still an error on ZLayers related to edit CalculationCase The call to createViewManager induces the bug: 5 calls in HYDRO related to edition. The bug is related to the change introduced in Occt
1c728f2d6d660 (
0030668 : Visualization - revise adding ZLayer API)
20190715 The old implementation uses a try catch in occt, reproduced here. Access to layer order is not possible in these temporary view managers. Previous correction: solve bugs #22296, #22298: Error on ZLayers (Graphic3d_GraphicDriver::InsertLayerBefore) on second study... is still useful to allow ZLayers order changes on second study...
Paul RASCLE [Sat, 14 Nov 2020 16:25:41 +0000 (17:25 +0100)]
abort on Standard_Failure::Caught: failure is sometimes null. Deprecated, use standard C++ mecanism instead
Paul RASCLE [Fri, 13 Nov 2020 10:52:12 +0000 (11:52 +0100)]
solve bugs #22296, #22298: Error on ZLayers (Graphic3d_GraphicDriver::InsertLayerBefore) on second study (after new document). Need a patch on Occ740p3 Patch is on src/V3d/V3d_Viewer.cxx, src/V3d/V3d_Viewer.hxx Standard_EXPORT Standard_Boolean RemoveZLayer (const Graphic3d_ZLayerId theLayerId, bool isForce = false) if (isForce) myDriver->RemoveZLayer (theLayerId);
Paul RASCLE [Wed, 4 Nov 2020 14:14:42 +0000 (15:14 +0100)]
tutorial improvement on simple mesh extension
Paul RASCLE [Tue, 20 Oct 2020 14:29:51 +0000 (16:29 +0200)]
remove traces
Paul RASCLE [Tue, 20 Oct 2020 14:02:57 +0000 (16:02 +0200)]
fix abort on import image
Paul RASCLE [Mon, 19 Oct 2020 13:15:49 +0000 (15:15 +0200)]
bug EDF #22200: fields are lost when change coordinates
Paul RASCLE [Tue, 13 Oct 2020 20:10:59 +0000 (22:10 +0200)]
tutorial on edit initial field with dialog
Paul RASCLE [Mon, 12 Oct 2020 21:10:23 +0000 (23:10 +0200)]
fix mirrored display on import image, and abort on apply transformation. TODO: check more...
Paul RASCLE [Mon, 12 Oct 2020 07:43:08 +0000 (09:43 +0200)]
fix bug abort on import image, several random cases related to using already deleted object
Paul RASCLE [Fri, 9 Oct 2020 08:52:15 +0000 (10:52 +0200)]
fix bug abort when viewId is 0 on displaying images (import images)
YOANN AUDOUIN [Wed, 7 Oct 2020 06:02:44 +0000 (08:02 +0200)]
corrections to pass tests
Paul RASCLE [Fri, 2 Oct 2020 07:06:44 +0000 (09:06 +0200)]
write dbf with Hydro shapefiles, attribute string "PartName" with polyline name
Paul RASCLE [Sun, 4 Oct 2020 14:14:44 +0000 (16:14 +0200)]
tutorial fuion of 2 overlapping meshes
Paul RASCLE [Sat, 3 Oct 2020 21:41:45 +0000 (23:41 +0200)]
tutorial fusion of 2 meshes
Paul RASCLE [Fri, 2 Oct 2020 15:28:59 +0000 (17:28 +0200)]
tutorial extension of existing mesh
Paul RASCLE [Fri, 2 Oct 2020 14:41:30 +0000 (16:41 +0200)]
change dialog title
Paul RASCLE [Fri, 2 Oct 2020 12:40:46 +0000 (14:40 +0200)]
tutorial simple extension of existing mesh
Paul RASCLE [Fri, 2 Oct 2020 08:36:16 +0000 (10:36 +0200)]
dialog generated with a newer version of Qt, incompatible
Paul RASCLE [Fri, 25 Sep 2020 14:56:58 +0000 (16:56 +0200)]
first tutorial update
Paul RASCLE [Thu, 1 Oct 2020 14:15:32 +0000 (16:15 +0200)]
Bug on dragging rectangle in overview: Fatal error "ZFar should be greater than ZNear" Fixed in HYDROGUI_Overview.cxx: remove patch for OCCT 6.9.1
Paul RASCLE [Sun, 27 Sep 2020 18:06:41 +0000 (20:06 +0200)]
bug in GUI calculation case or complete case: Graphic3D_GraphicDriver::insertLayerBefore, Layer with the LayerId already exists (!myLayerId.IsBound(theNewLayerId))
Paul RASCLE [Thu, 1 Oct 2020 08:41:42 +0000 (10:41 +0200)]
test h033 complete case with modifed regions
Paul RASCLE [Wed, 30 Sep 2020 15:54:29 +0000 (17:54 +0200)]
allow exporting spline polylines as shapes
Paul RASCLE [Wed, 30 Sep 2020 15:52:00 +0000 (17:52 +0200)]
test h032 for complete case with no new region
Paul RASCLE [Wed, 30 Sep 2020 15:44:54 +0000 (17:44 +0200)]
Python for completeCase, without new regions
Paul RASCLE [Wed, 23 Sep 2020 15:36:13 +0000 (17:36 +0200)]
cleaning some comments
Paul RASCLE [Wed, 23 Sep 2020 15:13:16 +0000 (17:13 +0200)]
desactive traces
Paul RASCLE [Wed, 23 Sep 2020 15:01:16 +0000 (17:01 +0200)]
fix .gitignore
Paul RASCLE [Sun, 20 Sep 2020 19:56:41 +0000 (21:56 +0200)]
trying to highlight selected points on bathymetry
Paul RASCLE [Sun, 20 Sep 2020 19:17:49 +0000 (21:17 +0200)]
clear selected points on bathymetry when switch off selection mode
Paul RASCLE [Sun, 20 Sep 2020 13:35:32 +0000 (15:35 +0200)]
a first solution to get altitude text on bathymetrie selection of points
Paul RASCLE [Sat, 19 Sep 2020 20:54:40 +0000 (22:54 +0200)]
some more tests on bathy selection
Paul RASCLE [Sat, 19 Sep 2020 14:36:00 +0000 (16:36 +0200)]
some tests on bathy selection...
Paul RASCLE [Sat, 19 Sep 2020 12:41:57 +0000 (14:41 +0200)]
trying to use the new AIS_PointCloud: bathy representation and global selection OK, point selection NOK , but HYDROGUI_BathymetryPrs::HilightSelected called
Paul RASCLE [Thu, 17 Sep 2020 22:22:52 +0000 (00:22 +0200)]
fix bathymetry points style = 4x4 rectangles (changes in occt 7.4)
Paul RASCLE [Mon, 14 Sep 2020 22:38:14 +0000 (00:38 +0200)]
fix broken selection after polyline edit: see GEOM_Displayer
Paul RASCLE [Sun, 13 Sep 2020 20:32:29 +0000 (22:32 +0200)]
fix highlight: int instead of size_t in OCC_Selector. Look for other similar errors on view ids
Paul RASCLE [Sun, 13 Sep 2020 16:08:21 +0000 (18:08 +0200)]
trying to fix selection mecanism in OCC Viewer: Selection is OK, but broken after a polyline edit, and highlight NOK.
Paul RASCLE [Sat, 12 Sep 2020 11:19:06 +0000 (13:19 +0200)]
fix warnings on Qt connect
Paul RASCLE [Wed, 9 Sep 2020 16:02:01 +0000 (18:02 +0200)]
fix bug on loading HYDRO GUI, undefined symbol typeinfo for InterfaceModel... due to changes in OpenCascade libraries related to IGES, STEP.
Paul RASCLE [Tue, 8 Sep 2020 17:12:31 +0000 (19:12 +0200)]
restructuration of prerequisites detection as in SMESH, add GDAL info for reloaded targets from Paraview...
Paul RASCLE [Sun, 28 Jun 2020 21:12:12 +0000 (23:12 +0200)]
compilation SALOME 9.5, OCC 7.4
Paul RASCLE [Sun, 28 Jun 2020 21:10:02 +0000 (23:10 +0200)]
remove Qt4 option
Paul RASCLE [Mon, 21 Sep 2020 18:04:26 +0000 (20:04 +0200)]
init.cas update to be compatible to TELEMAC Master (15529)
Paul RASCLE [Mon, 21 Sep 2020 12:09:42 +0000 (14:09 +0200)]
fix tests with Z interpolation to the nearest bathy point: The mesh varies slightly from one execution to another. The points chosen for the bathymetry may change. In the particular "left bank" case, the variations are significant on one or two points and disturb the statistics. It is necessary to release the constraint of the test not to detect an error from time to time ...
Paul RASCLE [Mon, 21 Sep 2020 09:42:29 +0000 (11:42 +0200)]
test linear interpolation of a stream
Paul RASCLE [Sat, 5 Sep 2020 22:47:21 +0000 (00:47 +0200)]
bug on display (bathy, selection...) seems fixed !
Paul RASCLE [Sat, 5 Sep 2020 17:03:03 +0000 (19:03 +0200)]
link problem with gl2ps for HYDRO_tests
Paul RASCLE [Mon, 31 Aug 2020 21:18:43 +0000 (23:18 +0200)]
test modification of mesh not generated with HYDRO
Paul RASCLE [Mon, 31 Aug 2020 10:18:43 +0000 (12:18 +0200)]
test on junction of 2 meshes
Paul RASCLE [Mon, 31 Aug 2020 09:21:27 +0000 (11:21 +0200)]
fix fitShapesPointsToMeshEdges with double points, no split
Paul RASCLE [Mon, 31 Aug 2020 09:19:27 +0000 (11:19 +0200)]
importPolylines must work with only one polyline in shape
Paul RASCLE [Sun, 30 Aug 2020 10:17:29 +0000 (12:17 +0200)]
add test on overlapping meshes
Paul RASCLE [Sat, 29 Aug 2020 21:43:57 +0000 (23:43 +0200)]
resource for tests on overlapping domains
Paul RASCLE [Sat, 29 Aug 2020 20:40:21 +0000 (22:40 +0200)]
add test: 2 non overlapping meshes regrouped, big domain containing all
Paul RASCLE [Sat, 29 Aug 2020 10:13:20 +0000 (12:13 +0200)]
fix dialog fitShapePointsToMeshEdges
Paul RASCLE [Sat, 29 Aug 2020 09:03:01 +0000 (11:03 +0200)]
resource for tests on fusion of several domains
Paul RASCLE [Fri, 28 Aug 2020 17:03:00 +0000 (19:03 +0200)]
other tests on simple extension
Paul RASCLE [Thu, 27 Aug 2020 15:03:18 +0000 (17:03 +0200)]
add Python test on extension with shape adjustements
Paul RASCLE [Thu, 27 Aug 2020 14:14:30 +0000 (16:14 +0200)]
Python function mergePolylines
Paul RASCLE [Thu, 27 Aug 2020 13:55:46 +0000 (15:55 +0200)]
Python wrapping for HYDROData_PolylineOperator (split, merge)
Paul RASCLE [Thu, 27 Aug 2020 08:46:17 +0000 (10:46 +0200)]
improvements on importPolylines Python function
Paul RASCLE [Thu, 27 Aug 2020 07:30:21 +0000 (09:30 +0200)]
fitShapePointsToMesh improvements: output directory, superposed extremity points
Paul RASCLE [Wed, 26 Aug 2020 12:38:37 +0000 (14:38 +0200)]
some functions for test scripts
Paul RASCLE [Wed, 26 Aug 2020 09:40:29 +0000 (11:40 +0200)]
introducing test on mesh extension, with resources generated first
Paul RASCLE [Wed, 26 Aug 2020 09:37:59 +0000 (11:37 +0200)]
allow SMESH publishing in GUI
Paul RASCLE [Tue, 25 Aug 2020 09:12:00 +0000 (11:12 +0200)]
more shapefiles for SALOME test
Paul RASCLE [Mon, 24 Aug 2020 16:26:08 +0000 (18:26 +0200)]
test case h021_meshChangeBathy working
Paul RASCLE [Mon, 24 Aug 2020 15:32:56 +0000 (17:32 +0200)]
fix on shapeGroups.py
Paul RASCLE [Thu, 20 Aug 2020 16:29:44 +0000 (18:29 +0200)]
test case h021_meshChangeBathy
Paul RASCLE [Thu, 20 Aug 2020 15:22:13 +0000 (17:22 +0200)]
add test h020 in SALOME tests
Paul RASCLE [Thu, 20 Aug 2020 14:30:03 +0000 (16:30 +0200)]
add test case h020_normalCaseChangeBathy.py
Paul RASCLE [Wed, 19 Aug 2020 15:30:04 +0000 (17:30 +0200)]
analyse HYDRO_tests
Paul RASCLE [Sun, 16 Aug 2020 10:27:03 +0000 (12:27 +0200)]
fix warnings on tutorial build
Paul RASCLE [Thu, 13 Aug 2020 19:17:23 +0000 (21:17 +0200)]
dialog adjust shape point to mesh edges
Paul RASCLE [Thu, 13 Aug 2020 11:05:39 +0000 (13:05 +0200)]
dialog mesh edges to shapes
Paul RASCLE [Mon, 10 Aug 2020 06:23:59 +0000 (08:23 +0200)]
compilation warning on HYDRO_trace.hxx
Paul RASCLE [Mon, 10 Aug 2020 06:22:28 +0000 (08:22 +0200)]
compilation warning deprecated MMgt_TShared
Paul RASCLE [Mon, 27 Jul 2020 14:58:20 +0000 (16:58 +0200)]
when importing several isoContours from SinusX with the same name, treat them as several sections of one polyline
Paul RASCLE [Sun, 26 Jul 2020 10:06:49 +0000 (12:06 +0200)]
fitShapePointsToMesh: option to split shape to adjust, do not take into account superposed points
Paul RASCLE [Fri, 24 Jul 2020 14:44:03 +0000 (16:44 +0200)]
use the name of the firt exported entity as a proposal for SinusX name
Paul RASCLE [Mon, 20 Jul 2020 14:09:45 +0000 (16:09 +0200)]
fitShapePointsToMesh: option to split free border shape
Paul RASCLE [Sun, 19 Jul 2020 18:23:11 +0000 (20:23 +0200)]
documentation on cutMesh and shapesGroups
Paul RASCLE [Sat, 18 Jul 2020 15:12:42 +0000 (17:12 +0200)]
mesh coordinates change and mesh cut functions
Paul RASCLE [Thu, 16 Jul 2020 20:22:17 +0000 (22:22 +0200)]
fix free borders
Paul RASCLE [Tue, 14 Jul 2020 09:33:27 +0000 (11:33 +0200)]
split the free border by the exension shape
Paul RASCLE [Fri, 10 Jul 2020 10:15:45 +0000 (12:15 +0200)]
shape adjustement on free border mesh points
Paul RASCLE [Wed, 8 Jul 2020 15:54:08 +0000 (17:54 +0200)]
fonctions Python conversion groupes en shapefiles
Paul RASCLE [Sun, 10 May 2020 08:02:29 +0000 (10:02 +0200)]
porting to Ubuntu 20.04 native prerequisites
YOANN AUDOUIN [Fri, 18 Sep 2020 08:56:50 +0000 (10:56 +0200)]
[example] Update of telemac steering file
Yoann AUDOUIN [Tue, 3 Mar 2020 09:49:46 +0000 (10:49 +0100)]
[fix] After merge with BR_PY3
Yoann AUDOUIN [Tue, 3 Mar 2020 08:29:19 +0000 (09:29 +0100)]
Merge branch 'BR_PY3'
Paul RASCLE [Sat, 15 Feb 2020 14:14:02 +0000 (15:14 +0100)]
add python method HYDROData_PolylineXY.ImportShapesFromFile('name')
python example:
from HYDROPy import *
HYDROData_PolylineXY.ImportShapesFromFile("/tmp/myshape.shp")
myShape = hydro_doc.FindObjectByName('myshape_PolyXY_0')
Paul RASCLE [Tue, 26 Nov 2019 21:27:58 +0000 (22:27 +0100)]
fix change to local CS when import profiles from sinX
Paul RASCLE [Fri, 15 Nov 2019 15:05:58 +0000 (16:05 +0100)]
fix interpolz bathy when no Z coordinate, fix zUndef test
Paul RASCLE [Fri, 15 Nov 2019 11:44:40 +0000 (12:44 +0100)]
mask traces
Paul RASCLE [Fri, 15 Nov 2019 11:44:01 +0000 (12:44 +0100)]
fix abort on exex python script with progress indicator. Qt display was sometimes invoqued from a different thread than the main thread
Paul RASCLE [Thu, 14 Nov 2019 15:11:16 +0000 (16:11 +0100)]
Lot 2: change bathy associated to natural object propagated to all cases without need of update (but new exec of interpolation Z script requested)
Paul RASCLE [Thu, 14 Nov 2019 10:47:53 +0000 (11:47 +0100)]
fix clear data when new study from button new: do not delete document when switching modules, after a new study...