Commit Graph

80 Commits

Author SHA1 Message Date
jfa
2f5ed2c56a tracker_salome #16492 EDF 18458 - Restoregivensubshapes 2019-03-22 13:39:59 +03:00
rnv
64c20fc0e7 Run SALOME with UNICODE path on Windows platform. 2019-03-11 13:08:24 +03:00
vsr
d6f1d8730f Update copyrights 2019-02-14 13:56:18 +03:00
rnv
1146ac90d2 Some corrections related to using UNICODE. 2018-09-27 14:27:17 +03:00
rnv
b24ee9fa23 SALOME 9.1.0 Windows version 2018-09-07 14:27:06 +03:00
eap
ddca8a32b0 23586: [EDF] HYDRO: Copy mesh to new geometry
--- GEOM_Gen_i.cc ---
In order to assure safe and fast search of initial groups by groups of
the new geometry, behavior of GEOM_Gen operations that implement searching
and publishing of new groups corresponding to initial groups, is
slightly modified. A reference to an initial sub-object is published
under a corresponding new sub-object. The modified functions are
RestoreSubShapesO(), RestoreGivenSubShapesO() and RestoreSubShapesSO().

--- GEOM_Engine.cxx ---
Avoid double removal of GEOM_BaseObject that leads to removal of all
attributes from the root TDF label. That caused some regression, don't
remember which.
2018-09-05 13:59:48 +03:00
rnv
001d93f1ef Merge 'master' branch into 'V9_dev' branch. 2018-01-16 19:46:43 +03:00
eap
a9fe5759c5 Typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/22126441
2017-12-28 14:38:33 +03:00
rnv
40d76807e9 Merge master branch into V9_dev. 2017-12-26 16:30:57 +03:00
eap
939f3cca95 GPUSPHGUI: add an option to Offset Surface opreation
definig a mode of filling the gap between adjacent translated surfaces:
 - by pipes or
 - by intersection
2017-12-21 19:13:17 +03:00
eap
ba2e210e02 Memory leaks 2017-12-20 19:58:48 +03:00
rnv
2736f682fe Merge V8_4_BR branch. 2017-12-13 11:48:03 +03:00
eap
def38fecf8 Typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/948131982/228851081
2017-12-04 14:40:22 +03:00
asl
47e260a974 0023450: Fields are not displayed in GEOM
+ IPAL54211: SALOME-8.3.0: Geometry fields are displayed incorrectly
+ Clean-up deprecated OCCT-related code
2017-09-25 15:28:18 +03:00
rnv
4b84d5ef39 Merge Python 3 porting. 2017-06-27 19:30:58 +03:00
rnv
a79bb58153 Merge multi-study removal branch. 2017-06-13 12:57:14 +03:00
Gilles DAVID
fcba27b37b Porting Python3: Encode URL 2017-06-06 14:25:27 +02:00
vsr
02b418c3b2 Patch for MacOS (from SALOME forum) 2017-01-20 15:45:41 +03:00
skv
b8c725d044 Fix pb with save/restore GEOM for Debian 6.0 2016-11-24 13:50:48 +03:00
eap
98380e7852 Memory leaks 2016-06-30 14:38:14 +03:00
mpa
31b91717e0 Migration to OCCT 7.0 2016-05-25 18:55:33 +03:00
vsr
8370b4a1c4 Update copyright: 2016 2016-03-15 15:27:04 +03:00
Cédric Aguerre
ab0d7e24cd SIMAN removal 2015-07-29 16:27:38 +03:00
eap
ee311dbb32 23034: EDF GEOM: Information after a transformation without copy
IPAL52713: Wrong creation info for ProjectionOnCylinder object
2015-04-24 17:38:25 +03:00
vsr
58803ba33e Fix memory leaks 2015-02-26 14:15:47 +03:00
akl
ff7fc4d6c2 Copyrights update 2015. 2015-02-10 13:25:20 +04:00
vsr
a1f6e9582d 0022616: [CEA 1038] Improve the quality of stl and vtk exports
Additional modification to obsolete ImportFile() function, to return list of GEOM::GEOM_BaseObject, instead of list of GEOM::GEOM_Object, to properly handle fields.
2014-09-22 11:41:20 +04:00
rnv
aeddae7719 0022616: [CEA 1038] Improve the quality of stl and vtk exports 2014-09-22 10:34:19 +04:00
akl
33c22cca77 1) Set more correct method name. 2) remove references to deleted objects. 2014-06-24 11:39:43 +04:00
akl
4805532bcf Get sub-objects recursively. Miss sub-object if it is in 'selected' list. 2014-06-23 18:12:26 +04:00
akl
16188e9050 Fix repeated items 2014-06-20 12:56:25 +04:00
akl
b70248e90b Implementation of 'GetEntriesToCleanStudy' function to get categorized lists of objects. 2014-06-19 18:59:59 +04:00
akl
9d9a825049 Fix case of only one link - self-depending link. 2014-06-06 12:42:57 +04:00
akl
178a0726fb Correction of case with bi-directional links. 2014-06-06 09:31:57 +04:00
akl
bd9c3283e5 Fix upward cycling if two objects depend on each other. 2014-06-05 15:17:59 +04:00
akl
633e63eb2e Add comments, remove outputs and put some things in order. 2014-06-04 15:57:33 +04:00
akl
d2cf8fc7f2 Correct checking objects. 2014-06-02 17:30:05 +04:00
akl
3acd20a785 OCAF tree traversal to get the downward dependencies including 'unpublished' objects. 2014-06-02 10:56:14 +04:00
akl
2d26f49c9f Don't process already processed objects. 2014-05-29 14:19:20 +04:00
akl
30c1376c61 Fix of self depending case. 2014-05-23 15:55:57 +04:00
akl
0fd903e83e Debug of GetDependencyTree. 2014-05-23 09:11:17 +04:00
akl
fa14a07690 Algorithm of dependencies definition was updated and replaced. Auxiliry convertation functions were added. 2014-05-21 13:24:03 +04:00
akl
6f0049749d Stub of algorithm in new place. 2014-05-16 16:49:16 +04:00
skv
6833ee2b3e 0022373: EDF 2691 GEOM: Publish the shapes with error in Check Shape 2014-04-04 10:44:39 +04:00
vsr
4e4b3762fc Merge branch V7_3_1_BR 2014-04-03 14:15:51 +04:00
skv
d8a06d4161 0022468: [CEA 1048] IMP GEOM: creating groups on materials at STEP import 2014-02-25 16:21:09 +04:00
abn
363387be3f Disabling FPE handling by default (similar to what has been done in GUI).
ParaView 4.1 needs +inf/-inf values to work properly. FPE handling can be reactivated
by setting env variable ENABLE_FPE to true.
2014-02-24 10:04:45 +01:00
akl
7d880c6a82 Update copyrights 2014. 2014-02-18 10:44:41 +04:00
vsr
bb545186fa Merge from V7_3_BR branch 18/12/2013 2013-12-18 14:23:59 +00:00
vsr
1156528dc2 SIMAN: improve importData(), getModifiedData() functions to use XAO format 2013-12-16 13:21:30 +00:00