Version: 6.3.1
Public Member Functions

StdMeshers.StdMeshers_LayerDistribution2D Interface Reference

StdMeshers_LayerDistribution2D: interface of "Distribution of Layers" hypothesis. More...

import "SMESH_BasicHypothesis.idl";

Inheritance diagram for StdMeshers.StdMeshers_LayerDistribution2D:
Inheritance graph
[legend]

Public Member Functions

void SetLayerDistribution (in SMESH::SMESH_Hypothesis distributionHyp) raises (SALOME::SALOME_Exception)
 Sets 1D hypothesis specifying distribution of layers.
SMESH::SMESH_Hypothesis GetLayerDistribution ()
 Returns 1D hypothesis specifying distribution of layers.
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.

Detailed Description

StdMeshers_LayerDistribution2D: interface of "Distribution of Layers" hypothesis.

This hypothesis is used by "Radial quadrangle" algorithm. It specifies 1D hypothesis defining distribution of segments between the internal and the external surfaces.

Definition at line 568 of file SMESH_BasicHypothesis.idl.


Member Function Documentation

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.

SMESH::SMESH_Hypothesis StdMeshers.StdMeshers_LayerDistribution.GetLayerDistribution ( ) [inherited]

Returns 1D hypothesis specifying distribution of layers.

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.

Parameters:
theParametersis a string containing the last notebook variables separated by ":" symbol, used for Hypothesis creation
void StdMeshers.StdMeshers_LayerDistribution.SetLayerDistribution ( in SMESH::SMESH_Hypothesis  distributionHyp) raises (SALOME::SALOME_Exception) [inherited]

Sets 1D hypothesis specifying distribution of layers.

void SMESH.SMESH_Hypothesis.SetParameters ( in string  theParameters) [inherited]

Set list of parameters.

Parameters:
theParametersis a string containing the notebook variables separated by ":" symbol, used for Hypothesis creation
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS