X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Fsmeshpy_doc%2Fnamespacesmesh.html;h=a0df057476a9a7fbd4570100973e2efa41b8e05a;hb=5b8dad5b5d30efc06b273afc6b5b0f0cc5c55691;hp=1834acd9ee9dcf1ca1b4709049aa1666403cce73;hpb=749046777214bd50a0ef348941af4d85dfac4b51;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/smeshpy_doc/namespacesmesh.html b/doc/salome/gui/SMESH/smeshpy_doc/namespacesmesh.html index 1834acd9e..a0df05747 100644 --- a/doc/salome/gui/SMESH/smeshpy_doc/namespacesmesh.html +++ b/doc/salome/gui/SMESH/smeshpy_doc/namespacesmesh.html @@ -1,2092 +1,1494 @@ - + - - - Main Page - - + + + Main Page + + +  + + +

Package smesh

Python package smesh defines several classes, destined for easy and clear mesh creation and edition.

Example.
+ href="../smesh.py_introduction.htm">Example.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

-
-

Data Structures

-
class - Mesh_Algorithm
 Mother class to define algorithm, -recommended to don't use directly. More...
-
class - Mesh_Segment
 Class to define a segment 1D algorithm for -discretization. More...
-
class - Mesh_Segment_Python
 Class to define a segment 1D algorithm for -discretization with python function. More...
-
class - Mesh_Triangle
 Class to define a triangle 2D algorithm. More...
-
class - Mesh_Quadrangle
 Class to define a quadrangle 2D algorithm. - More...
-
class - Mesh_Tetrahedron
 Class to define a tetrahedron 3D -algorithm. More...
-
class - Mesh_Hexahedron
 Class to define a hexahedron 3D algorithm. - More...
