eap [Tue, 30 Nov 2010 10:43:15 +0000 (10:43 +0000)]
Add Tolerance arg to GetCriterion(), GetFilter() and MakeGroup()
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
+ def CopyMesh( self, meshPart, meshName, toCopyGroups=False, toKeepIDs=False)
eap [Tue, 30 Nov 2010 10:38:18 +0000 (10:38 +0000)]
0020945: EDF 1465 SMESH: create a new mesh from a selected group or from selected elements
+ SMESH_Mesh CopyMesh(in SMESH_IDSource meshPart,
+ in string meshName,
+ in boolean toCopyGroups,
+ in boolean toKeepIDs)
eap [Fri, 19 Nov 2010 16:47:06 +0000 (16:47 +0000)]
0020944: EDF 1464 SMESH: detection of over-constrained elements
+ FT_OverConstrainedVolume,
+ FT_OverConstrainedFace,
+ class OverConstrainedVolume: public Predicate
+ class OverConstrainedFace: public Predicate
eap [Fri, 19 Nov 2010 16:30:10 +0000 (16:30 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
limit computed histogram to a submesh
0020944: EDF 1464 SMESH: detection of over-constrained elements
+ class OverConstrainedVolume: public Predicate
+ class OverConstrainedFace: public Predicate
eap [Fri, 19 Nov 2010 16:28:39 +0000 (16:28 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
move updating distrubution of scalar bar to SMESH_Actor::UpdateDistribution()
0020944: EDF 1464 SMESH: detection of over-constrained elements
+ class OverConstrainedVolume: public Predicate
+ class OverConstrainedFace: public Predicate
eap [Fri, 19 Nov 2010 16:26:16 +0000 (16:26 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
move updating distrubution of scalar bar to SMESH_Actor::UpdateDistribution()
+ virtual void SMESH_Actor::UpdateDistribution() = 0;
0020944: EDF 1464 SMESH: detection of over-constrained elements
+ class OverConstrainedVolume: public Predicate
+ class OverConstrainedFace: public Predicate
eap [Fri, 19 Nov 2010 16:24:47 +0000 (16:24 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
+ virtual void SMESH_Actor::UpdateDistribution() = 0;
0020944: EDF 1464 SMESH: detection of over-constrained elements
+ class OverConstrainedVolume: public Predicate
+ class OverConstrainedFace: public Predicate
eap [Fri, 19 Nov 2010 16:22:49 +0000 (16:22 +0000)]
0020948: EDF 1468 SMESH: Histogram of the quality controls
limit computed histogram to a submesh
0020944: EDF 1464 SMESH: detection of over-constrained elements
+ class OverConstrainedVolume: public Predicate
+ class OverConstrainedFace: public Predicate
eap [Mon, 15 Nov 2010 11:51:29 +0000 (11:51 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
+ class BareBorderVolume: public Predicate
+ class BareBorderFace: public Predicate
eap [Mon, 15 Nov 2010 10:58:38 +0000 (10:58 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
+ class BareBorderVolume: public Predicate
+ class BareBorderFace: public Predicate
eap [Sat, 13 Nov 2010 08:59:22 +0000 (08:59 +0000)]
0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with GHS3D
re-check adjacent pyramids after fixing intersection with non-adjacent one
eap [Fri, 12 Nov 2010 14:48:30 +0000 (14:48 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
1) publish groups created by Compute()
2) SetStoreName() to groups before storing hypotheses
3) Store Persistent Id of SMESHDS_Mesh
4) Let hypotheses update their data after Load() copletion via UpdateAsMeshesRestored()
eap [Fri, 12 Nov 2010 14:39:34 +0000 (14:39 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders
Add means to notify CORBA API implementation level on group removal
caused by hypotheses events (maybe in other mesh)
- void RemoveGroup (const int theGroupID);
+ bool RemoveGroup (const int theGroupID);
eap [Fri, 1 Oct 2010 12:53:07 +0000 (12:53 +0000)]
0021015: EDF 1578 SMESH: Free nodes are removed when translating a mesh
* Pass empty set of elements if the whole mesh is to be transformed
* Fix incorrect treatment of groups of nodes
* Call SMESH_MeshEditor::Transform() from Scale*()
eap [Fri, 1 Oct 2010 12:48:49 +0000 (12:48 +0000)]
0021015: EDF 1578 SMESH: Free nodes are removed when translating a mesh
* Treate orphan nodes in Transform()
* Remove Scale() as being a paricular case of Transform()