Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Groups
StdMeshersBuilder_Hexahedron Class Reference

Defines a hexahedron 3D algorithm. More...

Inheritance diagram for StdMeshersBuilder_Hexahedron:
Inheritance graph

Public Member Functions

def __init__
 Private constructor. More...
 

Static Public Attributes

string meshMethod = "Hexahedron"
 name of the dynamic method in smeshBuilder.Mesh class More...
 
 algoType = Hexa
 type of algorithm used with helper function in smeshBuilder.Mesh class More...
 
 isDefault = True
 flag pointing whether this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class More...
 
string docHelper = "Creates hexahedron 3D algorithm for volumes"
 doc string of the method More...
 

Detailed Description

Defines a hexahedron 3D algorithm.

It is created by calling smeshBuilder.Mesh.Hexahedron(geom=0)

Constructor & Destructor Documentation

def __init__ (   self,
  mesh,
  geom = 0 
)

Private constructor.

Parameters
meshparent mesh object algorithm is assigned to
geomgeometry (shape/sub-shape) algorithm is assigned to; if it is 0 (default), the algorithm is assigned to the main shape

References Mesh_Algorithm.Create().

Field Documentation

string meshMethod = "Hexahedron"
static

name of the dynamic method in smeshBuilder.Mesh class

algoType = Hexa
static

type of algorithm used with helper function in smeshBuilder.Mesh class

isDefault = True
static

flag pointing whether this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class

string docHelper = "Creates hexahedron 3D algorithm for volumes"
static

doc string of the method