-
class - Mesh_Netgen
 Class to define a NETGEN-based 2D or 3D -algorithm that need no discrete boundary (i.e. More...
-
class - Mesh
 Class to define a mesh. More...
-

-

Functions

-
def GetName
 Gets object name.
-
def SetName
 Sets name to object.
-
def EnumToLong
 Returns long value from enumeration Uses -for SMESH.FunctorType enumeration.
-
def GetPointStruct
 Get PointStruct from vertex.
-
def GetDirStruct
 Get DirStruct from vector.
-
def GetAxisStruct
 Get AxisStruct from object.
-
def SetEmbeddedMode
 Set the current mode.
-
def IsEmbeddedMode
 Get the current mode.
-
def SetCurrentStudy
 Set the current study.
-
def GetCurrentStudy
 Get the current study.
-
def CreateMeshesFromUNV
 Create Mesh object importing data from -given UNV file.
-
def CreateMeshesFromMED
 Create Mesh object(s) importing data from -given MED file.
-
def CreateMeshesFromSTL
 Create Mesh object importing data from -given STL file.
-
def GetSubShapesId
 From SMESH_Gen interface.
-
def GetPattern
 From SMESH_Gen interface.
-
def GetEmptyCriterion
 Creates an empty criterion.
-
def GetCriterion
 Creates a criterion by given parameters.
-
def GetFilter
 Creates filter by given parameters of -criterion.
-
def GetFunctor
 Creates numerical functor by its type.
-

-

Variables

-
int noNETGENPlugin -= 0
int noNETGENPlugin -= 1
int REGULAR -= 1
int PYTHON -= 2
int MEFISTO -= 3
int NETGEN -= 4
int GHS3D -= 5
int FULL_NETGEN -= 6
 POINT -= SMESH_MeshEditor.POINT
 AXIS = - SMESH_MeshEditor.AXIS
 PLANE -= SMESH_MeshEditor.PLANE
 LAPLACIAN_SMOOTH -= SMESH_MeshEditor.LAPLACIAN_SMOOTH
 CENTROIDAL_SMOOTH -= SMESH_MeshEditor.CENTROIDAL_SMOOTH
int VeryCoarse -= 0
int Coarse -= 1
int Moderate -= 2
int Fine = -3
int VeryFine -= 4
int Custom -= 5
string NO_NAME -= "NoName"
tuple smesh -= salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")

Data Structures

class  Mesh_Algorithm
 Mother class to define algorithm, recommended to do not use directly. More...
class  Mesh_Segment
 Class to define a segment 1D algorithm for discretization. More...
class  Mesh_CompositeSegment
 Class to define a segment 1D algorithm for discretization. More...
class  Mesh_Segment_Python
 Class to define a segment 1D algorithm for discretization with python function. More...
class  Mesh_Triangle
 Class to define a triangle 2D algorithm. More...
class  Mesh_Quadrangle
 Class to define a quadrangle 2D algorithm. More...
class  Mesh_Tetrahedron
 Class to define a tetrahedron 3D algorithm. More...
class  Mesh_Hexahedron
 Class to define a hexahedron 3D algorithm. More...
class  Mesh_Netgen
 Class to define a NETGEN-based 2D or 3D algorithm that need no discrete boundary (i.e. More...
class  Mesh_Projection1D
 Class to define a projection 1D algorithm. More...
class  Mesh_Projection2D
 Class to define a projection 2D algorithm. More...
class  Mesh_Projection3D
 Class to define a projection 3D algorithm. More...
class  Mesh_Prism3D
 Class to define a 3D extrusion algorithm. More...
class  Mesh_RadialPrism3D
 Class to define a Radial Prism 3D algorithm. More...
class  Mesh
 Class to define a mesh. More...

Functions

def GetName
 Gets object name.
def SetName
 Sets name to object.
def EnumToLong
 Returns long value from enumeration Uses for SMESH.FunctorType enumeration.
def GetPointStruct
 Get PointStruct from vertex.
def GetDirStruct
 Get DirStruct from vector.
def GetAxisStruct
 Get AxisStruct from object.
def SetEmbeddedMode
 Set the current mode.
def IsEmbeddedMode
 Get the current mode.
def SetCurrentStudy
 Set the current study.
def GetCurrentStudy
 Get the current study.
def CreateMeshesFromUNV
 Create Mesh object importing data from given UNV file.
def CreateMeshesFromMED
 Create Mesh object(s) importing data from given MED file.
def CreateMeshesFromSTL
 Create Mesh object importing data from given STL file.
def GetSubShapesId
 From SMESH_Gen interface.
def GetPattern
 From SMESH_Gen interface.
def GetEmptyCriterion
 Creates an empty criterion.
def GetCriterion
 Creates a criterion by given parameters.
def GetFilter
 Creates filter by given parameters of criterion.
def GetFunctor
 Creates numerical functor by its type.
def TreatHypoStatus
 Print error message if a hypothesis was not assigned.

Variables

int noNETGENPlugin = 0
int noNETGENPlugin = 1
int REGULAR = 1
int PYTHON = 2
int COMPOSITE = 3
int MEFISTO = 3
int NETGEN = 4
int GHS3D = 5
int FULL_NETGEN = 6
int NETGEN_2D = 7
 NETGEN_1D2D = NETGEN
 NETGEN_1D2D3D = FULL_NETGEN
 NETGEN_FULL = FULL_NETGEN
 POINT = SMESH_MeshEditor.POINT
 AXIS = SMESH_MeshEditor.AXIS
 PLANE = SMESH_MeshEditor.PLANE
 LAPLACIAN_SMOOTH = SMESH_MeshEditor.LAPLACIAN_SMOOTH
 CENTROIDAL_SMOOTH = SMESH_MeshEditor.CENTROIDAL_SMOOTH
int VeryCoarse = 0
int Coarse = 1
int Moderate = 2
int Fine = 3
int VeryFine = 4
int Custom = 5
string NO_NAME = "NoName"
tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
+


Function Documentation

+

+ + + + +
+ + + + + + + + + +
def smesh.GetName   obj  ) 
+
+ + + + +
+   + + +

+

-

-
-

Function Documentation

- +

+ + + + +
+ + + + + + + + + + + + + + + + + + +
def smesh.SetName   obj,
  name
+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.GetName   obj -  ) 
-
+ + + + + + + + +
def smesh.EnumToLong   theItem  ) 
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - - - - - - - - - - - - - - - + + - - -
def -smesh.SetName   obj,

