Private class wrapping SMESH.SMESH_Pattern CORBA class in order to treat Notebook variables in some methods. More...
Public Member Functions | |
def | LoadFromFile |
def | ApplyToMeshFaces |
def | ApplyToHexahedrons |
def | MakeMesh |
Private class wrapping SMESH.SMESH_Pattern CORBA class in order to treat Notebook variables in some methods.
def LoadFromFile | ( | self, | |
patternTextOrFile | |||
) |
def ApplyToMeshFaces | ( | self, | |
theMesh, | |||
theFacesIDs, | |||
theNodeIndexOnKeyPoint1, | |||
theReverse | |||
) |
References smeshBuilder.ParseParameters().
def ApplyToHexahedrons | ( | self, | |
theMesh, | |||
theVolumesIDs, | |||
theNode000Index, | |||
theNode001Index | |||
) |
References smeshBuilder.ParseParameters().
def MakeMesh | ( | self, | |
mesh, | |||
CreatePolygons = False , |
|||
CreatePolyhedra = False |
|||
) |