Salome HOME
plugins/blsurfplugin.git
10 years agoFix compilation problems on 32bit platforms (wrong CORBA mappings) BR_new_bop4
inv [Fri, 23 Aug 2013 08:49:16 +0000 (08:49 +0000)]
Fix compilation problems on 32bit platforms (wrong CORBA mappings)

10 years ago0022103: EDF 2550 SMESH : Allow viscous layer with 3D extrusion (BLSURF pb)
eap [Fri, 23 Aug 2013 07:35:45 +0000 (07:35 +0000)]
0022103: EDF 2550 SMESH : Allow viscous layer with 3D extrusion (BLSURF pb)

Fix merge of pre-exiting and just computed nodes on EDGEs

     bool compute(SMESH_Mesh&          aMesh,
                  const TopoDS_Shape&  aShape,
+                 bool                 allowSubMeshClearing);

10 years agoMerge from BR_V7_periodicity 22/08/2013
bourcier [Thu, 22 Aug 2013 12:54:55 +0000 (12:54 +0000)]
Merge from BR_V7_periodicity 22/08/2013

10 years ago0022291: EDF 2712 SMESH: Bad dump of QuadrangleParameters
eap [Wed, 7 Aug 2013 09:34:51 +0000 (09:34 +0000)]
0022291: EDF 2712 SMESH: Bad dump of QuadrangleParameters

+               idl-module="BLSURFPlugin"

10 years ago0022266: EDF 2703 SMESH: Gradation priority with BLSurf
eap [Wed, 31 Jul 2013 08:29:32 +0000 (08:29 +0000)]
0022266: EDF 2703 SMESH: Gradation priority with BLSurf

+  set_param(css, "max_number_of_points_per_patch", "1000000");

10 years agoIMP: Japanese translations
rnc [Wed, 24 Jul 2013 13:48:22 +0000 (13:48 +0000)]
IMP: Japanese translations

10 years agoCompute Progress bar
eap [Mon, 8 Jul 2013 11:27:50 +0000 (11:27 +0000)]
Compute Progress bar

10 years ago+ <source>ZERO_VALUE_OF</source>
eap [Wed, 26 Jun 2013 09:17:43 +0000 (09:17 +0000)]
+        <source>ZERO_VALUE_OF</source>
+        <translation type="unfinished">Invalid value (zero) of "%1"</translation>

10 years agoCoTech decision: move MEDWrapper from MED to SMESH
eap [Wed, 26 Jun 2013 09:17:17 +0000 (09:17 +0000)]
CoTech decision: move MEDWrapper from MED to SMESH

Remove dependency on MED

10 years agoFix of 0022207: EDF 2182 BLSURFPLUGIN: The user is allowed to enter 0 as a global... BR_new_bop3
akl [Thu, 23 May 2013 08:57:25 +0000 (08:57 +0000)]
Fix of 0022207: EDF 2182 BLSURFPLUGIN: The user is allowed to enter 0 as a global or local size.
Error message is shown now if 'User Size', 'Max Size', 'Mesh angle', 'Mesh distance' contains zero value and user clicks 'OK' in dialog.
The same message is generated at attempt to add or modify items of table in 'Local size' tab by 'Add'/'Modify' buttons.

11 years ago0022207: EDF 2182 BLSURFPLUGIN: The user is allowed to enter 0 as a global or local...
eap [Fri, 17 May 2013 13:08:06 +0000 (13:08 +0000)]
0022207: EDF 2182 BLSURFPLUGIN: The user is allowed to enter 0 as a global or local size.

Attempt No 1

11 years agoFix make ditcheck problem V7_2_1_BR V7_2_BR V7_2_0 V7_2_0_WIN V7_2_0_public V7_2_0p1 V7_2_0p2 V7_2_0rc1 V7_2_0rc2
inv [Mon, 15 Apr 2013 07:11:34 +0000 (07:11 +0000)]
Fix make ditcheck problem

11 years agoCorrect the copyrights
akl [Mon, 15 Apr 2013 06:59:45 +0000 (06:59 +0000)]
Correct the copyrights

11 years agoIncrement version to 7.2.0
vsr [Fri, 12 Apr 2013 15:23:22 +0000 (15:23 +0000)]
Increment version to 7.2.0

