|
Functions | |
| def | smeshDC::Mesh_Hexahedron.MinMaxQuad |
| Defines "MinMaxQuad" hypothesis to give three hexotic parameters. | |
| def smeshDC.Mesh_Hexahedron.MinMaxQuad | ( | self, | |
min = 3, |
|||
max = 8, |
|||
quad = True |
|||
| ) | [inherited] |
Defines "MinMaxQuad" hypothesis to give three hexotic parameters.
Definition at line 5623 of file smeshDC.py.
05624 : 05625 self.params = self.Hypothesis("Hexotic_Parameters", [], "libHexoticEngine.so", 05626 UseExisting=0) 05627 self.params.SetHexesMinLevel(min) 05628 self.params.SetHexesMaxLevel(max) 05629 self.params.SetHexoticQuadrangles(quad) 05630 return self.params 05631 05632 # Deprecated, only for compatibility! 05633 # Public class: Mesh_Netgen 05634 # ------------------------------