StdMeshers_FixedPoints1D: interface of "Fixed points 1D" hypothesis. More...
import "SMESH_BasicHypothesis.idl";

Public Member Functions | |
| void | SetPoints (in SMESH::double_array listParams) raises (SALOME::SALOME_Exception) |
| Sets some points on edge using parameter on curve from 0 to 1 (additionally it is neecessary to check orientation of edges and create list of reversed edges if it is needed) and sets numbers of segments between given points (default values are equals 1) | |
| void | SetNbSegments (in SMESH::long_array listNbSeg) raises (SALOME::SALOME_Exception) |
| SMESH::double_array | GetPoints () |
| Returns list of point's parameters. | |
| SMESH::long_array | GetNbSegments () |
| Returns list of numbers of segments. | |
| 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_FixedPoints1D: interface of "Fixed points 1D" hypothesis.
Definition at line 394 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.
| SMESH::long_array StdMeshers.StdMeshers_FixedPoints1D.GetNbSegments | ( | ) |
Returns list of numbers of segments.
| string StdMeshers.StdMeshers_FixedPoints1D.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::double_array StdMeshers.StdMeshers_FixedPoints1D.GetPoints | ( | ) |
Returns list of point's parameters.
| SMESH::long_array StdMeshers.StdMeshers_FixedPoints1D.GetReversedEdges | ( | ) |
Returns list of edges to reverse.
| 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 StdMeshers.StdMeshers_FixedPoints1D.SetNbSegments | ( | in SMESH::long_array | listNbSeg | ) | raises (SALOME::SALOME_Exception) |
| void StdMeshers.StdMeshers_FixedPoints1D.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_FixedPoints1D.SetPoints | ( | in SMESH::double_array | listParams | ) | raises (SALOME::SALOME_Exception) |
Sets some points on edge using parameter on curve from 0 to 1 (additionally it is neecessary to check orientation of edges and create list of reversed edges if it is needed) and sets numbers of segments between given points (default values are equals 1)
| void StdMeshers.StdMeshers_FixedPoints1D.SetReversedEdges | ( | in SMESH::long_array | list | ) |
Set list of edges to reverse.