Public Member Functions | |
| def | __init__ |
| def | CreateMesh |
| def | CreateHypothesis |
| def | Compute |
Private Attributes | |
| _study | |
Static Private Attributes | |
| _geom = None | |
| _smesh = None | |
| _studyId = None | |
Definition at line 35 of file smeshpy.py.
| def smeshpy.smeshpy.__init__ | ( | self | ) |
Definition at line 42 of file smeshpy.py.
00043 : 00044 try: 00045 self._geom = salome.lcc.FindOrLoadComponent("FactoryServer","GEOM") 00046 self._smesh = salome.lcc.FindOrLoadComponent("FactoryServer","SMESH") 00047 except: 00048 MESSAGE( "exception in smeshpy:__init__" ) 00049 self._study = salome.myStudy 00050 self._smesh.SetCurrentStudy(self._study)
| def smeshpy.smeshpy.Compute | ( | self, | |
| mesh, | |||
| shapeId | |||
| ) |
Definition at line 74 of file smeshpy.py.
| def smeshpy.smeshpy.CreateHypothesis | ( | self, | |
| name, | |||
| libname | |||
| ) |
Definition at line 64 of file smeshpy.py.
| def smeshpy.smeshpy.CreateMesh | ( | self, | |
| shapeId | |||
| ) |
Definition at line 53 of file smeshpy.py.
smeshpy.smeshpy._geom = None [static, private] |
Definition at line 36 of file smeshpy.py.
smeshpy.smeshpy._smesh = None [static, private] |
Definition at line 37 of file smeshpy.py.
smeshpy.smeshpy._study [private] |
Definition at line 42 of file smeshpy.py.
smeshpy.smeshpy._studyId = None [static, private] |
Definition at line 38 of file smeshpy.py.