This class allows defining and managing a mesh. More...
Public Member Functions | |
def | Tetrahedron |
Creates tetrahedron 3D algorithm for volumes. More... | |
This class allows defining and managing a mesh.
def Tetrahedron | ( | algo_type, | |
geom_shape = 0 |
|||
) |
Creates tetrahedron 3D algorithm for volumes.
This method is dynamically added to Mesh class by the meshing plug-in(s).
If the optional geom_shape parameter is not set, this algorithm is global (applied to whole mesh). Otherwise, this algorithm defines a submesh based on geom_shape subshape.
algo_type | type of algorithm to be created; allowed values are specified by classes implemented by plug-in (see below) |
geom_shape | if defined, the subshape to be meshed (GEOM_Object) |