eap
3c33958e2e
Regression on SMESH_TEST/Grids/smesh/bugs/F8
...
Fix LengthNearVertex()
+ import geompyDC
2012-04-17 16:14:50 +00:00
vsr
43db13f33a
Update copyright information
2012-04-13 09:31:26 +00:00
rnv
d44f22428b
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.
2012-03-27 12:52:59 +00:00
eap
ae4c8e00df
fix raising exception in algoCreator.__call__()
2012-03-23 11:55:39 +00:00
eap
5ea2cc6434
0021526: EDF 1855 SMESH: Regression in the Radial Quadrangle hypothesis
...
fix algoCreator.__call__()
2012-03-21 10:22:32 +00:00
eap
bf4cd9150f
0021522: EDF 573 SMESH: Regression in RotationSweep
...
- MaxAngle,Parameters = ParseAngles(MaxAngle)
+ MaxAngle,Parameters,hasVars = ParseAngles(MaxAngle)
2012-03-19 14:55:51 +00:00
eap
6d6fc57a7f
0021521: EDF 317 SMESH: Regression in Wire_Discretisation LengthNearVertex hypotesis
...
+from smesh import GetName, TreatHypoStatus
2012-03-19 14:50:26 +00:00
eap
9176157728
0021520: EDF 522 SMESH: Regression in MirrorMakeMesh
...
- mesh.SetParameters(Mirror.parameters)
+ self.mesh.SetParameters(Mirror.parameters)
2012-03-19 14:31:57 +00:00
eap
1ed22ce0be
0020463: EDF 1099 SMESH: performance regression from V4 to V5
...
make ParseParameters() also return a flag signaling that there are
variables among parameters and in AddNode() call mesh.SetParameters()
only if it's true
2012-03-15 12:14:52 +00:00
eap
5da7113dc9
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
More docs
2012-03-14 13:39:57 +00:00
eap
24bd6a0e24
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
rename classes to start from "StdMeshersDC_"
2012-03-11 10:31:27 +00:00
eap
344f1bff78
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
print errors occured while loading plugins
2012-03-11 10:30:52 +00:00
eap
f93f0a8570
typo
2012-03-11 08:53:51 +00:00
eap
8b26d4794f
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
protect from exceptions at importing plugins
2012-03-11 08:53:28 +00:00
eap
649673b639
error in the script
...
-mesh.TriToQuadObject(GroupTriToQuad, None , 1.57)
+mesh.TriToQuadObject(GroupTriToQuad, smesh.FT_AspectRatio , 1.57)
2012-03-11 08:52:28 +00:00
eap
f68bcab022
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
Bind methods creating algorithms (defined by plugins) to the class Mesh
2012-03-07 15:06:37 +00:00
eap
e361a31d0f
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
+ StdMeshersDC.py \
2012-03-07 15:05:01 +00:00
eap
3c1e09c062
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
...
Move definition of algorithms to ./StdMeshersDC.py
2012-03-07 15:04:45 +00:00
gdd
607f25cad1
Add support of internal vertices for BLSURF
2012-02-28 15:50:48 +00:00
eap
1c9e778a7c
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
...
+ ## Loads mesh from the study after opening the study
+ def Load(self):
2012-02-27 09:15:43 +00:00
eap
6c858efd41
rename treshold -> threshold
2012-02-24 10:42:57 +00:00
ana
b4926d3ebf
021374: Extrusion of a node to have an edge
...
minor change
2012-02-16 14:46:03 +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
eap
ebc415d946
0021375: EDF 1671 SMESH: Dump study of current state
...
+ def SetDumpPythonHistorical(self, isHistorical):
2012-02-09 13:18:11 +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
ana
253807f5b3
Fix for the bug IPAL22851: Sub-shapes spelling
2012-01-13 15:11:09 +00:00
jfa
53a497b9c8
Mantis issue 0021455: [CEA] internal test fails.
2012-01-13 11:18:46 +00:00
eap
5b191ae5dd
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
...
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27
+ def NbBiQuadQuadrangles(self):
+ def NbTriQuadraticHexas(self):
+ def NbHexagonalPrisms(self):
2011-12-16 09:32:19 +00:00
vsr
493747e8ea
Merge from V6_4_BR 05/12/2011
2011-12-05 11:03:04 +00:00
eap
1eedac41d2
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
...
1) 1st version of "body fitting parameters" - to be improved
2)
+ def BodyFitted(self, geom=0):
+ return Mesh_Cartesian_3D(self, geom)
2011-10-28 12:52: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
678e9eaa31
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
...
+ def Projection1D2D(self, geom=0):
+ return Mesh_Projection2D(self, geom, "Projection_1D2D")
2011-10-13 05:28:51 +00:00
eap
bf2f45b258
fix Mesh_UseExistingElements.SourceEdges()
2011-10-06 16:02:40 +00:00
eap
f734fda203
0020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
...
+def FirstVertexOnCurve(edge):
+ def ReversedEdgeIndices(self, reverseList):
2011-10-05 08:15:51 +00:00
eap
4fc70c1e15
in GetCriterion(), check enumeration type of Treshold and CritType
2011-10-04 09:02:21 +00:00
gdd
03bbe4915a
Update wrapping for BLSURFPLUGIN and GHS3DPLUGIN hypothesis
2011-09-02 11:58:22 +00:00
gdd
b19b5319ed
PreCAD: minor change in function doc
2011-08-29 12:57:50 +00:00
gdd
852a987961
PreCAD: add wrapping to SetPreCADOptionValue(optin,value)
2011-08-24 08:16:19 +00:00
gdd
0fdb0ecc07
PreCAD
2011-08-23 08:47:39 +00:00
eap
54d766ea04
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
...
Fix ExportCGNS()
2011-08-10 12:49:49 +00:00
eap
52749e3d7f
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
2011-08-10 10:33:38 +00:00
gdd
6a49124672
Add wrapper to .mesh export from BLSURFPLUGIN
2011-07-28 16:50:48 +00:00
gdd
8eaa53c526
Add PreCAD wrappers
2011-07-26 17:48:10 +00:00
gdd
78fd150f79
Add PreCAD
...
Update doc
Update smeshDC.py
2011-07-26 17:18:04 +00:00
gdd
eed8bfc30b
Check return value of Parameters() before setting values (BlSurf, GHS3D, GHS3DPRL)
2011-07-26 09:02:17 +00:00
vsr
91c92cb543
Merge from V6_3_BR 15/07/2011
2011-07-15 11:19:53 +00:00
eap
ce5494a2c1
Suppress some doxygen warnings
2011-06-28 13:01:22 +00:00
eap
d0b3f328a8
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
...
+ def GetFilterFromCriteria(self,criteria):
+ def GroupOnFilter(self, typ, name, filter):
2011-06-23 12:38:38 +00:00
eap
a18ad2978f
0020743: EDF 1271 SMESH : Create a mesh from a group
...
export, FindElementByPoint() on groups
2011-06-14 13:58:29 +00:00
vsr
2c607013a2
Merge from V6_3_BR 06/06/2011
2011-06-06 08:15:39 +00:00