vsr
6e55d5dca6
PAL20885 EDF 607 SMESH: Measure tools
...
Complete Boundary Box dialog box
2010-11-04 12:44:53 +00:00
vsr
792b5134df
PAL20885 EDF 607 SMESH: Measure tools
...
GUI part 1: Min Distance
2010-11-02 21:43:34 +00:00
ptv
e69dd23c49
0020885: EDF 607 SMESH: Measure tools
2010-11-01 10:09:14 +00:00
eap
72832de1e2
20885 EDF 607 SMESH: Measure tools
...
interface SMESH_IDSource
{
+ SMESH_Mesh GetMesh();
2010-10-20 08:50:27 +00:00
eap
bc6dc0fb30
20885 EDF 607 SMESH: Measure tools
...
interface SMESH_IDSource
{
+ SMESH_Mesh GetMesh();
2010-10-20 07:02:01 +00:00
ouv
73770b22b2
0020946: EDF 1466 SMESH: Add a new control criteria: Max element length
2010-10-14 11:08:31 +00:00
eap
8a950e9b2e
0020948: EDF 1468 SMESH: Histogram of the quality controls
...
+ Histogram GetHistogram()
2010-10-12 11:18:31 +00:00
vsr
396a60d4bb
Merge from BR_WIN_INDUS_514 04/10/2010
2010-10-04 14:16:14 +00:00
eap
cd749c768d
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
...
void SMESH_MeshEditor_i::SplitVolumesIntoTetra (SMESH::SMESH_IDSource_ptr elems,
CORBA::Short methodFlags)
throw (SALOME::SALOME_Exception)
{
Unexpect aCatch(SALOME_SalomeException);
+ initData();
2010-10-04 11:27:58 +00:00
eap
d51f12e37e
inline TCollection_AsciiString ElementTypeString (SMESH::ElementType theElemType)
...
{
...
+ CASE2STRING( ELEM0D );
2010-10-04 06:01:04 +00:00
eap
b65a958881
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*()
2010-10-01 12:53:07 +00:00
vsr
7615037388
Fix crash in Length2D::GetValues() and MultiConnection2D::GetValues() methods.
2010-09-24 08:28:34 +00:00
eap
e350ffef91
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
- if ( !subMeshId )
+ if ( !subMeshId && ! _impl->GetMeshDS()->IsGroupOfSubShapes( myLocSubShape ))
THROW_SALOME_CORBA_EXCEPTION("not sub-shape of the main shape", SALOME::BAD_PARAM);
2010-09-17 05:36:15 +00:00
eap
2cea858d03
indentation
2010-09-15 13:25:26 +00:00
eap
893497d10a
0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
...
Add an argument to DoubleNodeXXX() creating groups
2010-09-15 13:25:06 +00:00
eap
ddff0c0a7e
0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
...
No need in new commands in smeshDC.py, so DoubleNodeXXXNew() is replaced by DoubleNodeXXX()
2010-09-15 12:46:19 +00:00
eap
cd7aa1f910
Use TIDSortedNodeSet instead of set< const SMDS_MeshNode*> when looking for coincident nodes
2010-09-15 11:52:34 +00:00
eap
e38b448770
0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
...
+ /*!
+ * Returns types of elements it contains
+ */
+ virtual SMESH::array_of_ElementType* GetTypes();
2010-09-15 11:51:57 +00:00
eap
d1d0bb638c
0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
...
+ TPythonDump&
+ operator<<(const SMESH::ListOfIDSources& theList);
+
2010-09-15 11:50:48 +00:00
eap
c375774866
0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
...
+ // set "FindCoincidentNodesOnPart()" instead of "FindCoincidentNodesOnPartBut()"
+ if ( !isPyMeshMethod && method == "FindCoincidentNodesOnPartBut")
+ {
+ isPyMeshMethod=true;
+ theCommand->SetMethod("FindCoincidentNodesOnPart");
+ }
2010-09-15 11:50:13 +00:00
eap
1e8fc8a66c
0020746: EDF 1274 SMESH : MergeAllNodesButNodesFromGroup feature
...
- SMESH_IDSource MakeIDSource(in long_array IDsOfElements);
+ SMESH_IDSource MakeIDSource(in long_array IDsOfElements, in ElementType type);
+ void FindCoincidentNodesOnPartBut (in SMESH_IDSource SubMeshOrGroup,
+ in double Tolerance,
+ out array_of_long_array GroupsOfNodes,
+ in ListOfIDSources ExceptSubMeshOrGroups);
+
2010-09-15 11:47:53 +00:00
dmv
20db1a650f
WinTC5.1.4: Application crash after open Linux study
2010-09-13 14:23:50 +00:00
eap
859a8ee4f0
untabify
2010-08-30 12:00:00 +00:00
eap
4802162fe0
Fix dump python of DoubleNode*()
2010-08-30 11:59:17 +00:00
eap
290a70345b
Fix TPythonDump::operator<<(const SMESH::ListOfGroups& theList) for an empty list
2010-08-30 11:44:16 +00:00
mzn
cc203f62c3
Fix for imp 0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI.
2010-08-30 10:57:47 +00:00
eap
da13b7ebd3
0020951: EDF 1501 SMESH: Conversion linear/quadratic with medium nodes on geometry fails with GHS3D
...
* Fix for usecase: open the atached study, convert Mesh_1 from
quadratic, unassign GHS3D algo -> SIGSEGV. Reason is that the same
SMDS_SpacePosition is shared by all nodes in different solids.
2010-08-04 12:02:49 +00:00
adam
92931e254a
Patch from Anthony to be compliant with MED
2010-07-19 15:18:39 +00:00
vsr
32a86c1f4a
0020742: EDF 1270 SMESH : Delete Group with contents and remove Orphan Nodes
2010-07-07 05:32:15 +00:00
adam
3cd9dd3663
windows port
2010-07-06 10:17:30 +00:00
vsr
8c1e153907
0020752: EDF 1303 SMESH : Add a 'Select All' button in Create Group dialog box
2010-06-22 15:24:40 +00:00
jfa
946f0a4e5c
Mantis issue 0020812: Register() and Destroy() of the GenericObj.
2010-06-22 14:43:41 +00:00
ouv
e533bcb1d7
Issue 0020755: EDF 1279 MESH : 'Mesh to Pass Through a Point' enhancement
2010-06-21 10:30:03 +00:00
eap
475c43c868
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
...
* set _isModified attribute of the mesh to true
2010-05-13 06:23:03 +00:00
eap
fdac3f59c5
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
...
* save/restore _isModified attribute of the mesh
2010-05-13 06:22:26 +00:00
eap
dc9f7a0708
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
...
+ /*!
+ * Return true if the mesh has been edited since a total re-compute
+ * and those modifications may prevent successful partial re-compute
+ */
+ boolean HasModificationsToDiscard()
+ raises (SALOME::SALOME_Exception);
2010-05-13 06:18:57 +00:00
vsr
6650dea1f8
Merge from V5_1_4_BR 07/05/2010
2010-05-07 15:08:23 +00:00
eap
da4a6470be
Rename to avoid clash with same name class from GEOM_Engine
...
-class ObjectStates{
+class SMESH_ObjectStates{
2010-03-31 05:56:30 +00:00
eap
204b3f755c
Remove useless extra dump in DEBUG mode
2010-03-31 05:55:11 +00:00
eap
a232cd7e03
0020672: EDF 1243 SMESH : Be able to transform mixed mesh
...
+ void SplitVolumesIntoTetra(in SMESH_IDSource elems, in short methodFlags)
2010-03-30 12:38:16 +00:00
eap
8abf245a59
/*!
...
+ * Returns nodes of given face (counted from zero) for given volumic element.
+ */
+ long_array GetElemFaceNodes(in long elemId, in short faceIndex);
+
+ /*!
+ * Returns an element based on all given nodes.
+ */
+ long FindElementByNodes(in long_array nodes);
2010-03-30 12:27:31 +00:00
vsr
e9aead38a5
Issue 0020788: EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
2010-03-22 15:08:53 +00:00
dmv
9e0ab432cc
0020799: [CEA] Smesh script fails
2010-03-22 14:48:33 +00:00
eap
8a6ef93bb1
SMESH_IDSource can be not-published object
...
+ operator<<(SMESH::SMESH_IDSource_ptr theArg);
2010-03-19 14:56:03 +00:00
eap
e1e680f157
0020714: EDF GHS3DPLUGIN: shapeToMesh when creating 3D mesh from 2D mesh
...
* Add function to find out if the given point is out of closed 2D mesh.
+ virtual TopAbs_State GetPointState(const gp_Pnt& point);
2010-03-04 14:05:05 +00:00
eap
a59cbfc28e
Add a function to know kind of mesh element
...
+ EntityType GetElementGeomType( in long id )
2010-03-04 08:08:21 +00:00
skl
0af7b3cb3d
Changes for bug 0020671.
2010-03-03 07:23:24 +00:00
adam
45fd4efb6f
windows port
2010-03-01 14:15:48 +00:00
eap
c73dc0e564
+ /*!
...
+ * \brief Wrap a sequence of ids in a SMESH_IDSource
+ */
+ SMESH_IDSource MakeIDSource(in long_array IDsOfElements);
2010-02-26 08:15:02 +00:00
vsr
2029d91e2f
Issue 20509: EDF 1065 OTHER : Add the Salome version in the header of the dump
2010-02-12 08:37:10 +00:00