Python API for the standard meshing plug-in module. More...
Data Structures | |
| class | StdMeshersBuilder_Segment |
| Defines segment 1D algorithm for edges discretization. More... | |
| class | StdMeshersBuilder_CompositeSegment |
| Segment 1D algorithm for discretization of a set of adjacent edges as one edge. More... | |
| class | StdMeshersBuilder_Segment_Python |
| Defines a segment 1D algorithm for discretization of edges with Python function. More... | |
| class | StdMeshersBuilder_Triangle_MEFISTO |
| Triangle MEFISTO 2D algorithm. More... | |
| class | StdMeshersBuilder_Quadrangle |
| Defines a quadrangle 2D algorithm. More... | |
| class | StdMeshersBuilder_Hexahedron |
| Defines a hexahedron 3D algorithm. More... | |
| class | StdMeshersBuilder_Projection1D |
| Defines a projection 1D algorithm. More... | |
| class | StdMeshersBuilder_Projection2D |
| Defines a projection 2D algorithm. More... | |
| class | StdMeshersBuilder_Projection1D2D |
| Defines a projection 1D-2D algorithm. More... | |
| class | StdMeshersBuilder_Projection3D |
| Defines a projection 3D algorithm. More... | |
| class | StdMeshersBuilder_Prism3D |
| Defines a Prism 3D algorithm, which is either "Extrusion 3D" or "Radial Prism" depending on geometry. More... | |
| class | StdMeshersBuilder_RadialPrism3D |
| Defines Radial Prism 3D algorithm. More... | |
| class | StdMeshersBuilder_RadialAlgorithm |
| Base class for algorithms supporting radial distribution hypotheses. More... | |
| class | StdMeshersBuilder_RadialQuadrangle1D2D |
| Defines a Radial Quadrangle 1D-2D algorithm. More... | |
| class | StdMeshersBuilder_QuadMA_1D2D |
| Defines a Quadrangle (Medial Axis Projection) 1D-2D algorithm. More... | |
| class | StdMeshersBuilder_PolygonPerFace |
| Defines a Polygon Per Face 2D algorithm. More... | |
| class | StdMeshersBuilder_UseExistingElements_1D |
| Defines a Use Existing Elements 1D algorithm. More... | |
| class | StdMeshersBuilder_UseExistingElements_1D2D |
| Defines a Use Existing Elements 1D-2D algorithm. More... | |
| class | StdMeshersBuilder_Cartesian_3D |
| Defines a Body Fitting 3D algorithm. More... | |
| class | StdMeshersBuilder_UseExisting_1D |
| Defines a stub 1D algorithm, which enables "manual" creation of nodes and segments usable by 2D algorithms. More... | |
| class | StdMeshersBuilder_UseExisting_2D |
| Defines a stub 2D algorithm, which enables "manual" creation of nodes and faces usable by 3D algorithms. More... | |
Variables | |
| string | LIBRARY = "libStdMeshersEngine.so" |
| string | REGULAR = "Regular_1D" |
| Algorithm type: Regular 1D algorithm, see StdMeshersBuilder_Segment. More... | |
| string | PYTHON = "Python_1D" |
| Algorithm type: Python 1D algorithm, see StdMeshersBuilder_Segment_Python. More... | |
| string | COMPOSITE = "CompositeSegment_1D" |
| Algorithm type: Composite segment 1D algorithm, see StdMeshersBuilder_CompositeSegment. More... | |
| string | MEFISTO = "MEFISTO_2D" |
| Algorithm type: Triangle MEFISTO 2D algorithm, see StdMeshersBuilder_Triangle_MEFISTO. More... | |
| string | Hexa = "Hexa_3D" |
| Algorithm type: Hexahedron 3D (i-j-k) algorithm, see StdMeshersBuilder_Hexahedron. More... | |
| string | QUADRANGLE = "Quadrangle_2D" |
| Algorithm type: Quadrangle 2D algorithm, see StdMeshersBuilder_Quadrangle. More... | |
| string | RADIAL_QUAD = "RadialQuadrangle_1D2D" |
| Algorithm type: Radial Quadrangle 1D-2D algorithm, see StdMeshersBuilder_RadialQuadrangle1D2D. More... | |
| string | QUAD_MA_PROJ = "QuadFromMedialAxis_1D2D" |
| Algorithm type: Quadrangle (Medial Axis Projection) 1D-2D algorithm, see StdMeshersBuilder_QuadMA_1D2D. More... | |
| string | POLYGON = "PolygonPerFace_2D" |
| Algorithm type: Polygon Per Face 2D algorithm, see StdMeshersBuilder_PolygonPerFace. More... | |
Python API for the standard meshing plug-in module.
| string LIBRARY = "libStdMeshersEngine.so" |
| string REGULAR = "Regular_1D" |
Algorithm type: Regular 1D algorithm, see StdMeshersBuilder_Segment.
| string PYTHON = "Python_1D" |
Algorithm type: Python 1D algorithm, see StdMeshersBuilder_Segment_Python.
| string COMPOSITE = "CompositeSegment_1D" |
Algorithm type: Composite segment 1D algorithm, see StdMeshersBuilder_CompositeSegment.
| string MEFISTO = "MEFISTO_2D" |
Algorithm type: Triangle MEFISTO 2D algorithm, see StdMeshersBuilder_Triangle_MEFISTO.
| string Hexa = "Hexa_3D" |
Algorithm type: Hexahedron 3D (i-j-k) algorithm, see StdMeshersBuilder_Hexahedron.
| string QUADRANGLE = "Quadrangle_2D" |
Algorithm type: Quadrangle 2D algorithm, see StdMeshersBuilder_Quadrangle.
| string RADIAL_QUAD = "RadialQuadrangle_1D2D" |
Algorithm type: Radial Quadrangle 1D-2D algorithm, see StdMeshersBuilder_RadialQuadrangle1D2D.
| string QUAD_MA_PROJ = "QuadFromMedialAxis_1D2D" |
Algorithm type: Quadrangle (Medial Axis Projection) 1D-2D algorithm, see StdMeshersBuilder_QuadMA_1D2D.
| string POLYGON = "PolygonPerFace_2D" |
Algorithm type: Polygon Per Face 2D algorithm, see StdMeshersBuilder_PolygonPerFace.