eap [Mon, 29 Jan 2007 09:21:37 +0000 (09:21 +0000)]
PAL13139 (Corrupted reading of groups at import of MED files in Post-Pro)
Do not create families and groups of all entities if there are
no such entities in the mesh
admin [Mon, 22 Jan 2007 15:14:46 +0000 (15:14 +0000)]
This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.
Cherrypick from master 2007-01-22 15:14:44 UTC nge <nge> 'PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree.':
src/SMESH/SMESH_Octree.cxx
src/SMESH/SMESH_Octree.hxx
src/SMESH/SMESH_OctreeNode.cxx
src/SMESH/SMESH_OctreeNode.hxx
eap [Mon, 22 Jan 2007 06:35:47 +0000 (06:35 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es
letting the user know that assigned algorithm will not be
taken into accoun while mesh generation
eap [Fri, 19 Jan 2007 14:43:59 +0000 (14:43 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
add _pyCommand::GetIndentation() and addErrorTreatmentCmd()
used to show status of not wrapped AddHypothesis() command
eap [Fri, 19 Jan 2007 14:39:30 +0000 (14:39 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es
letting the user know that assigned algorithm will not be
taken into account while mesh generation
eap [Fri, 29 Dec 2006 16:26:27 +0000 (16:26 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
1) protect FindFace() from access to NULL nodes
2) fix FindFace() for polygons
eap [Fri, 29 Dec 2006 14:37:28 +0000 (14:37 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
use set<element,comparator> instead of map<ID,element> to
have elements sorted by ID
eap [Fri, 29 Dec 2006 14:36:25 +0000 (14:36 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
use GetInverseElementIterator(type) instead of node->facesIterator ()
and node->edgesIterator() to avoid infinite recursion from
volume->facesIterator()
eap [Fri, 29 Dec 2006 14:33:32 +0000 (14:33 +0000)]
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
1) use GetInverseElementIterator(type) instead of facesIterator
and edgesIterator()
2) use set<element,comparator> instead of map<ID,element> to
have elements sorted by ID
eap [Fri, 29 Dec 2006 09:24:35 +0000 (09:24 +0000)]
PAL14419 (IMP: a filter predicate to find nodes/elements lying on any
kind of geom surface needed)
fix by ASV for instable work of TableDistribution in PLEIADES project
eap [Wed, 6 Dec 2006 15:53:25 +0000 (15:53 +0000)]
PAL13473 (Build repetitive mesh):
1) add methods to track non hierarchical dependencies
between submeshes
2) preview a case that an algo can be not assigned because a shape
mismatches algo's expectations
3) fix pb that algo state can not change at MODIF_HYP event
eap [Wed, 6 Dec 2006 15:40:49 +0000 (15:40 +0000)]
PAL13473 (Build repetitive mesh):
1) add int GetObjectId(CORBA::Object_ptr)
2) in GetAlgoState(), treat a new algo error
3) modify Load() to restore references of hypos to meshes and shapes
eap [Wed, 6 Dec 2006 15:27:15 +0000 (15:27 +0000)]
PAL13473 (Build repetitive mesh):
1) fix problem of a wrong mesh on strongly curved boxes
2) fix problem that nodes on the top face are bound to volume
instead of the face
eap [Wed, 6 Dec 2006 15:15:00 +0000 (15:15 +0000)]
PAL13473 (Build repetitive mesh):
1) desable myDlg when edit/create a hyp as now dlg of MESHGUI_GenericHypothesisCreator is non modal
2) fix pb that changing algo MEFISTO+hyp -> Quad(mapping) does not
unassign hyp of MEFISTO
jfa [Wed, 1 Nov 2006 08:15:13 +0000 (08:15 +0000)]
IMP PAL13422: EDF291: define a submesh with more than one entities. Create a group from all selected subshapes and then define a submesh on this group.