eap
681172f20f
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>
2008-04-29 11:53:45 +00:00
jfa
b81d800721
NPAL19656: EDF709: Dump file with ExtrusionAlongPath does not work.
2008-04-29 11:03:08 +00:00
eap
688f84c387
Fix problem that "Show SubShape" does not work
2008-04-25 06:26:27 +00:00
eap
975d5ce014
in GetAvailableHypotheses(), checkGeometry only for algorithms
2008-04-24 12:50:31 +00:00
eap
036639c859
PAL19395 Unknoun exception is raised after trying to import med file in SMESH
...
protect from exception when setting invalid color
2008-04-23 14:04:53 +00:00
eap
95f6a1059b
in Mesh.Compute(), report hypothesis errors even if compute() returns OK
2008-04-23 07:02:52 +00:00
eap
570bbfb2ff
add and fix methods of GHS3D and BLSURF hypotheses
2008-04-22 16:52:09 +00:00
eap
70f7bf5c7d
fix check that submeshes are computed if !algo->OnlyUnaryInput()
2008-04-22 16:51:01 +00:00
eap
048254931e
small fix
2008-04-22 06:31:52 +00:00
eap
4e87b41d69
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>
2008-04-21 12:06:12 +00:00
eap
ca740133ec
PAL13903 Extrusion along a path , linear variation of the angles
2008-04-17 12:59:59 +00:00
eap
07a4229c1d
PAL13899 : Revolution tool ambigous for the user ( No Preview)
2008-04-17 12:59:04 +00:00
dmv
6d38cbb6d0
Correct implementation of NPAL 19561
2008-04-17 08:41:36 +00:00
eap
ab514907e5
remove NETGEN resources to NETGENPLUGIN
2008-04-17 08:41:07 +00:00
eap
25b744c11f
try to project face nodes if node positions are invalid, report an
...
error on their invalidity
2008-04-17 07:51:48 +00:00
eap
c69cf27bd1
improve error message
2008-04-17 07:49:56 +00:00
eap
bec2f2dc5f
make PrepareForWriting() public
2008-04-17 07:46:51 +00:00
eap
d120b39537
remove useless messages
2008-04-17 07:46:07 +00:00
eap
22b9a6bf30
enable loading resources of MESH plugings by prepending plugin name to pixMap name
2008-04-17 07:45:32 +00:00
eap
f2bbde8d18
add method allowing to customize help page location
...
+ virtual QString helpPage() const;
2008-04-17 07:44:47 +00:00
eap
ce4982ab11
try to cope with invalid node params on edges
2008-04-17 07:42:14 +00:00
eap
3a53c225bc
add GHS3D and BLSURF description
2008-04-17 07:34:01 +00:00
jfa
cbb220b1c0
Comments reviewed by YSN.
2008-04-16 13:40:14 +00:00
dmv
660f03eed4
NPAL 19561 Name of objects does not appear in the context menu of VTK viewer
2008-04-16 10:17:40 +00:00
eap
0958758e5e
PAL18352, PAL19290: Conflict in objects selections when switching modules
...
+ virtual bool isSelectionCompatible();
2008-04-16 08:22:32 +00:00
maintenance team
46000eb32e
Changing version to 4.1.2
2008-04-16 08:05:36 +00:00
eap
72a4218868
fix DriverMED_Family::Init()
2008-04-08 12:14:41 +00:00
jfa
2ea7fb42a0
NPAL19293: EDF673: Some groups disappear when export and reimport to/from MED. Fix problem with groups removal.
2008-04-01 08:54:09 +00:00
skl
fdca18229c
Changes for bug NPAL18246.
2008-03-25 06:28:42 +00:00
eap
30c4d1f606
fix python dump of MoveClosestNodeToPoint()
2008-03-24 14:14:58 +00:00
eap
1634a3e4d9
PAL19321 Problem of Create Group for volumes
...
SetEntityMode() according to group type
2008-03-21 11:10:21 +00:00
dmv
e7f0754d32
NPAL14803 deleted debug information from terminal
2008-03-20 15:25:28 +00:00
eap
65d7c9da5b
PAL19276 ExportMED does not work when the mesh is too big
...
optimize a little performance of findIJ()
2008-03-20 13:15:42 +00:00
eap
44b7358139
PAL19276 ExportMED does not work when the mesh is too big
...
if (type == SMDSAbs_Face)
vTool.GetAllExistingFaces( myElems );
else
- vTool.GetAllExistingFaces( myElems );
+ vTool.GetAllExistingEdges( myElems );
}
Minimize momory usage at writting mesh to med file
2008-03-20 13:10:50 +00:00
eap
8dd1291a68
PAL19276 ExportMED does not work when the mesh is too big
...
Minimize momory usage at writting mesh to med file
2008-03-20 12:46:44 +00:00
mzn
7438b0e7bc
Fix for bug NPAL19028 ( Default way browser ).
2008-03-20 12:44:29 +00:00
eap
28332f1399
Comment debug output
2008-03-20 12:35:55 +00:00
eap
886d5de06c
PAL19272 CEA patch 4.1.1 / 3.2.9: problem with nodes or corners
...
Remove nodes on vertices at CLEAN event if !algo->NeedDescretBoundary()
2008-03-17 13:56:56 +00:00
dmv
553f9198f9
Fix of SMESH compilation error...
2008-03-17 10:24:05 +00:00
dmv
f3e94fb681
NPAL13898 Ok Apply Close laborious for User...
2008-03-14 14:06:36 +00:00
dmv
af9ba5c340
NPAL14803 Colors in MED Save&Reload presistance
2008-03-11 10:14:24 +00:00
jfa
c1995ef892
Join delta from tag V4_1_1 till tag mergeto_V4_1_0_maintainance_07Mar2008.
2008-03-07 11:05:56 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +00:00
nge
984c4ffdd7
PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree.
2007-01-22 15:14:44 +00:00
jfa
c46bd4f9bb
Warn about direct SMESH idl usage: smesh python package have to be used where it is possible.
2006-06-08 14:05:08 +00:00
jfa
fb9855e033
New smesh example from Francis KLOSS
2006-06-08 11:02:23 +00:00
jfa
54d277e9e3
Fix problem with table of contents resizing
2006-06-06 12:38:56 +00:00
jfa
c63ee099ad
Join modifications from branch BR_DEBUG_3_2_0b1
2006-06-01 11:39:17 +00:00
jfa
7cab0901cb
Fix bug 10955: Collisions with 'Ctrl+I' and 'Ctrl+M' hot keys.
2006-05-10 14:34:56 +00:00
eap
d9a6e9d9f3
fix bug 12361. In SetName(): there may be no study
2006-05-10 12:54:55 +00:00