eap
19ddff45f9
PPGP issue.
...
Make a script valid even if some involved object are not published:
eliminate SetName() and object removal from the scrip
SMESH_2smeshpy::
ConvertScript(const TCollection_AsciiString& theScript,
Resource_DataMapOfAsciiStringAsciiString& theEntry2AccessorMethod,
Resource_DataMapOfAsciiStringAsciiString& theObjectNames,
+ std::set< TCollection_AsciiString >& theRemovedObjIDs,
SALOMEDS::Study_ptr& theStudy,
const bool theHistoricalDump);
2013-03-07 08:37:57 +00:00
eap
23d265a7a7
PPGP issue. Fix dump of not published SMESH_IDSource's. As a result
...
DumpStudy command fails.
2013-03-06 16:30:42 +00:00
eap
ee2ad1063a
0021859: SMESH : Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27
...
1) Treat SMESH.FT_EntityType criterion type
2) ConvertToBiQuadratic(...) -> ConvertToQuadratic(...,True)
2013-03-06 08:22:30 +00:00
eap
b5d9b2799b
1) Treat GMF import/export
...
2) Fix RemoveArgs() not to clear the whole command if it is like "(res1,res2) = meth(arg)"
2013-02-28 14:28:04 +00:00
eap
ee00100fa4
21948: EDF SMESH : Memory is not freed when deleting a mesh
...
Elimenate memory leaks on CORBA objects, servants of SALOMEDS objects etc
2012-12-14 13:34:34 +00:00
vsr
13ff1c4641
Merge from V6_6_BR (V6_6_0rc2) 11/12/2012
2012-12-11 13:23:39 +00:00
eap
c53c4defde
Convert ExportGMF()
2012-10-15 14:38:40 +00:00
eap
c5c930fa65
0021891: EDF 2398 : Error when dumping a study with non historical mode
...
Fix bug that AddHypothesis() + RemoveHypothesis() pair was cleared in
the historical mode if a hypothesis was removed
2012-10-09 13:53:34 +00:00
eap
bc65599349
0021891: EDF 2398 : Error when dumping a study with non historical mode
...
AddHypothesis() + RemoveHypothesis() pair was not cleared in
snap-shot mode if a hypothesis was removed
2012-10-08 12:45:03 +00:00
eap
a438b8cfa9
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Use SMESH_Gen::GetPluginXMLPaths()
2012-09-06 14:08:48 +00:00
eap
9e81eb1e25
Salome Forum http://www.salome-platform.org/forum/forum_10/350978231
...
Clear AddHypothesis(geom,hyp) command when RemoveHypothesis(geom,hyp)
encounters iff both geom and hyp are same
2012-09-03 08:00:12 +00:00
eap
b32dca0dad
0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete
...
read and take into account methods (<accumulative-methods>) that don't
change a value of a meshing parameter but add one more value
2012-08-24 11:46:38 +00:00
eap
5c3c22f91d
make SplitVolumesIntoTetra() dump as a method of Mesh
2012-07-30 07:34:54 +00:00
eap
1d17e561d7
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
2012-07-19 13:26:17 +00:00
eap
4847e994d9
0021542: EDF 1699 SMESH: Reorient a group of faces
...
a general treatment of sub-meshes passed as arguments not to move
their creation at script end
+ void _pyGen::PlaceSubmeshAfterItsCreation( Handle(_pyCommand) theCmdUsingSubmesh ) const;
+ static bool _pySubMesh::CanBeArgOfMethod(const _AString& theMethodName);
2012-06-29 13:46:17 +00:00
vsr
d4a710ce52
Merge from V6_5_BR 05/06/2012
2012-06-05 12:18:07 +00:00
rnv
8d39a9f28e
Porting SMESH Plugins on Win32 platform.
2012-03-28 14:37:07 +00:00
eap
ddec989c2f
0021517: Bad filter dumped when hdf study from previous version of Salome is loaded
...
clear re-setting filters to group
2012-03-23 09:11:25 +00:00
eap
93aaa60ce3
0021517: Bad filter dumped when hdf study from previous version of Salome is loaded
...
+ void fixFunctorType(...)
2012-03-21 15:55:38 +00:00
eap
834b58597d
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
adjust _pyHypothesisReader() for HexoticPLUGIN_ROOT_DIR but not HEXOTICPLUGIN_ROOT_DIR
2012-03-19 12:32:35 +00:00
eap
28bb38ba81
0021509: EDF 2157: Error in the dump
...
1) fix _pyCommand::GetArg()
2) AddMeshAccessorMethod() to "group.AddFrom( mesh )" command
2012-03-11 10:12:30 +00:00
eap
b32aba1501
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
Create new _pyHypothesis'es by reading their data from resource files
of plugins using _pyHypothesisReader
2012-03-07 14:44:20 +00:00
eap
7468bfdc0b
0021375: EDF 1671 SMESH: Dump study of current state
...
Do not erase commands of hyps not used to compute mesh
2012-02-28 07:47:56 +00:00
eap
7c156331ce
0021375: EDF 1671 SMESH: Dump study of current state
...
Keep hyp parameters modifications done after mesh.Comput()
2012-02-20 06:59:35 +00:00
eap
d632c0f379
0021375: EDF 1671 SMESH: Dump study of current state
...
Fix non-historical treating of hypo methods setting different parameters via one method
by passing parameter names like e.g. SetOption("size", "0.2") -
mangle method name by appending a 1st textual arg
2012-02-17 15:59:58 +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
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
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
f6cd6404d7
0021375: EDF 1671 SMESH: Dump study of current state
2012-02-09 13:16:35 +00:00
eap
3cdf7352b9
0021439: EDF 2004 GEOM, SMESH: Dump of study gives bad geom group and stops with NameError exception
...
1) In _pyMesh::Process(), move submesh creation from the script end
to the place before its removal
2) In _pyMesh::Flush(), add indentation to a generated command creating algorithm
2012-01-11 14:14:58 +00:00
eap
9a55aad5ba
0021439: EDF 2004 GEOM, SMESH: Dump of study gives bad geom group and stops with NameError exception
...
fix _pyGen::FindObject() to restore the lost wrapping of hyp creation
2012-01-11 09:50:28 +00:00
eap
ee7c5d0f83
fix the previous integration
2011-12-16 17:13:39 +00:00
eap
5638e6783f
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
...
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27
+ prepare to 0021439: Dump of study gives bad geom group and stops with NameError exception
2011-12-16 16:14:25 +00:00
vsr
493747e8ea
Merge from V6_4_BR 05/12/2011
2011-12-05 11:03:04 +00:00
vsr
b6174726d9
Merge from V6_3_BR branch (Windows porting) 27/10/2011
2011-10-27 15:33:35 +00:00
eap
5dda5df854
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
fix filter processing
2011-10-24 13:10:19 +00:00
eap
fb7637f099
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
set a more human readable name to the filter
2011-10-12 18:06:28 +00:00
eap
34bcb9e1fb
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
2011-08-10 12:49:26 +00:00
eap
b3cba8f4fd
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
1) convert SMESH.Filter.Criterion() to GetCriterion()
2)
+_pyGroup::Process()
+_pyFilter::Process()
2011-06-23 12:19:06 +00:00
eap
d8c39ff840
0020743: EDF 1271 SMESH : Create a mesh from a group / export,FindElementByPoint() groups
...
1) convert
+ { // ExportPartTo*(part, ...) -> Export*(..., part)
+ // FindAmongElementsByPoint(meshPart, x, y, z, elementType) ->
+ // FindElementsByPoint(x, y, z, elementType, meshPart)
2) make _pyCommand::GetArg() work with any compex arg like list, tuple etc
2011-06-14 13:57:24 +00:00
vsr
2c607013a2
Merge from V6_3_BR 06/06/2011
2011-06-06 08:15:39 +00:00
eap
513e407ce6
comment off not used
...
static bool sameGroupType()
2011-04-08 08:43:30 +00:00
eap
8b06eac8bd
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
...
class SMESH_MeshEditor_i
{
+ void ConvertToQuadraticObject(CORBA::Boolean theForce3d,
+ SMESH::SMESH_IDSource_ptr theObject)
+ void ConvertFromQuadraticObject(SMESH::SMESH_IDSource_ptr theObject)
2011-03-16 15:38:32 +00:00
eap
4ebc2ac980
untabify
2011-02-16 10:18:08 +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
inv
fc1ff1af4b
Issue 0021106: EDF 1691 SMESH: MEsh.Group(SubShape) fails on Shells
2010-12-24 10:59:30 +00:00
inv
2de294b09a
Merge from V6_2_BR 23/12/2010
2010-12-24 08:18:34 +00:00
vsr
d8f644ca3d
Merge from V5_1_main branch 24/11/2010
2010-11-25 12:44:43 +00:00