smesh/idl
sln 893e1c2982 0019939: EDF 762 SMESH : Definition of groups from other existing groups
SMESH_Mesh.idl is extended with:
SMESH_Group UnionListOfGroups(in ListOfGroups aListOfGroups,
                              in string       name );
SMESH_Group IntersectListOfGroups (in ListOfGroups aListOfGroups,
                                   in string       name);
SMESH_Group CutListOfGroups (in ListOfGroups aMainGroups,
                             in ListOfGroups aToolGroups,
                             in string       name);
for supporting works with several groups and
SMESH_Group CreateDimGroup( in ListOfGroups aListOfGroups,
                            in ElementType  anElemType,
                            in string       name );
for creating groups of entities from existing groups of superior dimensions
2008-11-26 15:28:12 +00:00
..
Makefile.am Implement 'make dist' and 'make distcheck' steps support 2008-09-16 03:20:19 +00:00
SMESH_BasicHypothesis.idl Implementation on the issue 16186: EDF PAL 459: Mapping: when refining, to separate quadrangles into 2 triangles. 2008-08-12 09:52:11 +00:00
SMESH_Filter.idl IMP 0016693: EDF461: To use BelongToGeom or LyingOnGeom with non-subshape Objects. 2008-08-26 07:55:14 +00:00
SMESH_Gen.idl Merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08) 2008-07-23 11:49:09 +00:00
SMESH_Group.idl Merge from BR_Dev_For_4_0 branch (from mergeto_BR_QT4_Dev_17Jan08 tag) 2008-02-11 15:08:07 +00:00
SMESH_Hypothesis.idl Merging from V3_2_6pre4 2007-04-18 15:44:59 +00:00
SMESH_Mesh.idl 0019939: EDF 762 SMESH : Definition of groups from other existing groups 2008-11-26 15:28:12 +00:00
SMESH_MeshEditor.idl 0019562: EDF 695 SMESH : Possibility to replace nodes of a cell without destroying the cell. New methods DoubleNode*() has been added 2008-11-21 11:00:50 +00:00
SMESH_Pattern.idl Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00