vsr
493747e8ea
Merge from V6_4_BR 05/12/2011
2011-12-05 11:03:04 +00:00
eap
e53afe57b7
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
...
+ interface StdMeshers_CartesianParameters3D : SMESH::SMESH_Hypothesis
+ interface StdMeshers_Cartesian_3D : SMESH::SMESH_3D_Algo
2011-10-28 12:29:43 +00:00
vsr
b6174726d9
Merge from V6_3_BR branch (Windows porting) 27/10/2011
2011-10-27 15:33:35 +00:00
eap
669d7d6d0f
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
2011-10-13 05:35:11 +00:00
vsr
5d42bfdbec
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
0021359: [CEA] Mesh information
2011-10-04 13:14:47 +00:00
eap
044576569d
0021275: EDF 1681 SMESH: Find the number of nodes of any group
...
+ long GetNumberOfNodes();
+ long_array GetNodeIDs();
+ boolean IsNodeInfoAvailable();
2011-10-04 07:17:02 +00:00
eap
52749e3d7f
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
2011-08-10 10:33:38 +00:00
vsr
91c92cb543
Merge from V6_3_BR 15/07/2011
2011-07-15 11:19:53 +00:00
eap
2ef67f753e
restore "QuadranglePreference" hyp as it can be used by NETGEN 2D
...
together with "Max. Elemet Area" for example
2011-07-05 12:04:49 +00:00
eap
c58c3faf74
Remove "Quadrangle preference" and "Triangle preference" obsolete hypotheses
2011-06-28 12:58:21 +00:00
eap
49b0d94452
IPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
...
Treate a case where a valid mesh is computed anyhow while the algo reports errors
+ COMPERR_WARNING //!< algo reports error but sub-mesh is computed anyway
2011-06-28 11:55:32 +00:00
eap
5e4bdb2eed
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
+ interface SMESH_GroupOnFilter : SMESH_GroupBase
2011-06-23 12:33:18 +00:00
eap
db6959b647
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
+ SMESH_GroupOnFilter CreateGroupFromFilter( in ElementType elemType,
+ in string name,
+ in SMESH::Filter filter )
2011-06-23 12:32:53 +00:00
eap
097d80f018
0020743: EDF 1271 SMESH : Create a mesh from a group / FindElementByPoint() on groups
...
+ * Searching among the given elements, return elements of given type
+ * where the given point is IN or ON.
+ *
+ * 'ALL' type means elements of any type excluding nodes and 0D elements
+ */
+ long_array FindAmongElementsByPoint(in SMESH_IDSource elements,
+ in double x, in double y, in double z,
+ in ElementType type);
2011-06-14 14:05:24 +00:00
eap
abcace3347
0020743: EDF 1271 SMESH : Create a mesh from a group / export groups
...
+ void ExportPartToMED( in SMESH_IDSource meshPart,
+ void ExportPartToDAT( in SMESH_IDSource meshPart,
+ void ExportPartToUNV( in SMESH_IDSource meshPart,
+ void ExportPartToSTL( in SMESH_IDSource meshPart,
2011-06-14 14:04:58 +00:00
vsr
2c607013a2
Merge from V6_3_BR 06/06/2011
2011-06-06 08:15:39 +00:00
prascle
ecea4040f1
PR: create flat elements on face groups (ASTER calculations)
2011-03-30 15:48:07 +00:00
adam
5142df035d
Implement Cancel Compute (begin)
2011-03-17 08:40:57 +00:00
eap
c774eacd4e
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
...
+ void ConvertToQuadraticObject(in boolean theForce3d,
+ in SMESH_IDSource theObject)
+ void ConvertFromQuadraticObject(in SMESH_IDSource theObject)
2011-03-16 15:40:39 +00:00
prascle
bdfc51bda9
PR: double nodes and flat elements for ASTER calculations in progress
2011-03-12 15:07:47 +00:00
eap
d7491a9906
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
...
for note 0010000
+ long MakeBoundaryElements(in Bnd_Dimension dimension,
+ in string groupName,
+ in string meshName,
+ in boolean toCopyAll,
+ in ListOfIDSources groups,
+ out SMESH_Mesh mesh,
+ out SMESH_Group group) raises (SALOME::SALOME_Exception);
2011-03-11 10:18:15 +00:00
jfa
b21fc186af
Rename Engines::Component to Engines::EngineComponent
2011-02-28 14:55:52 +00:00
vsr
e30e3628ce
0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
...
Allow multiple selection of groups as input
2011-01-31 09:26:19 +00:00
gdd
9ae572587c
Add new method DoubleNodeElemGroupsNew which allows to have the group of newly created elements.
2011-01-18 14:45:18 +00:00
eap
c01468d0be
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
...
+ * interface of "Viscous Layers" hypothesis.
+ * This hypothesis specifies parameters of layers of prisms to build
+ * near mesh boundary. This hypothesis can be used by several 3D algorithms:
+ * NETGEN 3D, GHS3D, Hexahedron(i,j,k)
+ */
+ interface StdMeshers_ViscousLayers : SMESH::SMESH_Hypothesis
2011-01-18 12:21:56 +00:00
jfa
301af5256a
Mantis issue 0021108: EDF 1668 SMESH: ExtrusionAlongPathX on a Mesh group.
2010-12-29 10:27:23 +00:00
inv
2de294b09a
Merge from V6_2_BR 23/12/2010
2010-12-24 08:18:34 +00:00
prascle
8fa039a796
merge from branch BR_SMDS_MEMIMP 29 nov 2010
2010-11-29 13:20:53 +00:00
vsr
d8f644ca3d
Merge from V5_1_main branch 24/11/2010
2010-11-25 12:44:43 +00:00
vsr
9357f5c870
Merge from V5_1_main 14/05/2010
2010-05-14 15:32:37 +00:00
dmv
85d94c3b51
0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise
2010-01-12 08:07:50 +00:00
dmv
d316b3a623
0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise
2010-01-11 15:14:52 +00:00
ouv
6c4be33671
Issue 0020514: EDF 1110 SMESH : Export many meshes in one Med File
2010-01-11 07:17:11 +00:00
vsr
b03a1e6001
Merge from BR_phase16 branch (09/12/09)
2009-12-09 15:46:26 +00:00
vsr
2daa321efa
Merge from V5_1_3_BR branch (07/12/09)
2009-12-08 13:11:42 +00:00
ptv
35c05cab65
0020105: EDF 862 SMESH : Creation of the skin elements (2D) of a 3D Mesh
2009-09-10 06:59:27 +00:00
eap
58a4d3cca6
0020464: EDF 1100 SMESH: Performance issue of the function MoveNode
...
+ /*!
+ * Return ID of node closest to a given point
+ */
+ long FindNodeClosestTo(in double x, in double y, in double z);
+
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
+ /*!
+ * Return elements of given type where the given point is IN or ON.
+ *
+ * 'ALL' type means elements of any type excluding nodes and 0D elements
+ */
+ long_array FindElementsByPoint(in double x, in double y, in double z, in ElementType type);
+
2009-09-10 05:40:45 +00:00
skl
3add66f219
Integration improvements 0020310 and 0020431.
2009-08-27 07:26:22 +00:00
ptv
79c00fe8dd
0020095: EDF 896 SMESH : Advanced Mesh info on a group
2009-08-21 05:41:59 +00:00
vsr
2e5ccf9f57
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
2009-08-13 05:50:13 +00:00
ptv
787fff0067
IMP20439 Create hole by element and nodes duplication
2009-08-11 12:01:49 +00:00
jfa
5746a53aa7
Correct bugs, connected with 0D Elements implementation (IMP 20089, BUG 21300)
2009-08-11 08:02:55 +00:00
skl
55510e5ccd
Implementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis).
2009-07-22 09:13:29 +00:00
jfa
4592fecfcf
IMP 0020089: Take into account 0D elements (MED_POINT1)
2009-07-16 13:33:03 +00:00
eap
4479d7348d
{
...
/*!
* Sets <start segment length> or <end segment length> parameter value
+ * * OBSOLETE *. Avoid such a way of interface design
+ * * It is recommended to dedicate a method to each parameter.
*/
void SetLength(in double length, in boolean isStartLength)
raises (SALOME::SALOME_Exception);
/*!
+ * Sets <start segment length> parameter value
+ */
+ void SetStartLength(in double length)
+ raises (SALOME::SALOME_Exception);
+
+ /*!
+ * Sets <end segment length> parameter value
+ */
+ void SetEndLength(in double length)
+ raises (SALOME::SALOME_Exception);
2009-07-15 13:26:29 +00:00
dmv
184f00f38e
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
2009-07-08 10:34:09 +00:00
skl
bb0c89d5a8
Implememtation of evaluation for improvement 0019296.
2009-06-29 13:26:16 +00:00
skl
34fb01e7b5
Implementation of new version ExtrusionAlongPath (20003 from Mantis).
2009-06-10 07:09:15 +00:00
vsr
0635c9fc80
Merge from BR_V5_DEV 16Feb09
2009-02-17 05:27:49 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +00:00