Public Member Functions | |
| def | __init__ (self) |
| def | FindHypothesis (self, hypname, args, CompareMethod, smeshpyD) |
| def | FindAlgorithm (self, algoname, smeshpyD) |
| def | GetSubMesh (self) |
| def | GetAlgorithm (self) |
| def | GetCompatibleHypothesis (self) |
| def | GetName (self) |
| def | SetName (self, name) |
| def | GetId (self) |
| def | Create (self, mesh, geom, hypo, so="libStdMeshersEngine.so") |
| def | Assign (self, algo, mesh, geom) |
| def | CompareHyp (self, hyp, args) |
| def | CompareEqualHyp (self, hyp, args) |
| def | Hypothesis (self, hyp, args=[], so="libStdMeshersEngine.so", UseExisting=0, CompareMethod="", toAdd=True) |
| def | MainShapeEntry (self) |
| def | ViscousLayers (self, thickness, numberOfLayers, stretchFactor, faces=[], isFacesToIgnore=True, extrMethod=StdMeshers.SURF_OFFSET_SMOOTH, groupName="") |
| def | ViscousLayers2D (self, thickness, numberOfLayers, stretchFactor, edges=[], isEdgesToIgnore=True, groupName="") |
| def | ReversedEdgeIndices (self, reverseList) |
Data Fields | |
| mesh | |
| geom | |
| subm | |
| algo | |
| def __init__ | ( | self | ) |
| def FindHypothesis | ( | self, | |
| hypname, | |||
| args, | |||
| CompareMethod, | |||
| smeshpyD | |||
| ) |
| def FindAlgorithm | ( | self, | |
| algoname, | |||
| smeshpyD | |||
| ) |
| def GetSubMesh | ( | self | ) |
References Mesh_Algorithm.subm.
| def GetAlgorithm | ( | self | ) |
References Mesh_Algorithm.algo.
| def GetCompatibleHypothesis | ( | self | ) |
References Mesh_Algorithm.algo.
| def GetName | ( | self | ) |
References Mesh_Algorithm.algo.
| def SetName | ( | self, | |
| name | |||
| ) |
References Mesh_Algorithm.algo, and Mesh_Algorithm.mesh.
| def GetId | ( | self | ) |
References Mesh_Algorithm.algo.
| def Create | ( | self, | |
| mesh, | |||
| geom, | |||
| hypo, | |||
so = "libStdMeshersEngine.so" |
|||
| ) |
References Mesh_Algorithm.algo, Mesh_Algorithm.Assign(), and Mesh_Algorithm.FindAlgorithm().
| def Assign | ( | self, | |
| algo, | |||
| mesh, | |||
| geom | |||
| ) |
References Mesh_Algorithm.algo, Mesh_Algorithm.geom, Mesh_Algorithm.mesh, and Mesh_Algorithm.subm.
| def CompareHyp | ( | self, | |
| hyp, | |||
| args | |||
| ) |
| def CompareEqualHyp | ( | self, | |
| hyp, | |||
| args | |||
| ) |
| def Hypothesis | ( | self, | |
| hyp, | |||
args = [], |
|||
so = "libStdMeshersEngine.so", |
|||
UseExisting = 0, |
|||
CompareMethod = "", |
|||
toAdd = True |
|||
| ) |
| def MainShapeEntry | ( | self | ) |
References Mesh_Algorithm.mesh.
| def ViscousLayers | ( | self, | |
| thickness, | |||
| numberOfLayers, | |||
| stretchFactor, | |||
faces = [], |
|||
isFacesToIgnore = True, |
|||
extrMethod = StdMeshers.SURF_OFFSET_SMOOTH, |
|||
groupName = "" |
|||
| ) |
| def ViscousLayers2D | ( | self, | |
| thickness, | |||
| numberOfLayers, | |||
| stretchFactor, | |||
edges = [], |
|||
isEdgesToIgnore = True, |
|||
groupName = "" |
|||
| ) |
| def ReversedEdgeIndices | ( | self, | |
| reverseList | |||
| ) |
References Mesh_Algorithm.geom, and Mesh_Algorithm.mesh.
| mesh |
| geom |
| subm |
| algo |