Salome HOME
modules/smesh.git
15 years ago[SALOME platform 0019943] Pb with projection 2d
eap [Mon, 28 Jul 2008 15:57:35 +0000 (15:57 +0000)]
[SALOME platform 0019943] Pb with projection 2d
+  bool IsRealSeam(const int subShape) const

15 years agoRemove debug traces
jfa [Fri, 25 Jul 2008 10:50:02 +0000 (10:50 +0000)]
Remove debug traces

15 years agoBug 0019943: Pb with projection 2d. Fix for a seam edge on not really closed face.
jfa [Fri, 25 Jul 2008 10:32:18 +0000 (10:32 +0000)]
Bug 0019943:  Pb with projection 2d. Fix for a seam edge on not really closed face.

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:58:49 +0000 (09:58 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+msgid "SMESH_HYP_13"
+msgstr "Algorithm can't work without shape"
+
+msgid "SMESHGUI_ComputeDlg::SHOW_BAD_MESH"
+msgstr "Show bad Mesh"
+

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:58:11 +0000 (09:58 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+  void onShowBadMesh();

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:57:13 +0000 (09:57 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
  Move MeshPreviewStruct to SMESH_Mesh.idl

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:56:41 +0000 (09:56 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
  enum Hypothesis_Status // in the order of severity
  {
+    HYP_NEED_SHAPE    // algorithm can work on shape only
   };

  Move here MeshPreviewStruct from MeshEditor

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:55:03 +0000 (09:55 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
   struct ComputeError
   {
+    boolean hasBadMesh; // there are elements preventing computation available for visualization
   }

+  SMESH::MeshPreviewStruct* GetBadInputElements( SMESH::SMESH_Mesh_ptr theMesh,
+                                                 CORBA::Short          theSubShapeID )

15 years agoSMESH::Hypothesis_Status SMESH_Mesh_i::ConvertHypothesisStatus
eap [Mon, 21 Jul 2008 09:53:33 +0000 (09:53 +0000)]
SMESH::Hypothesis_Status SMESH_Mesh_i::ConvertHypothesisStatus
                         (SMESH_Hypothesis::Hypothesis_Status theStatus){
  switch (theStatus) {
+  RETURNCASE( HYP_NEED_SHAPE    );

15 years agoCORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
eap [Mon, 21 Jul 2008 09:52:43 +0000 (09:52 +0000)]
CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
{
-    return false;
+    return 0;

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:51:45 +0000 (09:51 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+  // Return mesh elements preventing computation of a subshape
+  SMESH::MeshPreviewStruct* GetBadInputElements( SMESH::SMESH_Mesh_ptr theMesh,
+                                                 CORBA::Short          theSubShapeID )

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:50:39 +0000 (09:50 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
   fix for algos not needing shapes

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:49:06 +0000 (09:49 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
 {
   _name = "UseExisting_1D";
   _shapeType = (1 << TopAbs_EDGE); // 1 bit per shape type
+  _requireShape = false;
 }

15 years agofix misspelling
eap [Mon, 21 Jul 2008 09:47:54 +0000 (09:47 +0000)]
fix misspelling

15 years agofix the problem that dependent submeshes are not always cleared when
eap [Mon, 21 Jul 2008 09:47:15 +0000 (09:47 +0000)]
fix the problem that dependent submeshes are not always cleared when
hypothesis is removed

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:43:48 +0000 (09:43 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
     improve work with algos not needeing shapes

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:42:35 +0000 (09:42 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
  enum Hypothesis_Status // in the order of severity
  {
+    HYP_NEED_SHAPE    // algorithm can work on shape only

15 years ago[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
eap [Mon, 21 Jul 2008 09:41:11 +0000 (09:41 +0000)]
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
    store bad input elements and nodes

15 years agoBug IPAL20034 Error after Find geometry by mesh element selection,if element is selec...
dmv [Tue, 15 Jul 2008 06:20:48 +0000 (06:20 +0000)]
Bug IPAL20034 Error after Find geometry by mesh element selection,if element is selected,but mesh isn't created.Regress.

15 years agoBug IPAL19981 4x regress: unstable font for values of scalar bar
dmv [Tue, 8 Jul 2008 08:15:13 +0000 (08:15 +0000)]
Bug IPAL19981 4x regress: unstable font for values of scalar bar

15 years ago[SALOME platform 0019911]: pb of memory allocation in SMESH
eap [Mon, 7 Jul 2008 07:36:47 +0000 (07:36 +0000)]
[SALOME platform 0019911]: pb of memory allocation in SMESH
    call CheckMemory() not at any entity addition but after adding
    CHECKMEMORY_INTERVAL(=1000) entities.

15 years ago[SALOME platform 0019911]: pb of memory allocation in SMESH
eap [Mon, 7 Jul 2008 07:34:17 +0000 (07:34 +0000)]
[SALOME platform 0019911]: pb of memory allocation in SMESH
    make the amount of memory allocated at each step depend on total RAM size

15 years agoChanges for bug IPAL19574.
skl [Fri, 4 Jul 2008 11:02:20 +0000 (11:02 +0000)]
Changes for bug IPAL19574.

15 years agoFix for bug IPAL20043 : Problem of current folder definition during mesh export ...
mkr [Thu, 3 Jul 2008 09:00:42 +0000 (09:00 +0000)]
Fix for bug IPAL20043 : Problem of current folder definition during mesh export (Appendix for Mantis 0019903).

15 years agoBug 0019389: Impossible to create a group with a selection in another group.
jfa [Thu, 3 Jul 2008 07:33:37 +0000 (07:33 +0000)]
Bug 0019389: Impossible to create a group with a selection in another group.

15 years agoIMP 001989: multi selection in "Import" dialog boxes
vsr [Wed, 2 Jul 2008 08:41:03 +0000 (08:41 +0000)]
IMP 001989: multi selection in "Import" dialog boxes

15 years agoBug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometim...
dmv [Tue, 1 Jul 2008 13:26:51 +0000 (13:26 +0000)]
Bug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometimes it either crashes or hangs up.

15 years agoBug IPAL20038 Name disappears in Create Group on Mesh dialog box when Group type...
dmv [Tue, 1 Jul 2008 12:38:09 +0000 (12:38 +0000)]
Bug IPAL20038 Name disappears in Create Group on Mesh dialog box when Group type is changed.

15 years agoFix for bug 0019903: EDF 781 SMESH: give a default name when exporting mesh.
mkr [Mon, 30 Jun 2008 10:06:21 +0000 (10:06 +0000)]
Fix for bug 0019903: EDF 781 SMESH: give a default name when exporting mesh.

15 years agoBug IPAL19581 REGR: Fatal error SIGSEGV on validation "Selection filter library"
dmv [Thu, 26 Jun 2008 12:54:23 +0000 (12:54 +0000)]
Bug IPAL19581 REGR: Fatal error SIGSEGV on validation "Selection filter library"

15 years agoIPAL19824, Smoothing. Selection of edges is incorrect - they must be inactive.
dmv [Mon, 23 Jun 2008 10:18:26 +0000 (10:18 +0000)]
IPAL19824, Smoothing. Selection of edges is incorrect - they must be inactive.
IPAL10421, Needless selection in 3D Viewer during Smoothing operation

15 years agoUpdated for bug IPAL19474.
skl [Mon, 23 Jun 2008 07:56:20 +0000 (07:56 +0000)]
Updated for bug IPAL19474.

15 years agoIPAL 19883 Smoothing. Error on Apply if "Fixed nodes ids" is activated, but node...
dmv [Fri, 20 Jun 2008 13:53:26 +0000 (13:53 +0000)]
IPAL 19883 Smoothing. Error on Apply if "Fixed nodes ids" is activated, but node is not selected.

15 years agoFix problems with quadratic elements preview in 'Add Quadriatic element' dialog box.
vsr [Fri, 20 Jun 2008 13:24:37 +0000 (13:24 +0000)]
Fix problems with quadratic elements preview in 'Add Quadriatic element' dialog box.

15 years agoIPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode
dmv [Thu, 19 Jun 2008 10:33:52 +0000 (10:33 +0000)]
IPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode

15 years agoFix bug with SIGSEGV when entering wrong edge id in "Diagonal Inversion" and "Union...
vsr [Thu, 19 Jun 2008 08:39:09 +0000 (08:39 +0000)]
Fix bug with SIGSEGV when entering wrong edge id in "Diagonal Inversion" and "Union Triangles" dialog boxes

15 years agoID 0019887: EDF 757 SMESH: It is possible to delete a referenced GEOM object from...
dmv [Thu, 19 Jun 2008 07:15:20 +0000 (07:15 +0000)]
ID 0019887: EDF 757 SMESH: It is possible to delete a referenced GEOM object from SMESH

15 years agoUpdate for bug IPAL19574.
skl [Thu, 19 Jun 2008 05:35:18 +0000 (05:35 +0000)]
Update for bug IPAL19574.

15 years ago[SALOME platform 0019880]: SIGSEV while dumping the study V4_1_3 V4_1_3rc2
eap [Wed, 11 Jun 2008 07:05:33 +0000 (07:05 +0000)]
[SALOME platform 0019880]: SIGSEV while dumping the study

15 years agowarning added by customer's request
maintenance team [Tue, 10 Jun 2008 11:57:03 +0000 (11:57 +0000)]
warning added by customer's request

15 years agoAssure re-compute after "Clear Mesh data" if there was computation failure
eap [Mon, 9 Jun 2008 08:05:23 +0000 (08:05 +0000)]
Assure re-compute after "Clear Mesh data" if there was computation failure

15 years agoIssue 0016760: improve dialog box
vsr [Mon, 9 Jun 2008 07:09:36 +0000 (07:09 +0000)]
Issue 0016760: improve dialog box

15 years agoIssue 0016760: Fix pb in zero size of MED file
vsr [Mon, 9 Jun 2008 07:08:28 +0000 (07:08 +0000)]
Issue 0016760: Fix pb in zero size of MED file

15 years ago[SALOME platform 0019867]: Export/Import MED problem with Volumes
eap [Mon, 9 Jun 2008 06:49:26 +0000 (06:49 +0000)]
[SALOME platform 0019867]: Export/Import MED problem with Volumes
     Prevent from whitespace being the last char of family name - II

15 years agoFix for bug 0019870(Import/Export should show current directory). Correction.
mzn [Sat, 7 Jun 2008 13:55:17 +0000 (13:55 +0000)]
Fix for bug 0019870(Import/Export should show current directory). Correction.

15 years agoFix for bug 0019870(Import/Export should show current directory).
mzn [Sat, 7 Jun 2008 12:49:40 +0000 (12:49 +0000)]
Fix for bug 0019870(Import/Export should show current directory).

15 years agoChanging version to 4.1.3 V4_1_3rc1
maintenance team [Mon, 2 Jun 2008 06:55:14 +0000 (06:55 +0000)]
Changing version to 4.1.3

15 years agoPAL16760 - MED file information
eap [Fri, 30 May 2008 09:26:48 +0000 (09:26 +0000)]
PAL16760 - MED file information
    store MedFileInfo instead of file name in order not to open med
    file every time GetMedFileInfo() is called, which happens at every
    invoking pop-up of mesh.

15 years agoUpdate for bug IPAL19784.
skl [Thu, 29 May 2008 05:11:32 +0000 (05:11 +0000)]
Update for bug IPAL19784.

15 years agoUpdated for IPAL19813.
skl [Wed, 28 May 2008 05:36:27 +0000 (05:36 +0000)]
Updated for IPAL19813.

15 years agoPAL16760 - MED file information
asl [Tue, 27 May 2008 10:27:58 +0000 (10:27 +0000)]
PAL16760 - MED file information

15 years agoPAL19816 error in the Mesh Module Reference Manual v4.1.2.
eap [Tue, 27 May 2008 08:50:45 +0000 (08:50 +0000)]
PAL19816 error in the Mesh Module Reference Manual v4.1.2.
     fix description of "Scale Distribution"

15 years agoIPAL 19788 REGRESSION - groups are lost after import UNV file.
dmv [Tue, 27 May 2008 08:28:45 +0000 (08:28 +0000)]
IPAL 19788 REGRESSION - groups are lost after import UNV file.

15 years agoPAL19817 Projection 1D algorithm failure.
eap [Tue, 27 May 2008 07:43:06 +0000 (07:43 +0000)]
PAL19817 Projection 1D algorithm failure.
      fix association of groups by propagation

15 years agoPAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
eap [Tue, 27 May 2008 06:17:13 +0000 (06:17 +0000)]
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
    hide groups and submeshes

15 years agoUpdated for IPAL19826.
skl [Tue, 27 May 2008 06:13:26 +0000 (06:13 +0000)]
Updated for IPAL19826.

15 years agoadd missing includes
eap [Mon, 26 May 2008 14:15:28 +0000 (14:15 +0000)]
add missing includes

15 years agocomment warning message
eap [Mon, 26 May 2008 14:15:02 +0000 (14:15 +0000)]
comment warning message

15 years agoPAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
eap [Mon, 26 May 2008 14:14:19 +0000 (14:14 +0000)]
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects

15 years agoPAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
eap [Mon, 26 May 2008 14:06:14 +0000 (14:06 +0000)]
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects

15 years agocorrection
eap [Mon, 26 May 2008 13:58:48 +0000 (13:58 +0000)]
correction

15 years agoUpdated for NPAL15716.
skl [Mon, 26 May 2008 07:24:55 +0000 (07:24 +0000)]
Updated for NPAL15716.

15 years agoremove obsolete file
eap [Fri, 23 May 2008 10:15:17 +0000 (10:15 +0000)]
remove obsolete file

15 years agoBug #: NPAL19561 Strip extra spaces from groups popup menu in SMESH
dmv [Thu, 22 May 2008 08:54:11 +0000 (08:54 +0000)]
Bug #: NPAL19561 Strip extra spaces from groups popup menu in SMESH

15 years agoremove unused variable
eap [Thu, 22 May 2008 08:43:32 +0000 (08:43 +0000)]
remove unused variable

15 years agoPAL19785 Anomaly UnionGroup + hdf save
eap [Thu, 22 May 2008 08:43:10 +0000 (08:43 +0000)]
PAL19785 Anomaly UnionGroup + hdf save
    Prevent from whitespace being the last char of family name

15 years agoNPAL18500: structured help for SMESH python interface.
jfa [Wed, 21 May 2008 10:29:11 +0000 (10:29 +0000)]
NPAL18500: structured help for SMESH python interface.

15 years agoIPAL 19788 4.x: REGRESSION - groups are lost after import UNV file.
dmv [Wed, 21 May 2008 09:34:01 +0000 (09:34 +0000)]
IPAL 19788 4.x: REGRESSION - groups are lost after import UNV file.

15 years agoUpdated for NPAL19665.
skl [Wed, 21 May 2008 06:31:42 +0000 (06:31 +0000)]
Updated for NPAL19665.

15 years agoFix for NPAL19645 : Improve SMESH documentation: describe all filters.
mkr [Tue, 20 May 2008 13:23:55 +0000 (13:23 +0000)]
Fix for NPAL19645 : Improve SMESH documentation: describe all filters.

15 years agoLengthFromEdges is a default hyp
eap [Tue, 20 May 2008 09:49:34 +0000 (09:49 +0000)]
LengthFromEdges is a default hyp

15 years agoPAL19772 integration modifications GHS3DPRL plugin, and Hexotic plugin
eap [Tue, 20 May 2008 09:48:59 +0000 (09:48 +0000)]
PAL19772 integration modifications GHS3DPRL plugin, and Hexotic plugin
     a message from a CEA developpeur : modified files for plugin GHS3DPRL (and Hexotic) correcting weakness in Hexotic plugin

15 years agoNPAL19658: Deletion problem. Invalid actions were called by shortcuts.
jfa [Tue, 20 May 2008 08:03:01 +0000 (08:03 +0000)]
NPAL19658: Deletion problem. Invalid actions were called by shortcuts.

15 years agoNPAL 19727 EDf 715 SMESH: Import of unv file adds a space character at the end of...
dmv [Mon, 19 May 2008 07:31:14 +0000 (07:31 +0000)]
NPAL 19727 EDf 715 SMESH: Import of unv file adds a space character at the end of group names

15 years agoUpdate SMESH documentstion pics V4_1_2 V4_1_2rc3
dmv [Thu, 8 May 2008 13:36:28 +0000 (13:36 +0000)]
Update SMESH documentstion pics

15 years agoNPAL13898
dmv [Thu, 8 May 2008 13:19:51 +0000 (13:19 +0000)]
NPAL13898

15 years agoUpdate SMESH documentation with NPAL13898
dmv [Thu, 8 May 2008 13:01:39 +0000 (13:01 +0000)]
Update SMESH documentation with NPAL13898

15 years agoReplace Ok button with Apply and Close.
mzn [Thu, 8 May 2008 12:39:41 +0000 (12:39 +0000)]
Replace Ok button with Apply and Close.

15 years agoNPAL13898 Ok/Apply/Close laborious for User
dmv [Wed, 7 May 2008 11:37:21 +0000 (11:37 +0000)]
NPAL13898 Ok/Apply/Close laborious for User

15 years agoPAL19680 Meshers: BLSURF, GHS3D and holed shapes
eap [Tue, 6 May 2008 09:56:40 +0000 (09:56 +0000)]
PAL19680 Meshers: BLSURF, GHS3D and holed shapes
   some additions

15 years agoDefault MED version for export is 2.3.
jfa [Tue, 6 May 2008 07:32:45 +0000 (07:32 +0000)]
Default MED version for export is 2.3.

15 years agoadd more options to BLSURF
eap [Mon, 5 May 2008 10:23:44 +0000 (10:23 +0000)]
add more options to BLSURF

15 years agoadd more options to BLSURF
eap [Mon, 5 May 2008 06:06:06 +0000 (06:06 +0000)]
add more options to BLSURF

15 years agoadd more options to BLSURF
eap [Sun, 4 May 2008 09:35:47 +0000 (09:35 +0000)]
add more options to BLSURF

15 years agodialogue fixed
eap [Sun, 4 May 2008 07:57:16 +0000 (07:57 +0000)]
dialogue fixed

15 years agonew advanced parameters
eap [Sun, 4 May 2008 07:56:42 +0000 (07:56 +0000)]
new advanced parameters

16 years agoPAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
eap [Wed, 30 Apr 2008 16:00:42 +0000 (16:00 +0000)]
PAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
     small fix

16 years agoPAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
eap [Wed, 30 Apr 2008 09:39:40 +0000 (09:39 +0000)]
PAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
      add more 4 advanced options to GHS3D

16 years agoAdditional fix for bug NPAL19028 (see remarks from Olivier Giorgis).
mzn [Tue, 29 Apr 2008 13:17:03 +0000 (13:17 +0000)]
Additional fix for bug NPAL19028 (see remarks from Olivier Giorgis).

16 years agoPAL19680 Meshers: BLSURF, GHS3D and holed shapes
eap [Tue, 29 Apr 2008 11:53:45 +0000 (11:53 +0000)]
PAL19680 Meshers: BLSURF, GHS3D and holed shapes
-shape will be meshed.</li>
+shape will be meshed. Volumic elements created within holes are bound
+to the solid.</li>

16 years agoNPAL19656: EDF709: Dump file with ExtrusionAlongPath does not work.
jfa [Tue, 29 Apr 2008 11:03:08 +0000 (11:03 +0000)]
NPAL19656: EDF709: Dump file with ExtrusionAlongPath does not work.

16 years agoFix problem that "Show SubShape" does not work
eap [Fri, 25 Apr 2008 06:26:27 +0000 (06:26 +0000)]
Fix problem that "Show SubShape" does not work

16 years agoin GetAvailableHypotheses(), checkGeometry only for algorithms V4_1_2rc2
eap [Thu, 24 Apr 2008 12:50:31 +0000 (12:50 +0000)]
in GetAvailableHypotheses(), checkGeometry only for algorithms

16 years agoPAL19395 Unknoun exception is raised after trying to import med file in SMESH
eap [Wed, 23 Apr 2008 14:04:53 +0000 (14:04 +0000)]
PAL19395 Unknoun exception is raised after trying to import med file in SMESH
     protect from exception when setting invalid color

16 years agoin Mesh.Compute(), report hypothesis errors even if compute() returns OK
eap [Wed, 23 Apr 2008 07:02:52 +0000 (07:02 +0000)]
in Mesh.Compute(), report hypothesis errors even if compute() returns OK

16 years agoadd and fix methods of GHS3D and BLSURF hypotheses
eap [Tue, 22 Apr 2008 16:52:09 +0000 (16:52 +0000)]
add and fix methods of GHS3D and BLSURF hypotheses

16 years agofix check that submeshes are computed if !algo->OnlyUnaryInput()
eap [Tue, 22 Apr 2008 16:51:01 +0000 (16:51 +0000)]
fix check that submeshes are computed if !algo->OnlyUnaryInput()

16 years agosmall fix
eap [Tue, 22 Apr 2008 06:31:52 +0000 (06:31 +0000)]
small fix

16 years agosmall correction:
eap [Mon, 21 Apr 2008 12:06:12 +0000 (12:06 +0000)]
small correction:
-of ghs3d software, while usually these files are remove after mesher launch </li>
+of ghs3d software, while usually these files are removed after mesher launch </li>

16 years agoPAL13903 Extrusion along a path , linear variation of the angles V4_1_2rc1
eap [Thu, 17 Apr 2008 12:59:59 +0000 (12:59 +0000)]
PAL13903 Extrusion along a path , linear variation of the angles