-

-
  name

-

-
+ + + + + + + + +
def smesh.GetPointStruct   theVertex  ) 
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

Parameters:
+ + +
theVertex is GEOM object(vertex)
+
+
Returns:
SMESH.PointStruct
+
+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.EnumToLong   theItem -  ) 
-
+ + + + + + + + +
def smesh.GetDirStruct   theVector  ) 
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

Parameters:
+ + +
theVector is GEOM object(vector)
+
+
Returns:
SMESH.DirStruct
+
+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.GetPointStruct   theVertex -  ) 
-
+ + + + + + + + +
def smesh.GetAxisStruct   theObj  ) 
-
- - - - - - - -
  -
-
Parameters:
-
- - - - - - - - -

-
theVertex is GEOM object(vertex)
-
-
-
-
Returns:
-
SMESH.PointStruct
-
-
-

+
+ + + + + +
+   + +

+

Parameters:
+ + +
theObj is GEOM object(line or plane)
+
+
Returns:
SMESH.AxisStruct
+
+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.GetDirStruct   theVector -  ) 
-
+ + + + + + + + +
def smesh.SetEmbeddedMode   theMode  ) 
-
- - - - - - - -
  -
-
Parameters:
-
- - - - - - - - -

-
theVector is GEOM object(vector)
-
-
-
-
Returns:
-
SMESH.DirStruct
-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.GetAxisStruct   theObj -  ) 
-
+ + + + + + + +
def smesh.IsEmbeddedMode  ) 
-
- - - - - - - -
  -
-
Parameters:
-
- - - - - - - - -

-
theObj is GEOM object(line or plane)
-
-
-
-
Returns:
-
SMESH.AxisStruct
-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.SetEmbeddedMode   theMode -  ) 
-
+ + + + + + + + +
def smesh.SetCurrentStudy   theStudy  ) 
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - - - - - + + - - -
def -smesh.IsEmbeddedMode
-
 ) 
-
+ + + + + + + +
def smesh.GetCurrentStudy  ) 
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.SetCurrentStudy   theStudy -  ) 
-
+ + + + + + + + +
def smesh.CreateMeshesFromUNV   theFileName  ) 
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

Returns:
an instance of Mesh class
+
+

- - - + +
- - - - - - - - - - + + - - -
def -smesh.GetCurrentStudy
-
 ) 
-
+ + + + + + + + +
def smesh.CreateMeshesFromMED   theFileName  ) 
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

Returns:
a list of Mesh class instances
+
+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.CreateMeshesFromUNV   theFileName -  ) 
-
+ + + + + + + + +
def smesh.CreateMeshesFromSTL   theFileName  ) 
-
- - - - - - - -
  -
-
Returns:
-
an instance of Mesh -class
-
-
-

+
+ + + + + +
+   + +

+

Returns:
an instance of Mesh class
+
+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.CreateMeshesFromMED   theFileName -  ) 
-
+ + + + + + + + + + + + + + + + + +
def smesh.GetSubShapesId   theMainObject,
  theListOfSubObjects
-
- - - - - - - -
  -
-
Returns:
-
a list of Mesh -class instances
-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - - - - - - + + - - -
def -smesh.CreateMeshesFromSTL   theFileName -  ) 
-
+ + + + + + + +
def smesh.GetPattern  ) 
-
- - - - - - - -
  -
-
Returns:
-
an instance of Mesh -class
-
-
-

+
+ + + + + +
+   + +

+Creates pattern

+

- - - + +
- - - - - - - - - - - - - - - - - - - - + + - - -
def -smesh.GetSubShapesId   theMainObject, -

-

-
  theListOfSubObjects

-

-
+ + + + + + + +
def smesh.GetEmptyCriterion  ) 
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

Returns:
SMESH.Filter.Criterion
+
+

