Functions | |
| def | SetPhysicalMesh |
| Sets a way to define size of mesh elements to generate. | |
| def | SetPhySize |
| Sets size of mesh elements to generate. | |
| def | SetPhyMin |
| Sets lower boundary of mesh element size (PhySize). | |
| def | SetPhyMax |
| Sets upper boundary of mesh element size (PhySize). | |
| def | SetGeometricMesh |
| Sets a way to define maximum angular deflection of mesh from CAD model. | |
| def | SetAngleMeshS |
| Sets angular deflection (in degrees) of a mesh face from CAD surface. | |
| def | SetAngleMeshC |
| Sets angular deflection (in degrees) of a mesh edge from CAD curve. | |
| def | SetGeoMin |
| Sets lower boundary of mesh element size computed to respect angular deflection. | |
| def | SetGeoMax |
| Sets upper boundary of mesh element size computed to respect angular deflection. | |
| def | SetGradation |
| Sets maximal allowed ratio between the lengths of two adjacent edges. | |
| def | SetTopology |
| Sets topology usage way. | |
| def | SetDecimesh |
| To respect geometrical edges or not. | |
| def | SetVerbosity |
| Sets verbosity level in the range 0 to 100. | |
| def | SetOptionValue |
| Sets advanced option value. | |
| def | SetQuadAllowed |
| Sets QuadAllowed flag. | |
| def SetPhysicalMesh | ( | self, | ||
thePhysicalMesh = DefaultSize | ||||
| ) | [inherited] |
Sets a way to define size of mesh elements to generate.
| thePhysicalMesh | is: DefaultSize or Custom. |
| def SetPhySize | ( | self, | ||
| theVal | ||||
| ) | [inherited] |
Sets size of mesh elements to generate.
| def SetPhyMin | ( | self, | ||
theVal = -1 | ||||
| ) | [inherited] |
Sets lower boundary of mesh element size (PhySize).
| def SetPhyMax | ( | self, | ||
theVal = -1 | ||||
| ) | [inherited] |
Sets upper boundary of mesh element size (PhySize).
| def SetGeometricMesh | ( | self, | ||
theGeometricMesh = 0 | ||||
| ) | [inherited] |
Sets a way to define maximum angular deflection of mesh from CAD model.
| theGeometricMesh | is: DefaultGeom or Custom |
| def SetAngleMeshS | ( | self, | ||
theVal = _angleMeshS | ||||
| ) | [inherited] |
Sets angular deflection (in degrees) of a mesh face from CAD surface.
| def SetAngleMeshC | ( | self, | ||
theVal = _angleMeshS | ||||
| ) | [inherited] |
Sets angular deflection (in degrees) of a mesh edge from CAD curve.
| def SetGeoMin | ( | self, | ||
theVal = -1 | ||||
| ) | [inherited] |
Sets lower boundary of mesh element size computed to respect angular deflection.
| def SetGeoMax | ( | self, | ||
theVal = -1 | ||||
| ) | [inherited] |
Sets upper boundary of mesh element size computed to respect angular deflection.
| def SetGradation | ( | self, | ||
theVal = _gradation | ||||
| ) | [inherited] |
Sets maximal allowed ratio between the lengths of two adjacent edges.
| def SetTopology | ( | self, | ||
| way | ||||
| ) | [inherited] |
Sets topology usage way.
| way | defines how mesh conformity is assured
|
| def SetDecimesh | ( | self, | ||
toIgnoreEdges = False | ||||
| ) | [inherited] |
To respect geometrical edges or not.
| def SetVerbosity | ( | self, | ||
| level | ||||
| ) | [inherited] |
Sets verbosity level in the range 0 to 100.
| def SetOptionValue | ( | self, | ||
| optionName, | ||||
| level | ||||
| ) | [inherited] |
Sets advanced option value.
| def SetQuadAllowed | ( | self, | ||
toAllow = True | ||||
| ) | [inherited] |
Sets QuadAllowed flag.
Only for algoType == NETGEN || NETGEN_2D || BLSURF