StdMeshers_QuadraticMesh: interface of "QuadraticMesh" hypothesis. More...
import "SMESH_BasicHypothesis.idl";

Public Member Functions | |
| string | GetName () |
| Get the Hypothesis typeName. | |
| string | GetLibName () |
| Get the Hypothesis plugin library Name. | |
| long | GetId () |
| Get the internal Id. | |
| void | SetParameters (in string theParameters) |
| Set list of parameters. | |
| string | GetParameters () |
| Return list of notebook variables used for Hypothesis creation separated by ":" symbol. | |
| ListOfParameters | GetLastParameters () |
| Return list of last notebook variables used for Hypothesis creation. | |
| void | SetLastParameters (in string theParameters) |
| Set list of parameters. | |
| void | ClearParameters () |
| Clear parameters list. | |
| boolean | IsDimSupported (in Dimension type) |
| Verify whether hypothesis supports given entity type. | |
StdMeshers_QuadraticMesh: interface of "QuadraticMesh" hypothesis.
This is an auxiliary 1D hypothesis whose presence forces construction of quadratic edges. If the 2D mesher sees that all boundary edges are quadratic ones, it generates quadratic faces, else it generates linear faces using medium nodes as if they were vertex ones. The 3D mesher generates quadratic volumes only if all boundary faces are quadratic ones, else it fails.
Definition at line 505 of file SMESH_BasicHypothesis.idl.
| void SMESH_Hypothesis::ClearParameters | ( | ) | [inherited] |
Clear parameters list.
Definition at line 194 of file SMESH_Hypothesis.cxx.
{
_parameters = string();
}
| long SMESH.SMESH_Hypothesis.GetId | ( | ) | [inherited] |
Get the internal Id.
| ListOfParameters SMESH.SMESH_Hypothesis.GetLastParameters | ( | ) | [inherited] |
Return list of last notebook variables used for Hypothesis creation.
| string SMESH.SMESH_Hypothesis.GetLibName | ( | ) | [inherited] |
Get the Hypothesis plugin library Name.
| string SMESH.SMESH_Hypothesis.GetName | ( | ) | [inherited] |
Get the Hypothesis typeName.
| string SMESH.SMESH_Hypothesis.GetParameters | ( | ) | [inherited] |
Return list of notebook variables used for Hypothesis creation separated by ":" symbol.
| boolean SMESH.SMESH_Hypothesis.IsDimSupported | ( | in Dimension | type | ) | [inherited] |
Verify whether hypothesis supports given entity type.
| void SMESH.SMESH_Hypothesis.SetLastParameters | ( | in string | theParameters | ) | [inherited] |
Set list of parameters.
| theParameters | is a string containing the last notebook variables separated by ":" symbol, used for Hypothesis creation |
| void SMESH.SMESH_Hypothesis.SetParameters | ( | in string | theParameters | ) | [inherited] |
Set list of parameters.
| theParameters | is a string containing the notebook variables separated by ":" symbol, used for Hypothesis creation |