- - - + +
- - - - - - - - - - + + - - -
def -smesh.GetPattern
-
 ) 
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
def smesh.GetCriterion   elementType,
  CritType,
  Compare = FT_EqualTo,
  Treshold = "",
  UnaryOp = FT_Undefined,
  BinaryOp = FT_Undefined
-
- - - - - - - -
  -

Creates pattern

-
-

+
+ + + + + +
+   + +

+

Parameters:
+ + + + + + + +
elementType is the type of elements(NODE, EDGE, FACE, VOLUME)
CritType is type of criterion( FT_Taper, FT_Area, FT_RangeOfIds, FT_LyingOnGeom etc. )
Compare belong to {FT_LessThan, FT_MoreThan, FT_EqualTo}
Treshold is threshold value (range of ids as string, shape, numeric)
UnaryOp is FT_LogicalNOT or FT_Undefined
BinaryOp is binary logical operation FT_LogicalAND, FT_LogicalOR or FT_Undefined(must be for the last criterion in criteria)
+
+
Returns:
SMESH.Filter.Criterion
+
+

- - - + +
- - - - - - - - - - + + - - -
def -smesh.GetEmptyCriterion
-
 ) 
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
def smesh.GetFilter   elementType,
  CritType = FT_Undefined,
  Compare = FT_EqualTo,
  Treshold = "",
  UnaryOp = FT_Undefined
-
- - - - - - - -
  -
-
Returns:
-
SMESH.Filter.Criterion
-
-
-

+
+ + + + + +
+   + +

+

Parameters:
+ + + + + + +
elementType is the type of elements in the group
CritType is type of criterion( FT_Taper, FT_Area, FT_RangeOfIds, FT_LyingOnGeom etc. )
Compare belong to {FT_LessThan, FT_MoreThan, FT_EqualTo}
Treshold is threshold value (range of id ids as string, shape, numeric)
UnaryOp is FT_LogicalNOT or FT_Undefined
+
+
Returns:
SMESH_Filter
+
+

- - - + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - -
def -smesh.GetCriterion   elementType,

-

-
  CritType,

-

-
  Compare = FT_EqualTo, -

-

-
  Treshold = "", -

-

-
  UnaryOp = FT_Undefined, -

-

-
  BinaryOp = FT_Undefined

-

-
+ + + + + + + + +
def smesh.GetFunctor   theCriterion  ) 
-
- - - - - - - -
  -
-
Parameters:
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-
elementType is the type of elements(NODE, EDGE, FACE, VOLUME)

-
CritType is type of criterion( FT_Taper, FT_Area, -FT_RangeOfIds, FT_LyingOnGeom etc. )

-
Compare belong to {FT_LessThan, FT_MoreThan, FT_EqualTo}

-
Treshold is threshold value (range of ids as string, shape, -numeric)

-
UnaryOp is FT_LogicalNOT or FT_Undefined

-
BinaryOp is binary logical operation FT_LogicalAND, -FT_LogicalOR or FT_Undefined(must be for the last criterion in -criteria)
-
-
-
-
Returns:
-
SMESH.Filter.Criterion
-
-
-

+
+ + + + + +
+   + +

+

Parameters:
+ + +
theCrierion is FT_...; functor type
+
+
Returns:
SMESH_NumericalFunctor
+
+

- - - + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - -
def -smesh.GetFilter   elementType,

-

-
  CritType = FT_Undefined, -

-

-
  Compare = FT_EqualTo, -

-

-
  Treshold = "", -

-

-
  UnaryOp = FT_Undefined

-

-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
def smesh.TreatHypoStatus   status,
  hypName,
  geomName,
  isAlgo
-
- - - - - - - -
  -
-
Parameters:
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-
elementType is the type of elements in the group

-
CritType is type of criterion( FT_Taper, FT_Area, -FT_RangeOfIds, FT_LyingOnGeom etc. )

-
Compare belong to {FT_LessThan, FT_MoreThan, FT_EqualTo}

-
Treshold is threshold value (range of id ids as string, -shape, numeric)

