Salome HOME
modules/smesh.git
12 years ago0021520: EDF 522 SMESH: Regression in MirrorMakeMesh
eap [Mon, 19 Mar 2012 14:31:57 +0000 (14:31 +0000)]
0021520: EDF 522 SMESH: Regression in MirrorMakeMesh

-        mesh.SetParameters(Mirror.parameters)
+        self.mesh.SetParameters(Mirror.parameters)

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Mon, 19 Mar 2012 12:32:35 +0000 (12:32 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
   adjust _pyHypothesisReader() for HexoticPLUGIN_ROOT_DIR but not HEXOTICPLUGIN_ROOT_DIR

12 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 16 Mar 2012 16:38:19 +0000 (16:38 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
     In MakeBoundaryMesh(), try to set new elements to a shape

12 years agoUpdate messages en/fr while loading a mesh data
gdd [Thu, 15 Mar 2012 16:50:26 +0000 (16:50 +0000)]
Update messages en/fr while loading a mesh data

12 years ago0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file contai...
vsr [Thu, 15 Mar 2012 16:10:52 +0000 (16:10 +0000)]
0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file containing a big mesh
Show message in the status bar on mesh loading operation

12 years ago0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file contai...
vsr [Thu, 15 Mar 2012 15:43:52 +0000 (15:43 +0000)]
0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file containing a big mesh
Change message format

12 years ago0020463: EDF 1099 SMESH: performance regression from V4 to V5
eap [Thu, 15 Mar 2012 12:14:52 +0000 (12:14 +0000)]
0020463: EDF 1099 SMESH: performance regression from V4 to V5

make ParseParameters() also return a flag signaling that there are
variables among parameters and in AddNode() call mesh.SetParameters()
only if it's true

12 years agovoid UpdateParameters(const char* theParameters)
eap [Thu, 15 Mar 2012 12:11:16 +0000 (12:11 +0000)]
void UpdateParameters(const char* theParameters)
{
+  if ( strlen(theParameters) == 0 ) return;

12 years agoFormat of preferences messages has been changed ('/' is used as separator instead...
vsr [Thu, 15 Mar 2012 09:24:23 +0000 (09:24 +0000)]
Format of preferences messages has been changed ('/' is used as separator instead of ':')

12 years ago0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file contai...
eap [Thu, 15 Mar 2012 08:54:09 +0000 (08:54 +0000)]
0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file containing a big mesh

   Register tmp files in Engines::Container to be removed by killSalome.py

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Wed, 14 Mar 2012 15:20:31 +0000 (15:20 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

  Fix reading nodes from a new HDF file (attempt #2)

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Wed, 14 Mar 2012 15:03:06 +0000 (15:03 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

  Fix reading nodes from a new HDF file

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 14 Mar 2012 14:01:51 +0000 (14:01 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   Remove obsolete doc files

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 14 Mar 2012 13:39:57 +0000 (13:39 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

  More docs

12 years agoPrevent recording nodes as elements
eap [Wed, 14 Mar 2012 12:32:53 +0000 (12:32 +0000)]
Prevent recording nodes as elements

12 years agoIPAL22870: Incorrect numbering of volume elements
ouv [Wed, 14 Mar 2012 08:59:47 +0000 (08:59 +0000)]
IPAL22870: Incorrect numbering of volume elements

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Sun, 11 Mar 2012 14:25:37 +0000 (14:25 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

    remove resources of plugins

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Sun, 11 Mar 2012 14:24:45 +0000 (14:24 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   set SMESH_MeshersList and SalomeAppConfig envirinment variables for
   plugins found by *_ROOT_DIR variables

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Sun, 11 Mar 2012 10:31:27 +0000 (10:31 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   rename classes to start from "StdMeshersDC_"

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Sun, 11 Mar 2012 10:30:52 +0000 (10:30 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   print errors occured while loading plugins

12 years ago0021509: EDF 2157: Error in the dump
eap [Sun, 11 Mar 2012 10:12:30 +0000 (10:12 +0000)]
0021509: EDF 2157: Error in the dump
  1) fix _pyCommand::GetArg()
  2) AddMeshAccessorMethod() to "group.AddFrom( mesh )" command

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
vsr [Sun, 11 Mar 2012 09:15:35 +0000 (09:15 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module

12 years agotypo
eap [Sun, 11 Mar 2012 08:53:51 +0000 (08:53 +0000)]
typo

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Sun, 11 Mar 2012 08:53:28 +0000 (08:53 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   protect from exceptions at importing plugins

12 years agoerror in the script
eap [Sun, 11 Mar 2012 08:52:28 +0000 (08:52 +0000)]
error in the script
-mesh.TriToQuadObject(GroupTriToQuad, None , 1.57)
+mesh.TriToQuadObject(GroupTriToQuad, smesh.FT_AspectRatio , 1.57)

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:15:56 +0000 (15:15 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

    Describe methods wrapping algorithms and hypotheses into python

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:14:02 +0000 (15:14 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

+    void SetVarParameter (in string parameter, in string method);
+    string GetVarParameter (in string methodName);

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:13:29 +0000 (15:13 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

  Now it's necessary to call myMesh->SetParameters() just before
  calling a method using parameters that can be defined via notebook variables

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:11:06 +0000 (15:11 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

Add elements used in SMESH_2smeshpy

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:10:28 +0000 (15:10 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   Call  h->SetVarParameter() instead of h->SetParameters()

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:07:13 +0000 (15:07 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   Use TVar structure to dump arguments that can be defined via notebook variables

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:06:37 +0000 (15:06 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

  Bind methods creating algorithms (defined by plugins) to the class Mesh

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:05:01 +0000 (15:05 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

+ StdMeshersDC.py \

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:04:45 +0000 (15:04 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   Move definition of algorithms to ./StdMeshersDC.py

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:03:32 +0000 (15:03 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   Use TVar structure to dump arguments that can be defined via
   notebook variables

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:02:16 +0000 (15:02 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

   Remove explicit treatment of NETGEN commands

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 14:59:11 +0000 (14:59 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

 void SMESH_Mesh_i::SetParameters(const char* theParameters)
 {
-  SMESH_Gen_i::GetSMESHGen()->UpdateParameters(SMESH::SMESH_Mesh::_narrow(_this()),
-                                               CORBA::string_dup(theParameters));
+  SMESH_Gen_i::GetSMESHGen()->UpdateParameters(theParameters);

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 14:58:06 +0000 (14:58 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

  Map names of variables set via SetVarParameter() to the method name setting them

+  void SetVarParameter (const char* parameter, const char* method);
+  char* GetVarParameter (const char* methodName);

+  std::map< std::string, std::string > myMethod2VarParams; // variable parameters
+
+ public:
+  // Methods for backward compatibility of notebook variables
+  virtual void setOldParameters (const char* theParameters);
+  virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const { return ""; }
+  virtual int getParamIndex(const TCollection_AsciiString& method, int nbVars) const { return -1; }
 };

 // ======================================================

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 14:52:53 +0000 (14:52 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

  Store names of variables set via UpdateParameters() in myLastParameters field

-  void UpdateParameters(CORBA::Object_ptr theObject, const char* theParameters);
+  void UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char* theParameters);

+  const std::vector< std::string >& GetLastParameters() const { return myLastParameters; }
+  std::vector< std::string >                               myLastParameters;

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 14:50:05 +0000 (14:50 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

  Insert names of variables set via SMESH_Gen_i::UpdateParameters()
  into dump strings using TVar structure

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 14:44:20 +0000 (14:44 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

  Create new _pyHypothesis'es by reading their data from resource files
  of plugins using _pyHypothesisReader

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 14:42:06 +0000 (14:42 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

+class _pyHypothesisReader: public Standard_Transient

12 years agoForbid renaming of the objects "in place" by default.
rnv [Wed, 7 Mar 2012 11:40:47 +0000 (11:40 +0000)]
Forbid renaming of the objects "in place" by default.

12 years agoWin32 compilation.
rnv [Wed, 29 Feb 2012 12:02:54 +0000 (12:02 +0000)]
Win32 compilation.

12 years agoUpdate doc
gdd [Tue, 28 Feb 2012 16:10:55 +0000 (16:10 +0000)]
Update doc

12 years agoUpdate doc
gdd [Tue, 28 Feb 2012 15:57:14 +0000 (15:57 +0000)]
Update doc

12 years agoAdd support of internal vertices for BLSURF
gdd [Tue, 28 Feb 2012 15:50:48 +0000 (15:50 +0000)]
Add support of internal vertices for BLSURF

12 years agoIssue 21046: EDF 1610 GUI: To be able to change the width of the lines:
rnv [Tue, 28 Feb 2012 15:19:32 +0000 (15:19 +0000)]
Issue 21046: EDF 1610 GUI: To be able to change the width of the lines:
Update documentation.

12 years ago- \note VTK viewer has the limitation that volume elements basing on
eap [Tue, 28 Feb 2012 14:22:50 +0000 (14:22 +0000)]
- \note VTK viewer has the limitation that volume elements basing on
- the same set of nodes are invisible in the VTK viewer.

12 years agoload mesh from study before Compute and PreCompute
eap [Tue, 28 Feb 2012 14:06:58 +0000 (14:06 +0000)]
load mesh from study before Compute and PreCompute

12 years agoFix compilation on win32 platform.
rnv [Tue, 28 Feb 2012 14:00:22 +0000 (14:00 +0000)]
Fix compilation on win32 platform.

12 years agofix CoincidentElements::IsSatisfy() for polyhedrons
eap [Tue, 28 Feb 2012 13:32:04 +0000 (13:32 +0000)]
fix CoincidentElements::IsSatisfy() for polyhedrons

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Tue, 28 Feb 2012 07:47:56 +0000 (07:47 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state
    Do not erase commands of hyps not used to compute mesh

12 years agoChanged "Display settings" to "Properties"
gdd [Mon, 27 Feb 2012 12:49:43 +0000 (12:49 +0000)]
Changed "Display settings" to "Properties"

12 years agoUpdate doc
gdd [Mon, 27 Feb 2012 11:14:54 +0000 (11:14 +0000)]
Update doc

12 years agoUpdate the "Colors / Size" dialog.
gdd [Mon, 27 Feb 2012 11:09:21 +0000 (11:09 +0000)]
Update the "Colors / Size" dialog.

12 years agornc: added missing translations
gdd [Mon, 27 Feb 2012 09:56:00 +0000 (09:56 +0000)]
rnc: added missing translations

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Mon, 27 Feb 2012 09:15:43 +0000 (09:15 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

+    ## Loads mesh from the study after opening the study
+    def Load(self):

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 11:49:16 +0000 (11:49 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
     Do not forget imported mesh on hypotheses modification

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:58:14 +0000 (10:58 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

  interface SMESH_Mesh
  {
+    boolean IsLoaded()
+    void Load()

  interface SMESH_IDSource
  {
+    boolean IsMeshInfoCorrect();

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:56:40 +0000 (10:56 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

+    <parameter name="forget_mesh_on_hyp_modif"     value="false"/>

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:55:52 +0000 (10:55 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

addPreference( tr( "PREF_FORGET_MESH_AT_HYP_MODIF" ), loadGroup, LightApp_Preferences::Bool,

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:55:12 +0000 (10:55 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:52:50 +0000 (10:52 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

don't call GetTypes() of GroupOnFilter that can be very long

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:51:22 +0000 (10:51 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

move actual mesh loading to SMESH_PreMeshInfo

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:50:28 +0000 (10:50 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

+  bool ToForgetMeshDataOnHypModif() const { return myToForgetMeshDataOnHypModif; }

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:49:36 +0000 (10:49 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

+  virtual bool IsMeshInfoCorrect();

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:49:18 +0000 (10:49 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

reimplement after making all member fields of SMESH_subMesh_i private

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:47:20 +0000 (10:47 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

+  CORBA::Boolean IsLoaded()
+  void Load()
+  virtual bool IsMeshInfoCorrect();

+  SMESH_PreMeshInfo* _preMeshInfo; // mesh info before full loading from study file

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:46:31 +0000 (10:46 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

+  virtual bool IsMeshInfoCorrect();

+  SMESH_PreMeshInfo* _preMeshInfo; // mesh info before full loading from study file

12 years agountabify
eap [Fri, 24 Feb 2012 10:43:27 +0000 (10:43 +0000)]
untabify

12 years agorename treshold -> threshold
eap [Fri, 24 Feb 2012 10:42:57 +0000 (10:42 +0000)]
rename treshold -> threshold

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:42:10 +0000 (10:42 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

+ SMESH_PreMeshInfo.hxx \

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:39:58 +0000 (10:39 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
     rename private methods to start from lower-case letters

+  void Load();

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:38:22 +0000 (10:38 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
     rename private methods to start from lower-case letters

  enum compute_event {
+     SUBMESH_LOADED

+  void loadDependentMeshes();

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:33:21 +0000 (10:33 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

   add a note on usage of mySubMeshes while mesh loading

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:30:58 +0000 (10:30 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

+  bool IsUpToDate() const;

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:29:41 +0000 (10:29 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

protected:
+  inline void setNb(const SMDSAbs_EntityType geomType, const int nb);

12 years agoFix for the bug IPAL22857: "Find element by point problems"
ana [Mon, 20 Feb 2012 14:28:00 +0000 (14:28 +0000)]
Fix for the bug IPAL22857: "Find element by point problems"
Update doc

12 years agoFix for the bug IPAL22857: "Find element by point problems"
ana [Mon, 20 Feb 2012 14:27:21 +0000 (14:27 +0000)]
Fix for the bug IPAL22857: "Find element by point problems"
Correct doc

12 years agoFix for the bug IPAL22857: "Find element by point problems"
ana [Mon, 20 Feb 2012 14:25:20 +0000 (14:25 +0000)]
Fix for the bug IPAL22857: "Find element by point problems"

12 years agoFix for the "0020314: EDF 993 SMESH : Display bug with Volumes created by GHS3D"...
rnv [Mon, 20 Feb 2012 12:21:17 +0000 (12:21 +0000)]
Fix for the "0020314: EDF 993 SMESH : Display bug with Volumes created by GHS3D" issue (problem with displaying coincident 3D elements).

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Mon, 20 Feb 2012 06:59:35 +0000 (06:59 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state
    Keep hyp parameters modifications done after mesh.Comput()

12 years ago0021375: EDF 1671 SMESH: Dump study of current state
eap [Fri, 17 Feb 2012 15:59:58 +0000 (15:59 +0000)]
0021375: EDF 1671 SMESH: Dump study of current state
    Fix non-historical treating of hypo methods setting different parameters via one method
    by passing parameter names like e.g. SetOption("size", "0.2") -
    mangle method name by appending a 1st textual arg

12 years agoReplace Descret by Discrete in variable and method names.
gdd [Fri, 17 Feb 2012 14:30:02 +0000 (14:30 +0000)]
Replace Descret by Discrete in variable and method names.

12 years agoChange range of the Width spinbox: [0,5] -> [1,5]
rnv [Fri, 17 Feb 2012 11:24:13 +0000 (11:24 +0000)]
Change range of the Width spinbox: [0,5] -> [1,5]

12 years agoAdd the anisotropic and anisotropic_ratio options
gdd [Fri, 17 Feb 2012 09:37:00 +0000 (09:37 +0000)]
Add the anisotropic and anisotropic_ratio options

12 years ago021374: EDF 1898 SMESH: Extrusion of a node to have an edge
ana [Thu, 16 Feb 2012 14:52:20 +0000 (14:52 +0000)]
021374: EDF 1898 SMESH: Extrusion of a node to have an edge
and win32 compatibility ( replace isblank() -> isspace() )

12 years ago021374: EDF 1898 SMESH: Extrusion of a node to have an edge
ana [Thu, 16 Feb 2012 14:48:49 +0000 (14:48 +0000)]
021374: EDF 1898 SMESH: Extrusion of a node to have an edge

12 years ago021374: Extrusion of a node to have an edge
ana [Thu, 16 Feb 2012 14:46:03 +0000 (14:46 +0000)]
021374: Extrusion of a node to have an edge
minor change

12 years agoImplementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge...
ana [Wed, 15 Feb 2012 14:31:34 +0000 (14:31 +0000)]
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
Update doc

12 years agoImplementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge...
ana [Wed, 15 Feb 2012 14:30:42 +0000 (14:30 +0000)]
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.

12 years agoInitialisation of private variable.
gdd [Wed, 15 Feb 2012 13:07:11 +0000 (13:07 +0000)]
Initialisation of private variable.

12 years agoAdd missing French translations
gdd [Wed, 15 Feb 2012 12:41:51 +0000 (12:41 +0000)]
Add missing French translations

12 years ago0021374: EDF 1898 SMESH: Extrusion of a node to have an edge
eap [Wed, 15 Feb 2012 11:16:59 +0000 (11:16 +0000)]
0021374: EDF 1898 SMESH: Extrusion of a node to have an edge
    Add accessor methods to all commands of the hypothesis

12 years agoImplementation of the "21046: EDF 1610 GUI: To be able to change the width of the...
rnv [Tue, 14 Feb 2012 12:08:05 +0000 (12:08 +0000)]
Implementation of the "21046: EDF 1610 GUI: To be able to change the width of the lines" issue.

12 years ago0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
eap [Tue, 14 Feb 2012 11:35:04 +0000 (11:35 +0000)]
0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
   enhance checkParams() to allow 1 pair of vertices only for a face with 1 vertex

12 years ago0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
eap [Tue, 14 Feb 2012 11:33:38 +0000 (11:33 +0000)]
0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
   Allow 1 pair of vertices for a face with 1 vertex

12 years ago0021374]: EDF 1898 SMESH: Extrusion of a node to have an edge
eap [Mon, 13 Feb 2012 17:52:48 +0000 (17:52 +0000)]
0021374]: EDF 1898 SMESH: Extrusion of a node to have an edge

Don't ExtrusionFlags

12 years agoImplementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge...
ana [Mon, 13 Feb 2012 16:18:53 +0000 (16:18 +0000)]
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.