Version: 6.3.1
Public Member Functions

smeshDC.NETGENPlugin_Hypothesis Class Reference

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

Public Member Functions

def SetMaxSize
 Set Max Size parameter value.
def SetGrowthRate
 Set Growth Rate parameter value.
def SetNbSegPerEdge
 Set Number of Segments per Edge parameter value.
def SetNbSegPerRadius
 Set Number of Segments per Radius parameter value.

Detailed Description

Definition at line 6299 of file smeshDC.py.


Member Function Documentation

def smeshDC.NETGENPlugin_Hypothesis.SetGrowthRate (   self,
  value 
)

Set Growth Rate parameter value.

Parameters:
valuenumerical value or name of variable from notebook

Definition at line 6311 of file smeshDC.py.

06312                                       :
06313             lastParameters = NETGENPlugin._objref_NETGENPlugin_Hypothesis.GetLastParameters(self)
06314             value, parameters = ParseParameters(lastParameters,4,2,value)
06315             NETGENPlugin._objref_NETGENPlugin_Hypothesis.SetParameters(self,parameters)
06316             NETGENPlugin._objref_NETGENPlugin_Hypothesis.SetGrowthRate(self,value)

def smeshDC.NETGENPlugin_Hypothesis.SetMaxSize (   self,
  maxsize 
)

Set Max Size parameter value.

Parameters:
maxsizenumerical value or name of variable from notebook

Definition at line 6303 of file smeshDC.py.

06304                                      :
06305             lastParameters = NETGENPlugin._objref_NETGENPlugin_Hypothesis.GetLastParameters(self)
06306             maxsize, parameters = ParseParameters(lastParameters,4,1,maxsize)
06307             NETGENPlugin._objref_NETGENPlugin_Hypothesis.SetParameters(self,parameters)
06308             NETGENPlugin._objref_NETGENPlugin_Hypothesis.SetMaxSize(self,maxsize)

def smeshDC.NETGENPlugin_Hypothesis.SetNbSegPerEdge (   self,
  value 
)

Set Number of Segments per Edge parameter value.

Parameters:
valuenumerical value or name of variable from notebook

Definition at line 6319 of file smeshDC.py.

06320                                         :
06321             lastParameters = NETGENPlugin._objref_NETGENPlugin_Hypothesis.GetLastParameters(self)
06322             value, parameters = ParseParameters(lastParameters,4,3,value)
06323             NETGENPlugin._objref_NETGENPlugin_Hypothesis.SetParameters(self,parameters)
06324             NETGENPlugin._objref_NETGENPlugin_Hypothesis.SetNbSegPerEdge(self,value)

def smeshDC.NETGENPlugin_Hypothesis.SetNbSegPerRadius (   self,
  value 
)

Set Number of Segments per Radius parameter value.

Parameters:
valuenumerical value or name of variable from notebook

Definition at line 6327 of file smeshDC.py.

06328                                           :
06329             lastParameters = NETGENPlugin._objref_NETGENPlugin_Hypothesis.GetLastParameters(self)
06330             value, parameters = ParseParameters(lastParameters,4,4,value)
06331             NETGENPlugin._objref_NETGENPlugin_Hypothesis.SetParameters(self,parameters)
06332             NETGENPlugin._objref_NETGENPlugin_Hypothesis.SetNbSegPerRadius(self,value)
06333 
    #Registering the new proxy for NETGENPlugin_Hypothesis
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