Data Structures | |
| class | PointStructStr |
| class | PointStructStr6 |
| class | AxisStructStr |
| class | DirStructStr |
| class | smesh |
| class | Mesh |
| This class allows defining and managing a mesh. More... | |
| class | Mesh_Algorithm |
| The mother class to define algorithm, it is not recommended to use it directly. More... | |
| class | Mesh_Segment |
| Class to define a segment 1D algorithm for discretization. More... | |
| class | Mesh_CompositeSegment |
| Defines a segment 1D algorithm for discretization. More... | |
| class | Mesh_Segment_Python |
| Defines a segment 1D algorithm for discretization with python function. More... | |
| class | Mesh_Triangle |
| Defines a triangle 2D algorithm. More... | |
| class | Mesh_Quadrangle |
| Defines a quadrangle 2D algorithm. More... | |
| class | Mesh_Tetrahedron |
| Defines a tetrahedron 3D algorithm. More... | |
| class | Mesh_Hexahedron |
| Defines a hexahedron 3D algorithm. More... | |
| class | Mesh_Netgen |
| Defines a NETGEN-based 2D or 3D algorithm that needs no discrete boundary (i.e. More... | |
| class | Mesh_Projection1D |
| Defines a projection 1D algorithm. More... | |
| class | Mesh_Projection2D |
| Defines a projection 2D algorithm. More... | |
| class | Mesh_Projection3D |
| Defines a projection 3D algorithm. More... | |
| class | Mesh_Prism3D |
| Defines a 3D extrusion algorithm. More... | |
| class | Mesh_RadialPrism3D |
| Defines a Radial Prism 3D algorithm. More... | |
| class | Mesh_RadialQuadrangle1D2D |
| Defines a Radial Quadrangle 1D2D algorithm. More... | |
| class | Mesh_UseExisting |
| class | LocalLength |
| class | LayerDistribution |
| class | SegmentLengthAroundVertex |
| class | Arithmetic1D |
| class | Deflection1D |
| class | StartEndLength |
| class | MaxElementArea |
| class | MaxElementVolume |
| class | NumberOfLayers |
| class | NumberOfSegments |
| class | NETGENPlugin_Hypothesis |
| class | NETGENPlugin_Hypothesis_2D |
| class | NETGEN_SimpleParameters_2D |
| class | NETGEN_SimpleParameters_3D |
| class | Pattern |
Packages | |
| package | smesh |
Functions | |
| def | DegreesToRadians |
| Converts an angle from degrees to radians. | |
| def | ParsePointStruct |
| def | ParseDirStruct |
| def | ParseAxisStruct |
| def | ParseAngles |
| Return list of variable values from salome notebook. | |
| def | IsEqual |
| def | GetName |
| Gets object name. | |
| def | TreatHypoStatus |
| Prints error message if a hypothesis was not assigned. | |
| def | CheckPlugin |
| Check meshing plugin availability. | |
| def | ParseParameters |
| Return values of the notebook variables. | |
Variables | |
| int | noNETGENPlugin = 0 |
| int | noGHS3DPlugin = 0 |
| int | noGHS3DPRLPlugin = 0 |
| int | noHexoticPlugin = 0 |
| int | noBLSURFPlugin = 0 |
| int | REGULAR = 1 |
| int | PYTHON = 2 |
| int | COMPOSITE = 3 |
| int | SOLE = 0 |
| int | SIMPLE = 1 |
| 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 | |
| int | Hexa = 8 |
| int | Hexotic = 9 |
| int | BLSURF = 10 |
| int | GHS3DPRL = 11 |
| 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 |
| int | PrecisionConfusion = 1 |
| string | var_separator = ":" |
| string | NO_NAME = "NoName" |
| notebook = salome_notebook.notebook | |