Version: 6.3.1
Public Member Functions

smeshDC.NETGEN_SimpleParameters_3D Class Reference

Inheritance diagram for smeshDC.NETGEN_SimpleParameters_3D:
Inheritance graph
[legend]

Public Member Functions

def SetMaxElementVolume
 Set Max Element Volume parameter value.
def LengthFromFaces
def SetNumberOfSegments
 Set Number of Segments parameter value.
def SetLocalLength
 Set Local Length parameter value.
def SetMaxElementArea
 Set Max Element Area parameter value.
def LengthFromEdges

Detailed Description

Definition at line 6383 of file smeshDC.py.


Member Function Documentation

def smeshDC.NETGEN_SimpleParameters_2D.LengthFromEdges (   self) [inherited]

Definition at line 6371 of file smeshDC.py.

06372                                  :
06373             lastParameters = NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.GetLastParameters(self)
06374             value = 0;
06375             value, parameters = ParseParameters(lastParameters,2,2,value)
06376             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.SetParameters(self,parameters)
06377             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.LengthFromEdges(self)
06378 
    #Registering the new proxy for NETGEN_SimpleParameters_2D
def smeshDC.NETGEN_SimpleParameters_3D.LengthFromFaces (   self)

Definition at line 6392 of file smeshDC.py.

06393                                  :
06394             lastParameters = NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_3D.GetLastParameters(self)
06395             value = 0;
06396             value, parameters = ParseParameters(lastParameters,3,3,value)
06397             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_3D.SetParameters(self,parameters)
06398             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_3D.LengthFromFaces(self)
06399 
    #Registering the new proxy for NETGEN_SimpleParameters_3D
def smeshDC.NETGEN_SimpleParameters_2D.SetLocalLength (   self,
  length 
) [inherited]

Set Local Length parameter value.

Parameters:
lengthnumerical value or name of variable from notebook

Definition at line 6357 of file smeshDC.py.

06358                                         :
06359             lastParameters = NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.GetLastParameters(self)
06360             length, parameters = ParseParameters(lastParameters,2,1,length)
06361             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.SetParameters(self,parameters)
06362             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.SetLocalLength(self, length)

def smeshDC.NETGEN_SimpleParameters_2D.SetMaxElementArea (   self,
  area 
) [inherited]

Set Max Element Area parameter value.

Parameters:
areanumerical value or name of variable from notebook

Definition at line 6365 of file smeshDC.py.

06366                                          :
06367             lastParameters = NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.GetLastParameters(self)
06368             area, parameters = ParseParameters(lastParameters,2,2,area)
06369             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.SetParameters(self,parameters)
06370             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.SetMaxElementArea(self, area)

def smeshDC.NETGEN_SimpleParameters_3D.SetMaxElementVolume (   self,
  volume 
)

Set Max Element Volume parameter value.

Parameters:
volumenumerical value or name of variable from notebook

Definition at line 6386 of file smeshDC.py.

06387                                              :
06388             lastParameters = NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_3D.GetLastParameters(self)
06389             volume, parameters = ParseParameters(lastParameters,3,3,volume)
06390             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_3D.SetParameters(self,parameters)
06391             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_3D.SetMaxElementVolume(self, volume)

def smeshDC.NETGEN_SimpleParameters_2D.SetNumberOfSegments (   self,
  nbSeg 
) [inherited]

Set Number of Segments parameter value.

Parameters:
nbSegnumerical value or name of variable from notebook

Definition at line 6349 of file smeshDC.py.

06350                                             :
06351             lastParameters = NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.GetLastParameters(self)
06352             nbSeg, parameters = ParseParameters(lastParameters,2,1,nbSeg)
06353             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.SetParameters(self,parameters)
06354             NETGENPlugin._objref_NETGENPlugin_SimpleHypothesis_2D.SetNumberOfSegments(self, nbSeg)

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