-
UnaryOp is FT_LogicalNOT or FT_Undefined
-
-
-
-
Returns:
-
SMESH_Filter
-
-
-

+
+ + + + + +
+   + +

+

+


Variable Documentation

+

- - -
- - - - - - - - - - - + + - - -
def -smesh.GetFunctor   theCriterion -  ) 
-
+ + + +
int smesh.noNETGENPlugin = 0 [static]
-
- - - - - - - + + +
  -
-
Parameters:
-
- - - - - - - - -

-
theCrierion is FT_...; functor type
-
-
-
-
Returns:
-
SMESH_NumericalFunctor
-
-
+ + + + +
+   + + +

+

-

-
-

Variable Documentation

- +

+ + + + +
+ + + + +
int smesh.noNETGENPlugin = 1 [static]
+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.noNETGENPlugin -= 0 [static]
+ + + +
int smesh.REGULAR = 1 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.noNETGENPlugin -= 1 [static]
+ + + +
int smesh.PYTHON = 2 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.REGULAR -= 1 [static]
+ + + +
int smesh.COMPOSITE = 3 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.PYTHON -= 2 [static]
+ + + +
int smesh.MEFISTO = 3 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.MEFISTO -= 3 [static]
+ + + +
int smesh.NETGEN = 4 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.NETGEN -= 4 [static]
+ + + +
int smesh.GHS3D = 5 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.GHS3D -= 5 [static]
+ + + +
int smesh.FULL_NETGEN = 6 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.FULL_NETGEN -= 6 [static]
+ + + +
int smesh.NETGEN_2D = 7 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
smesh.POINT -= SMESH_MeshEditor.POINT -[static]
+ + + +
smesh.NETGEN_1D2D = NETGEN [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
smesh.AXIS -= SMESH_MeshEditor.AXIS -[static]
+ + + +
smesh.NETGEN_1D2D3D = FULL_NETGEN [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
smesh.PLANE -= SMESH_MeshEditor.PLANE -[static]
+ + + +
smesh.NETGEN_FULL = FULL_NETGEN [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
smesh.LAPLACIAN_SMOOTH -= SMESH_MeshEditor.LAPLACIAN_SMOOTH -[static]
+ + + +
smesh.POINT = SMESH_MeshEditor.POINT [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

+ + + + +
+ + + + +
smesh.AXIS = SMESH_MeshEditor.AXIS [static]
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
smesh.PLANE = SMESH_MeshEditor.PLANE [static]
+
+ + + + + +
+   + + +

+

+

- - - + +
- - - - - - + + - - -
smesh.CENTROIDAL_SMOOTH -= SMESH_MeshEditor.CENTROIDAL_SMOOTH -[static]
+ + + +
smesh.LAPLACIAN_SMOOTH = SMESH_MeshEditor.LAPLACIAN_SMOOTH [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.VeryCoarse -= 0 [static]
+ + + +
smesh.CENTROIDAL_SMOOTH = SMESH_MeshEditor.CENTROIDAL_SMOOTH [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.Coarse -= 1 [static]
+ + + +
int smesh.VeryCoarse = 0 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.Moderate -= 2 [static]
+ + + +
int smesh.Coarse = 1 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.Fine -= 3 [static]
+ + + +
int smesh.Moderate = 2 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.VeryFine -= 4 [static]
+ + + +
int smesh.Fine = 3 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
int smesh.Custom -= 5 [static]
+ + + +
int smesh.VeryFine = 4 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - - + +
- - - - - - + + - - -
string smesh.NO_NAME -= "NoName" [static]
+ + + +
int smesh.Custom = 5 [static]
-
- - - - - - - -
  -

-
-
-

+
+ + + + + +
+   + +

+

+

- - -
- - - - - - + + - - -
tuple smesh.smesh -= salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") -[static]
+ + + +
string smesh.NO_NAME = "NoName" [static]
-
- - - - - - - + + +
  -

-
-
+ + + + +
+   + + +

+

-

- - +

+ + + + +
+ + + + +
tuple smesh.smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") [static]
+
+ + + + + +
+   + + +

+

+ +

+ +