eap
|
2c17372e2f
|
0022172: [CEA 790] create the groups corresponding to domains
Fix treating a warning sent by algorithm.Compute() - print "Warning"
instead of "Error"
|
2013-05-24 12:00:21 +00:00 |
|
eap
|
f96a5f853b
|
0022106: EDF 2464 SMESH : Split quadrangles in 4 triangles
+ def QuadTo4Tri (self, theElements=[]):
|
2013-05-22 15:35:28 +00:00 |
|
eap
|
f70691d5a4
|
Fix a doc of GetFilter()
+ # @param mesh the mesh to initialize the filter with
# @return SMESH_Filter
#
# <a href="../tui_filters_page.html#tui_filters">Example of Filters usage</a>
# @ingroup l1_controls
def GetFilter(self,elementType,
|
2013-05-21 09:08:25 +00:00 |
|
eap
|
22dd2b977a
|
0022100: EDF 2413 SMESH: Take into account TRIA7
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
+ def NbBiQuadTriangles(self):
+ def ClearLastCreated(self):
def GetFilter(self,elementType,
CritType=FT_Undefined,
Compare=FT_EqualTo,
Threshold="",
UnaryOp=FT_Undefined,
Tolerance=1e-07,
+ mesh=None):
|
2013-05-16 16:55:14 +00:00 |
|
akl
|
f4d0371a70
|
Check for null object was added.
|
2013-04-22 10:37:55 +00:00 |
|
akl
|
3ec0f6d752
|
Correction because of 'geompyDC' refactoring.
|
2013-04-17 11:34:31 +00:00 |
|
prascle
|
74ba6feb24
|
PR: true singleton instance of smesh
|
2013-04-10 16:33:43 +00:00 |
|
vsr
|
54182913fb
|
Merge from BR_plugins_pbyacs 03/04/2013
|
2013-04-04 07:08:19 +00:00 |
|