# of smesh.Mesh class
# @internal
isDefault = False
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates segment 1D algorithm for edges"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
## doc string of the method
# @internal
docHelper = "Creates tetrahedron 3D algorithm for solids"
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates segment 1D algorithm for edges"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
# of smesh.Mesh class
# @internal
isDefault = True
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates triangle 2D algorithm for faces"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
# of smesh.Mesh class
# @internal
isDefault = True
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates quadrangle 2D algorithm for faces"
## hypothesis associated with algorithm
# @internal
params = 0
# of smesh.Mesh class
# @internal
isDefault = True
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates hexahedron 3D algorithm for volumes"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
# of smesh.Mesh class
# @internal
isDefault = True
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates projection 1D algorithm for edges"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
# of smesh.Mesh class
# @internal
isDefault = True
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates projection 2D algorithm for faces"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
## type of algorithm used with helper function in smesh.Mesh class
# @internal
algoType = "Projection_1D2D"
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates projection 1D-2D algorithm for edges and faces"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
## type of algorithm used with helper function in smesh.Mesh class
# @internal
algoType = "Projection_3D"
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates projection 3D algorithm for volumes"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
## type of algorithm used with helper function in smesh.Mesh class
# @internal
algoType = "Prism_3D"
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates prism 3D algorithm for volumes"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
pass # end of StdMeshersDC_Prism3D class
-## Defines a Radial Quadrangle 1D2D algorithm
+## Defines a Radial Quadrangle 1D-2D algorithm
#
# It is created by calling smesh.Mesh.Quadrangle(smesh.RADIAL_QUAD,geom=0)
#
## type of algorithm used with helper function in smesh.Mesh class
# @internal
algoType = RADIAL_QUAD
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates quadrangle 1D-2D algorithm for triangular faces"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
# of smesh.Mesh class
# @internal
isDefault = True
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates 1D algorithm for edges with reusing of existing mesh elements"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
# of smesh.Mesh class
# @internal
isDefault = True
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates 1D-2D algorithm for edges/faces with reusing of existing mesh elements"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
# of smesh.Mesh class
# @internal
isDefault = True
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates body fitting 3D algorithm for volumes"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
## type of algorithm used with helper function in smesh.Mesh class
# @internal
algoType = "UseExisting_1D"
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates 1D algorithm for edges with reusing of existing mesh elements"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to
## type of algorithm used with helper function in smesh.Mesh class
# @internal
algoType = "UseExisting_2D"
+ ## doc string of the method
+ # @internal
+ docHelper = "Creates 2D algorithm for faces with reusing of existing mesh elements"
## Private constructor.
# @param mesh parent mesh object algorithm is assigned to