|
Data Structures | |
| class | smeshDC.Mesh_Projection1D |
| Defines a projection 1D algorithm. More... | |
| class | smeshDC.Mesh_Projection2D |
| Defines a projection 2D algorithm. More... | |
| class | smeshDC.Mesh_Projection3D |
| Defines a projection 3D algorithm. More... | |
Functions | |
| def | smeshDC::Mesh.Projection1D |
| Creates a projection 1D algorithm for edges. | |
| def | smeshDC::Mesh.Projection2D |
| Creates a projection 2D algorithm for faces. | |
| def | smeshDC::Mesh.Projection3D |
| Creates a projection 3D algorithm for solids. | |
| def smeshDC.Mesh.Projection1D | ( | self, | |
geom = 0 |
|||
| ) | [inherited] |
Creates a projection 1D algorithm for edges.
If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.
| geom | If defined, the subshape to be meshed |
Definition at line 1366 of file smeshDC.py.
| def smeshDC.Mesh.Projection2D | ( | self, | |
geom = 0 |
|||
| ) | [inherited] |
Creates a projection 2D algorithm for faces.
If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.
| geom | If defined, the subshape to be meshed |
Definition at line 1375 of file smeshDC.py.
| def smeshDC.Mesh.Projection3D | ( | self, | |
geom = 0 |
|||
| ) | [inherited] |
Creates a projection 3D algorithm for solids.
If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.
| geom | If defined, the subshape to be meshed |
Definition at line 1384 of file smeshDC.py.