StdMeshers_NumberOfSegments: interface of "Nb. Segments" hypothesis. More...
import "SMESH_BasicHypothesis.idl";

Public Member Functions | |
| SMESH::double_array | BuildDistributionExpr (in string func, in long nbSeg, in long conv) raises (SALOME::SALOME_Exception) |
| Builds and returns point distribution according to passed density function. | |
| SMESH::double_array | BuildDistributionTab (in SMESH::double_array func, in long nbSeg, in long conv) raises (SALOME::SALOME_Exception) |
| void | SetNumberOfSegments (in long segmentsNumber) raises (SALOME::SALOME_Exception) |
| Sets <number of="" segments>=""> parameter value. | |
| long | GetNumberOfSegments () |
| Returns <number of="" segments>=""> parameter value. | |
| void | SetDistrType (in long typ) raises (SALOME::SALOME_Exception) |
| Sets <distribution type>=""> parameter value. | |
| long | GetDistrType () |
| Returns <distribution type>=""> parameter value. | |
| void | SetScaleFactor (in double scaleFactor) raises (SALOME::SALOME_Exception) |
| Sets <scale factor>=""> parameter value. | |
| double | GetScaleFactor () raises (SALOME::SALOME_Exception) |
| Returns <scale factor>=""> parameter value. | |
| void | SetTableFunction (in SMESH::double_array table) raises (SALOME::SALOME_Exception) |
| Sets. | |
| SMESH::double_array | GetTableFunction () raises (SALOME::SALOME_Exception) |
| Returns. | |
| void | SetExpressionFunction (in string expr) raises (SALOME::SALOME_Exception) |
| Sets <expression function>=""> parameter value for distribution DT_ExprFunc. | |
| string | GetExpressionFunction () raises (SALOME::SALOME_Exception) |
| Returns <expression function>=""> parameter value for distribution DT_ExprFunc. | |
| void | SetConversionMode (in long conv) raises (SALOME::SALOME_Exception) |
| Sets <conversion mode>=""> parameter value for functional distributions. | |
| long | ConversionMode () raises (SALOME::SALOME_Exception) |
| Returns <conversion mode>=""> parameter value for functional distributions. | |
| void | SetReversedEdges (in SMESH::long_array list) |
| Set list of edges to reverse. | |
| SMESH::long_array | GetReversedEdges () |
| Returns list of edges to reverse. | |
| void | SetObjectEntry (in string entry) |
| Set entry of the main object. | |
| string | GetObjectEntry () |
| Get the entry of the main object. | |
| 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_NumberOfSegments: interface of "Nb. Segments" hypothesis.
Definition at line 135 of file SMESH_BasicHypothesis.idl.
| SMESH::double_array StdMeshers.StdMeshers_NumberOfSegments.BuildDistributionExpr | ( | in string | func, |
| in long | nbSeg, | ||
| in long | conv | ||
| ) | raises (SALOME::SALOME_Exception) |
Builds and returns point distribution according to passed density function.
| SMESH::double_array StdMeshers.StdMeshers_NumberOfSegments.BuildDistributionTab | ( | in SMESH::double_array | func, |
| in long | nbSeg, | ||
| in long | conv | ||
| ) | raises (SALOME::SALOME_Exception) |
| void SMESH_Hypothesis::ClearParameters | ( | ) | [inherited] |
Clear parameters list.
Definition at line 194 of file SMESH_Hypothesis.cxx.
{
_parameters = string();
}
| long StdMeshers.StdMeshers_NumberOfSegments.ConversionMode | ( | ) | raises (SALOME::SALOME_Exception) |
Returns <conversion mode>=""> parameter value for functional distributions.
| long StdMeshers.StdMeshers_NumberOfSegments.GetDistrType | ( | ) |
Returns <distribution type>=""> parameter value.
| string StdMeshers.StdMeshers_NumberOfSegments.GetExpressionFunction | ( | ) | raises (SALOME::SALOME_Exception) |
Returns <expression function>=""> parameter value for distribution DT_ExprFunc.
| 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.
| long StdMeshers.StdMeshers_NumberOfSegments.GetNumberOfSegments | ( | ) |
Returns <number of="" segments>=""> parameter value.
| string StdMeshers.StdMeshers_NumberOfSegments.GetObjectEntry | ( | ) |
Get the entry of the main object.
| string SMESH.SMESH_Hypothesis.GetParameters | ( | ) | [inherited] |
Return list of notebook variables used for Hypothesis creation separated by ":" symbol.
| SMESH::long_array StdMeshers.StdMeshers_NumberOfSegments.GetReversedEdges | ( | ) |
Returns list of edges to reverse.
| double StdMeshers.StdMeshers_NumberOfSegments.GetScaleFactor | ( | ) | raises (SALOME::SALOME_Exception) |
Returns <scale factor>=""> parameter value.
| SMESH::double_array StdMeshers.StdMeshers_NumberOfSegments.GetTableFunction | ( | ) | raises (SALOME::SALOME_Exception) |
Returns.
value for distribution DT_TabFunc
| boolean SMESH.SMESH_Hypothesis.IsDimSupported | ( | in Dimension | type | ) | [inherited] |
Verify whether hypothesis supports given entity type.
| void StdMeshers.StdMeshers_NumberOfSegments.SetConversionMode | ( | in long | conv | ) | raises (SALOME::SALOME_Exception) |
Sets <conversion mode>=""> parameter value for functional distributions.
| void StdMeshers.StdMeshers_NumberOfSegments.SetDistrType | ( | in long | typ | ) | raises (SALOME::SALOME_Exception) |
Sets <distribution type>=""> parameter value.
| void StdMeshers.StdMeshers_NumberOfSegments.SetExpressionFunction | ( | in string | expr | ) | raises (SALOME::SALOME_Exception) |
Sets <expression function>=""> parameter value for distribution DT_ExprFunc.
| 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 StdMeshers.StdMeshers_NumberOfSegments.SetNumberOfSegments | ( | in long | segmentsNumber | ) | raises (SALOME::SALOME_Exception) |
Sets <number of="" segments>=""> parameter value.
| void StdMeshers.StdMeshers_NumberOfSegments.SetObjectEntry | ( | in string | entry | ) |
Set entry of the main object.
| 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 |
| void StdMeshers.StdMeshers_NumberOfSegments.SetReversedEdges | ( | in SMESH::long_array | list | ) |
Set list of edges to reverse.
| void StdMeshers.StdMeshers_NumberOfSegments.SetScaleFactor | ( | in double | scaleFactor | ) | raises (SALOME::SALOME_Exception) |
Sets <scale factor>=""> parameter value.
| void StdMeshers.StdMeshers_NumberOfSegments.SetTableFunction | ( | in SMESH::double_array | table | ) | raises (SALOME::SALOME_Exception) |
Sets.
value for distribution DT_TabFunc