StdMeshers_MaxLength: interface of "Max length" hypothesis.
More...
import "SMESH_BasicHypothesis.idl";
StdMeshers_MaxLength: interface of "Max length" hypothesis.
long SMESH::SMESH_Hypothesis::GetId |
( |
| ) |
|
|
inherited |
double StdMeshers::StdMeshers_MaxLength::GetLength |
( |
| ) |
|
string SMESH::SMESH_Hypothesis::GetLibName |
( |
| ) |
|
|
inherited |
Get the Hypothesis plugin library Name.
string SMESH::SMESH_Hypothesis::GetName |
( |
| ) |
|
|
inherited |
double StdMeshers::StdMeshers_MaxLength::GetPreestimatedLength |
( |
| ) |
|
Returns preestemated length.
boolean StdMeshers::StdMeshers_MaxLength::GetUsePreestimatedLength |
( |
| ) |
|
string SMESH::SMESH_Hypothesis::GetVarParameter |
( |
in string |
methodName | ) |
|
|
inherited |
Return the variable parameter used for Hypothesis creation by name of method setting this parameter.
boolean SMESH::SMESH_Hypothesis::HasParameters |
( |
| ) |
|
|
inherited |
Return true if a hypothesis has parameters.
This method is intended for GUI to know if "Edit" menu item should be available
boolean StdMeshers::StdMeshers_MaxLength::HavePreestimatedLength |
( |
| ) |
|
Returns true if preestemated length is defined.
boolean SMESH::SMESH_Hypothesis::IsDimSupported |
( |
in Dimension |
type | ) |
|
|
inherited |
Verify whether hypothesis supports given entity type.
Store a hypothesis wrapping this not published one.
This hyp, which has no own parameters but is published, is used to store variables defining parameters of this hypothesis.
void StdMeshers::StdMeshers_MaxLength::SetLength |
( |
in double |
length | ) |
raises (SALOME::SALOME_Exception) |
Sets <length> parameter value.
void StdMeshers::StdMeshers_MaxLength::SetPreestimatedLength |
( |
in double |
length | ) |
|
Sets preestemated length.
void StdMeshers::StdMeshers_MaxLength::SetUsePreestimatedLength |
( |
in boolean |
toUse | ) |
|
Sets boolean parameter enabling/desabling usage of length computed basing on size of bounding box of shape to mesh.
void SMESH::SMESH_Hypothesis::SetVarParameter |
( |
in string |
parameter, |
|
|
in string |
method |
|
) |
| |
|
inherited |
Set the variable parameter.
- Parameters
-
parameter | is a string containing the notebook variable used for Hypothesis creation |
method | is a name of Hypothesis method setting this parameter |
This method must be called before calling method()