11 years agoUsing HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
akl [Thu, 11 Apr 2013 11:30:57 +0000 (11:30 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.

11 years agoUsing HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
akl [Thu, 11 Apr 2013 07:20:37 +0000 (07:20 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.

11 years agoInstall example scripts.
akl [Thu, 11 Apr 2013 07:12:30 +0000 (07:12 +0000)]
Install example scripts.

11 years agoUsing HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
akl [Thu, 11 Apr 2013 06:37:29 +0000 (06:37 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.

11 years agoUsing HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
akl [Thu, 11 Apr 2013 06:22:23 +0000 (06:22 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 16:29:57 +0000 (16:29 +0000)]
Improve documentation

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 16:06:58 +0000 (16:06 +0000)]
Improve documentation

11 years agoRestore documentation of methods dynamically added by plug-ins to the Mesh class...
vsr [Fri, 5 Apr 2013 11:19:34 +0000 (11:19 +0000)]
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration

11 years agoRestore documentation of methods dynamically added by plug-ins to the Mesh class...
vsr [Fri, 5 Apr 2013 09:42:24 +0000 (09:42 +0000)]
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration

11 years agoMerge from BR_plugins_pbyacs 03/04/2013
vsr [Thu, 4 Apr 2013 07:09:30 +0000 (07:09 +0000)]
Merge from BR_plugins_pbyacs 03/04/2013

11 years agoFix bug with missing documentation for dynamic methods
inv [Thu, 4 Apr 2013 06:45:14 +0000 (06:45 +0000)]
Fix bug with missing documentation for dynamic methods

11 years agoMerge from V6_main 01/04/2013 V7_2_0b1
vsr [Mon, 1 Apr 2013 13:26:48 +0000 (13:26 +0000)]
Merge from V6_main 01/04/2013

11 years agoSet dev tag back to 1 V7_2_0a1
vsr [Wed, 20 Mar 2013 11:14:32 +0000 (11:14 +0000)]
Set dev tag back to 1

11 years agoIncrement version of 7.1.0 V7_1_0
vsr [Wed, 20 Mar 2013 09:29:52 +0000 (09:29 +0000)]
Increment version of 7.1.0

11 years agoMerge from V6_main 15/03/2013
vsr [Fri, 15 Mar 2013 14:51:55 +0000 (14:51 +0000)]
Merge from V6_main 15/03/2013

11 years agoMerge from V6_main 06/03/2013
vsr [Wed, 6 Mar 2013 13:59:38 +0000 (13:59 +0000)]
Merge from V6_main 06/03/2013

11 years agoMerge from V6_main 28/02/2013 V7_1_0b1
vsr [Thu, 28 Feb 2013 15:40:38 +0000 (15:40 +0000)]
Merge from V6_main 28/02/2013

11 years agoMerge from V6_main 11/02/2013 V7_siman
vsr [Tue, 12 Feb 2013 14:45:52 +0000 (14:45 +0000)]
Merge from V6_main 11/02/2013

11 years agoSmall modifications BR_KERNEL_REFACTORING
gdd [Wed, 9 Jan 2013 17:53:21 +0000 (17:53 +0000)]
Small modifications

11 years agoMerge from V6_main 13/12/2012 V7_1_0_pre
vsr [Thu, 13 Dec 2012 12:19:49 +0000 (12:19 +0000)]
Merge from V6_main 13/12/2012

11 years agoMerge from V6_main (04/10/2012) V7_0_0 V7_0_0rc1
vsr [Mon, 8 Oct 2012 13:09:32 +0000 (13:09 +0000)]
Merge from V6_main (04/10/2012)

11 years agoIncrement version number (prepare SALOME version 7.0.0)
inv [Wed, 15 Aug 2012 10:49:25 +0000 (10:49 +0000)]
Increment version number (prepare SALOME version 7.0.0)

11 years agoMerge from V6_main_20120808 08Aug12
vsr [Thu, 9 Aug 2012 11:51:48 +0000 (11:51 +0000)]
Merge from V6_main_20120808 08Aug12

15 years agoMerge from BR_V5_DEV 17Feb09
vsr [Tue, 17 Feb 2009 07:37:27 +0000 (07:37 +0000)]
Merge from BR_V5_DEV 17Feb09

16 years agoJoin modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Thu, 27 Mar 2008 14:38:52 +0000 (14:38 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.

17 years agoImport a new plugin, sent by Stephane LIAUZU V4_0 V4_0rc1 V4_0rc1_automake V4_0rc2 initial
jfa [Wed, 28 Mar 2007 08:03:32 +0000 (08:03 +0000)]
Import a new plugin, sent by Stephane LIAUZU