rnv
58a5f9cfd1
Change range of the Width spinbox: [0,5] -> [1,5]
2012-02-17 11:24:13 +00:00
gdd
1c56b0958d
Add the anisotropic and anisotropic_ratio options
2012-02-17 09:37:00 +00:00
ana
e911ec9c1f
021374: EDF 1898 SMESH: Extrusion of a node to have an edge
...
and win32 compatibility ( replace isblank() -> isspace() )
2012-02-16 14:52:20 +00:00
ana
e1a3f42b5c
021374: EDF 1898 SMESH: Extrusion of a node to have an edge
2012-02-16 14:48:49 +00:00
ana
b4926d3ebf
021374: Extrusion of a node to have an edge
...
minor change
2012-02-16 14:46:03 +00:00
ana
9373bc5aaa
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
...
Update doc
2012-02-15 14:31:34 +00:00
ana
5d4ed5201b
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
2012-02-15 14:30:42 +00:00
gdd
af3910d143
Initialisation of private variable.
2012-02-15 13:07:11 +00:00
gdd
01df28d291
Add missing French translations
2012-02-15 12:41:51 +00:00
eap
4f4088e813
0021374: EDF 1898 SMESH: Extrusion of a node to have an edge
...
Add accessor methods to all commands of the hypothesis
2012-02-15 11:16:59 +00:00
rnv
ed191931f2
Implementation of the "21046: EDF 1610 GUI: To be able to change the width of the lines" issue.
2012-02-14 12:08:05 +00:00
eap
b0aa026c95
0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
...
enhance checkParams() to allow 1 pair of vertices only for a face with 1 vertex
2012-02-14 11:35:04 +00:00
eap
c1cd01ddc8
0021494: EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
...
Allow 1 pair of vertices for a face with 1 vertex
2012-02-14 11:33:38 +00:00
eap
64dc48191e
0021374]: EDF 1898 SMESH: Extrusion of a node to have an edge
...
Don't ExtrusionFlags
2012-02-13 17:52:48 +00:00
ana
a0e4f31fde
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
2012-02-13 16:18:53 +00:00
vsr
f39558c4e3
Fix compilation error on Windows
2012-02-13 07:53:42 +00:00
gdd
2ec2c370e8
Fix small mistake
2012-02-10 09:18:28 +00:00
eap
b1f48b44b7
0021375: EDF 1671 SMESH: Dump study of current state
...
correctly treat a false algorithm created by _pyMesh::Flush()
2012-02-09 16:42:07 +00:00
eap
0dad6db093
0021491: EDF 2094 SMESH: Error in the filters dump with "belong to GEOM " criterion
...
fix threshold setting
2012-02-09 16:24:01 +00:00
eap
2b3a86e7ca
0021490: EDF 2114: RadialQuadrangle fails
...
Fix correspondence between LinEdge1 and LinEdge2 and P1 and P2
2012-02-09 14:50:10 +00:00
eap
ebc415d946
0021375: EDF 1671 SMESH: Dump study of current state
...
+ def SetDumpPythonHistorical(self, isHistorical):
2012-02-09 13:18:11 +00:00
eap
4620909a6d
0021375: EDF 1671 SMESH: Dump study of current state
...
ConvertScript(const TCollection_AsciiString& theScript,
Resource_DataMapOfAsciiStringAsciiString& theEntry2AccessorMethod,
Resource_DataMapOfAsciiStringAsciiString& theObjectNames,
+ SALOMEDS::Study_ptr& theStudy,
+ const bool theHistoricalDump);
2012-02-09 13:17:49 +00:00
eap
2978b5432c
0021375: EDF 1671 SMESH: Dump study of current state
...
+ virtual void SetOption(const char*, const char*);
+ virtual char* GetOption(const char*);
+ bool myIsHistoricalPythonDump;
2012-02-09 13:17:21 +00:00
eap
f6cd6404d7
0021375: EDF 1671 SMESH: Dump study of current state
2012-02-09 13:16:35 +00:00
eap
693476070c
0021375: EDF 1671 SMESH: Dump study of current state
...
add "historical_python_dump" preference
2012-02-09 13:13:29 +00:00
eap
785e19b0ca
0021375: EDF 1671 SMESH: Dump study of current state
...
avoid crash at deletion of SMESH_subMesh::myOwnListeners at mesh removal
- std::list< std::pair< SMESH_subMesh*, EventListener* > > myOwnListeners;
+ struct OwnListenerData {
+ ...
+ };
+ std::list< OwnListenerData > myOwnListeners;
2012-02-09 13:11:58 +00:00
eap
14e44c7736
0021375: EDF 1671 SMESH: Dump study of current state
...
+ bool MeshExists( int meshId ) const;
used to avoid crash at deletion of SMESH_subMesh::myOwnListeners
at mesh removal
2012-02-09 13:10:52 +00:00
eap
d3c66835d0
0021375: EDF 1671 SMESH: Dump study of current state
...
+ <parameter name="historical_python_dump" value="true" />
2012-02-09 13:08:33 +00:00
eap
e830e055d0
0021489: EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
...
fix after changed behaviour of LoadNodeColumns()
- bool isForward = ( edgeIt->Orientation() == TopAbs_FORWARD );
+ bool isForward =
+ StdMeshers_PrismAsBlock::IsForwardEdge( myHelper->GetMeshDS(),
+ myParam2ColumnMaps[iE],
+ *edgeIt, SMESH_Block::ID_Fx0z );
2012-02-09 12:31:36 +00:00
eap
7a57f9da6e
0021489: EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
...
fix LoadNodeColumns()
2012-02-09 12:30:06 +00:00
prascle
fda2d7b99e
PR: flat elements on 2D meshes
2012-02-02 17:06:56 +00:00
rnv
24df7fa1ab
win32 compilation of the Mesh module.
2012-02-01 12:31:41 +00:00
gdd
35504e1535
Add missing screenshot
2012-01-31 12:41:32 +00:00
prascle
935c51bba9
PR: update doc on flat elements, more robust geometry
2012-01-31 10:51:54 +00:00
eap
2e832c29b9
Modif to build doc directory after bin directory
2012-01-31 10:51:07 +00:00
eap
e05243759a
0021338: EDF 1926 SMESH: New controls and filters
...
Update controlMode()
2012-01-30 09:49:32 +00:00
eap
f0f28bd92d
0021338: EDF 1926 SMESH: New controls and filters
...
Add "Double nodes tolerance" preference
2012-01-27 10:41:48 +00:00
eap
c6edb52c8e
0021338: EDF 1926 SMESH: New controls and filters
...
get Tolerance for "Double nodes" from Preferences
2012-01-27 10:41:12 +00:00
eap
80543409ed
0021338: EDF 1926 SMESH: New controls and filters
...
+ <parameter name="equal_nodes_tolerance" value="1e-7"/>
2012-01-27 10:40:34 +00:00
eap
669141ed33
0021338: EDF 1926 SMESH: New controls and filters
...
Tolerance is given in Preferences
2012-01-27 10:40:21 +00:00
eap
44f38c258b
0021338: EDF 1926 SMESH: New controls and filters
...
+\note VTK viewer has the limitation that volume elements basing on
+the same set of nodes are invisible in the VTK viewer.
2012-01-27 10:39:45 +00:00
eap
c1e553583f
0021338: EDF 1926 SMESH: New controls and filters
...
+ FT_EqualNodes,
+ FT_EqualEdges,
+ FT_EqualFaces,
+ FT_EqualVolumes,
2012-01-26 16:04:00 +00:00
eap
8931be9b66
0021338: EDF 1926 SMESH: New controls and filters
2012-01-26 16:03:40 +00:00
eap
601f8a87b5
0021338: EDF 1926 SMESH: New controls and filters
...
Return all nodes from sub-mesh and group
2012-01-26 16:02:10 +00:00
eap
98460fb0dc
0021338: EDF 1926 SMESH: New controls and filters
...
+ class SMESH_I_EXPORT EqualNodes_i: public virtual POA_SMESH::EqualNodes,
+ class SMESH_I_EXPORT EqualEdges_i: public virtual POA_SMESH::EqualEdges,
+ class SMESH_I_EXPORT EqualFaces_i: public virtual POA_SMESH::EqualFaces,
2012-01-26 15:58:58 +00:00
eap
da61389f82
0021338: EDF 1926 SMESH: New controls and filters
...
Correctly set mesh modified at transformations
2012-01-26 15:57:56 +00:00
eap
e65e4d9a03
0021338: EDF 1926 SMESH: New controls and filters
...
+ /*!
+ * \brief Class used to detect mesh modification: IsMeshModified() returns
+ * true if a mesh has changed since last calling IsMeshModified()
+ */
+ class SMESHCONTROLS_EXPORT TMeshModifTracer
2012-01-26 15:56:22 +00:00
eap
2d179048e3
0021338: EDF 1926 SMESH: New controls and filters
...
Call myPredicate->SetMesh( GetMesh() ) in order to let him update
his data according to a changed mesh
2012-01-26 15:32:57 +00:00
eap
1ffe72da8d
0021338: EDF 1926 SMESH: New controls and filters
2012-01-26 15:31:11 +00:00
eap
61915a66ed
Fix removal of free nodes
2012-01-26 11:24:22 +00:00