
Public Member Functions | |
| 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 |
Definition at line 6345 of file smeshDC.py.
| def smeshDC.NETGEN_SimpleParameters_2D.LengthFromEdges | ( | self | ) |
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_2D.SetLocalLength | ( | self, | |
| length | |||
| ) |
Set Local Length parameter value.
| length | numerical 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 | |||
| ) |
Set Max Element Area parameter value.
| area | numerical 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_2D.SetNumberOfSegments | ( | self, | |
| nbSeg | |||
| ) |
Set Number of Segments parameter value.
| nbSeg | numerical 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)