StdMeshers_Arithmetic1D: interface of "Geometric 1D" hypothesis.
More...
import"SMESH_BasicHypothesis.idl";
StdMeshers_Arithmetic1D: interface of "Geometric 1D" hypothesis.
◆ GetCommonRatio()
| double StdMeshers::StdMeshers_Geometric1D::GetCommonRatio |
( |
| ) |
|
◆ GetId()
| short SMESH::SMESH_Hypothesis::GetId |
( |
| ) |
|
|
inherited |
◆ GetLibName()
| string SMESH::SMESH_Hypothesis::GetLibName |
( |
| ) |
|
|
inherited |
Get the Hypothesis plugin library Name.
◆ GetName()
| string SMESH::SMESH_Hypothesis::GetName |
( |
| ) |
|
|
inherited |
◆ GetObjectEntry()
| string StdMeshers::Reversible1D::GetObjectEntry |
( |
| ) |
|
|
inherited |
Get the entry of the main object.
◆ GetReversedEdges()
◆ GetStartLength()
| double StdMeshers::StdMeshers_Geometric1D::GetStartLength |
( |
| ) |
|
◆ GetVarParameter()
| string SMESH::SMESH_Hypothesis::GetVarParameter |
( |
in string |
methodName | ) |
|
|
inherited |
Return the variable parameter used for Hypothesis creation by name of method setting this parameter.
◆ HasParameters()
| 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
◆ IsDimSupported()
| boolean SMESH::SMESH_Hypothesis::IsDimSupported |
( |
in Dimension |
type | ) |
|
|
inherited |
Verify whether hypothesis supports given entity type.
◆ SetCommonRatio()
| void StdMeshers::StdMeshers_Geometric1D::SetCommonRatio |
( |
in double |
factor | ) |
|
| raises | ( | SALOME::SALOME_Exception |
| ) | | |
Sets value of Common Ratio.
◆ SetHolderHypothesis()
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.
◆ SetObjectEntry()
| void StdMeshers::Reversible1D::SetObjectEntry |
( |
in string |
entry | ) |
|
|
inherited |
Set entry of the main object.
◆ SetReversedEdges()
Set list of edges to reverse.
◆ SetStartLength()
| void StdMeshers::StdMeshers_Geometric1D::SetStartLength |
( |
in double |
length | ) |
|
| raises | ( | SALOME::SALOME_Exception |
| ) | | |
Sets length of the first segment.
◆ SetVarParameter()
| 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()