Version: 6.3.1
Functions

Hexotic Parameters hypothesis

Defining hypotheses
Collaboration diagram for Hexotic Parameters hypothesis:

Functions

def smeshDC::Mesh_Hexahedron.MinMaxQuad
 Defines "MinMaxQuad" hypothesis to give three hexotic parameters.

Function Documentation

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 # ------------------------------

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS