Version: 6.3.1
Functions

Max Element Volume hypothesis

Defining hypotheses
Collaboration diagram for Max Element Volume hypothesis:

Functions

def smeshDC::Mesh_Tetrahedron.MaxElementVolume
 Defines "MaxElementVolume" hypothesis to give the maximun volume of each tetrahedron.

Function Documentation

def smeshDC.Mesh_Tetrahedron.MaxElementVolume (   self,
  vol,
  UseExisting = 0 
) [inherited]

Defines "MaxElementVolume" hypothesis to give the maximun volume of each tetrahedron.

Parameters:
volfor the maximum volume of each tetrahedron
UseExistingif ==true - searches for the existing hypothesis created with the same parameters, else (default) - creates a new one

Definition at line 5309 of file smeshDC.py.

05310                                                   :
05311         if self.algoType == NETGEN:
05312             hyp = self.Hypothesis("MaxElementVolume", [vol], UseExisting=UseExisting,
05313                                   CompareMethod=self.CompareMaxElementVolume)
05314             hyp.SetMaxElementVolume(vol)
05315             return hyp
05316         elif self.algoType == FULL_NETGEN:
05317             self.Parameters(SIMPLE).SetMaxElementVolume(vol)
05318         return None

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