eap
d9c7926dd6
22517: [CEA 1079] Filter Multi-connections can not be created with the graphical interface
2014-03-17 18:34:00 +04:00
Maintenance team (INV)
fda36beb99
0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
...
Fix compilation problem
2014-03-17 09:54:10 +04:00
imn
e061c0b256
0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
...
Small fix
2014-03-14 19:07:24 +04:00
mpa
88c84e8922
Fixing of bugs concerning the clipping planes functionality
2014-03-12 10:11:57 +04:00
eap
395112afac
22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
...
1) Some fixes
2) pass toCheckAll=true to IsApplicable() only if a shape is geom group
2014-03-11 19:46:54 +04:00
eap
2808cea8b6
ILMAB: export GEOM fields to MED file
...
Do not show fields that can't be exported: string fields and fields on the whole shape
2014-03-11 16:48:41 +04:00
eap
97787812e2
ILMAB: export GEOM fields to MED file
2014-03-05 17:42:42 +04:00
imn
e26ffcc005
0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
...
0022365: EDF SMESH: Create Mesh dialog box improvement: hide algorithms depending on a mesh type
2014-02-28 18:58:28 +04:00
eap
7c09ac523c
22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
...
Improve code readability
2014-02-26 13:50:42 +04:00
eap
10e32df831
22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
...
Bug: 3D tab disabled on an imported mesh
2014-02-26 12:57:20 +04:00
mgn
e2cd4bc297
Additional fix for the "0021793: [CEA 625] Clipping : from coordinates
...
or from bounding box"
2014-02-24 15:36:54 +04:00
imn
6aea23b893
0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
...
0022365: EDF SMESH: Create Mesh dialog box improvement: hide algorithms depending on a mesh type
2014-02-21 12:25:11 +04:00
akl
b0a908c0d2
Update copyrights 2014.
2014-02-20 16:25:37 +04:00
eap
4581091214
In Create Mesh dlg, add "objects" to a number of selected GEOM objects
2014-02-20 14:05:45 +04:00
eap
398091c671
Excess quote
2014-02-20 13:38:40 +04:00
eap
004510cb7d
Make meshes with different names if several GEOM objects selected
2014-02-20 12:55:58 +04:00
eap
a30b3a5fbf
Fix strange string like "1 , 1 , 1 " instead of nb of selected geom objects at mesh creation
2014-02-19 17:15:16 +04:00
eap
53fcb605c1
0022367: EDF SMESH: Notification on concurrent algorithms/hypotheses
2014-02-14 16:05:31 +04:00
eap
3216bba91f
0022364, 0022363: EDF SMESH: Create Mesh dialog box improvement
2014-02-14 16:03:10 +04:00
eap
d9b7053864
0022362: EDF SMESH: Quadrangle (mapping) algorithm: enforced vortices
...
Create GUI
2014-02-14 15:53:14 +04:00
gdd
74d992bdaf
Update French translation file
2014-02-05 11:03:39 +00:00
eap
74a891c6f3
22359: Body Fitting algorithm: grid orientation
...
Fix a crash in the release mode
+ // Creation of this class disables vtkMatplotlibMathTextUtilities
+ struct MPLMathText_Disabler : protected vtkMatplotlibMathTextUtilities
2014-02-05 09:13:00 +00:00
eap
5c9a9bf940
22359: Body Fitting algorithm: grid orientation
...
Fix the destructor
2014-02-05 08:20:55 +00:00
eap
494cae9236
22359: Body Fitting algorithm: grid orientation
...
Add labels to arrows
2014-02-04 13:06:14 +00:00
rnv
b737ae98e6
Additional fix for the "0022460: [CEA 1042] Copy Mesh: impossible mesh selection in the object browser if selection in 3D view is disabled" issue.
2014-01-24 11:16:50 +00:00
rnv
6a9d0d6ae6
Fix for the "0022460: [CEA 1042] Copy Mesh: impossible mesh selection in the object browser if selection in 3D view is disabled"
2014-01-24 08:37:57 +00:00
eap
c94d606fe3
22316: EDF 2719 SMESH: Split hexas into prisms
...
Make Python API be equal to IDL API
2014-01-21 16:37:16 +00:00
eap
3f7c707fd9
22316: EDF 2719 SMESH: Split hexas into prisms
...
disable dialog if a mesh includes no hexahedra
2014-01-21 09:24:53 +00:00
eap
f55c997d2e
fix indentation
2014-01-20 10:45:36 +00:00
eap
0eac807ec1
22316: EDF 2719 SMESH: Split hexas into prisms
...
+ void SetArrowShapeAndNb( int nbArrows,
+ double headLength,
+ double headRadius,
+ double start=0.);
+ void SetArrows( const gp_Ax1* axes,
+ double length);
+ vtkUnstructuredGrid* GetGrid() const;
2014-01-20 10:34:46 +00:00
eap
74b03c9f40
22316: EDF 2719 SMESH: Split hexas into prisms
...
namespace SMESH
{
enum SMESHGUI_FilterType {
QuadFilter = 5,
TriaFilter = 6,
+ FirstGeometryTypeFilter,
+ FirstEntityTypeFilter = FirstGeometryTypeFilter + SMDSGeom_NONE,
+ LastFilter = FirstEntityTypeFilter + SMDSEntity_Last
};
};
+class SMESHGUI_VolumeShapeFilter : public SMESHGUI_Filter
+{
2014-01-20 10:34:21 +00:00
eap
f500e5a8b6
22316: EDF 2719 SMESH: Split hexas into prisms
2014-01-20 10:31:23 +00:00
vsr
f7aba4830d
Merge from BR_imps_2013 14/01/2014
2014-01-15 09:41:17 +00:00
eap
b117205bfd
22455: Error "No mesh elements assigned to a face" is raised instead of a simple warning
...
1) Fix finding a shape in a study
2) Append study entry to a name of published failed sub-shape
2014-01-10 08:01:57 +00:00
eap
dda95cb5b7
22455: Error "No mesh elements assigned to a face" is raised instead of a simple warning
...
Append study entry to a failed sub-shape name,
else it's hard to find a sub-shape in the study
2014-01-09 15:08:07 +00:00
vsr
072a73120b
Merge from V7_3_BR (09/01/2014)
2014-01-09 14:20:44 +00:00
vsr
2cd148d066
Merge from V7_3_BR branch 18/12/2013
2013-12-18 15:08:18 +00:00
mpa
49638e2cad
INT PAL: 0052225: Failed mesh - number of isolines does not correspond to settings
2013-12-13 10:17:22 +00:00
eap
f22869c9cf
0052235: TC7.3.0: continious fatal errors after splitting into 24 tetrahedra
...
Protect myMesh from deletion in onApply()
2013-12-06 15:26:44 +00:00
eap
5e342ebfd0
52223: TC7.3.0:Automatically create groups for MED export does not
...
save in export mesh dialog box,when we check it in preferences
2013-12-05 15:47:22 +00:00
rnc
3a98cb17c9
Japanese translations update
2013-12-05 10:38:14 +00:00
eap
78bfc8db7d
22434: [CEA 1022] If selection is disabled, the contextual menu of VTK view does not update on selected object
...
Fix processOwner() for the case of disabled SVTK selection
2013-12-05 09:32:23 +00:00
mpa
1e8362453d
INT PAL 0052190: TC7.3.0: impossible to set proper value for clipping
2013-12-04 09:43:48 +00:00
kga
68e9313a5e
IPAL0052195: TC7.3.0: Application crashes after closing "Add Quadratic Edge" dialog
2013-12-04 05:38:25 +00:00
vsr
15e0993d69
Fix crash (from PPGP) when invoking popup on non-smesh (light) object
2013-12-03 10:58:50 +00:00
imn
c8c04435db
Integrated in V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
2013-11-27 07:30:42 +00:00
eap
cf325767f5
more orthography
2013-11-26 13:41:02 +00:00
eap
521479f0ef
Fix indentation
2013-11-26 13:37:39 +00:00
imn
33d8a195b4
Integrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
2013-11-26 10:15:18 +00:00
imn
608b1a194b
Integrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
2013-11-26 10:11:53 +00:00