Data Structures | |
class | Mesh_Prism3D |
Defines a 3D extrusion algorithm. More... | |
Functions | |
def | Prism |
Creates a 3D extrusion (Prism 3D) or RadialPrism 3D algorithm for solids. |
def Prism | ( | self, | ||
geom = 0 | ||||
) | [inherited] |
Creates a 3D extrusion (Prism 3D) or RadialPrism 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 |