Modules | |
1D Meshing Hypotheses | |
2D Meshing Hypotheses | |
Max Element Volume hypothesis | |
Quadrangle Parameters hypothesis | |
Additional Hypotheses |
Functions | |
def | AddHypothesis |
Assigns a hypothesis. | |
def | IsUsedHypothesis |
Return True if an algorithm of hypothesis is assigned to a given shape. | |
def | RemoveHypothesis |
Unassigns a hypothesis. | |
def | GetHypothesisList |
Gets the list of hypotheses added on a geometry. | |
def | RemoveGlobalHypotheses |
Removes all global hypotheses. |
def AddHypothesis | ( | self, | |
hyp, | |||
geom = 0 |
|||
) |
Assigns a hypothesis.
hyp | a hypothesis to assign |
geom | a subhape of mesh geometry |
References smesh.AssureGeomPublished(), Mesh.geom, Mesh.GetName(), and smesh.TreatHypoStatus().
def IsUsedHypothesis | ( | self, | |
hyp, | |||
geom | |||
) |
Return True if an algorithm of hypothesis is assigned to a given shape.
hyp | a hypothesis to check |
geom | a subhape of mesh geometry |
References Mesh.GetHypothesisList().
def RemoveHypothesis | ( | self, | |
hyp, | |||
geom = 0 |
|||
) |
Unassigns a hypothesis.
hyp | a hypothesis to unassign |
geom | a sub-shape of mesh geometry |
References Mesh.geom.
def GetHypothesisList | ( | self, | |
geom | |||
) |
Gets the list of hypotheses added on a geometry.
geom | a sub-shape of mesh geometry |
def RemoveGlobalHypotheses | ( | self | ) |
Removes all global hypotheses.
References Mesh.geom.