Version: 9.12.0
StdMeshers::StdMeshers_MaxLength Interface Reference

StdMeshers_MaxLength: interface of "Max length" hypothesis. More...

import"SMESH_BasicHypothesis.idl";

Inheritance diagram for StdMeshers::StdMeshers_MaxLength:

Public Member Functions

void SetLength (in double length) raises (SALOME::SALOME_Exception)
 Sets <length> parameter value. More...
 
double GetLength ()
 Returns <length> parameter value. More...
 
boolean HavePreestimatedLength ()
 Returns true if preestemated length is defined. More...
 
double GetPreestimatedLength ()
 Returns preestemated length. More...
 
void SetPreestimatedLength (in double length)
 Sets preestemated length. More...
 
void SetUsePreestimatedLength (in boolean toUse)
 Sets boolean parameter enabling/desabling usage of length computed basing on size of bounding box of shape to mesh. More...
 
boolean GetUsePreestimatedLength ()
 Returns value of boolean parameter enabling/desabling usage of length computed basing on size of bounding box of shape to mesh. More...
 
string GetName ()
 Get the Hypothesis typeName. More...
 
string GetLibName ()
 Get the Hypothesis plugin library Name. More...
 
short GetId ()
 Get the internal Id. More...
 
void SetVarParameter (in string parameter, in string method)
 Set the variable parameter. More...
 
string GetVarParameter (in string methodName)
 Return the variable parameter used for Hypothesis creation by name of method setting this parameter. More...
 
void SetHolderHypothesis (in SMESH::SMESH_Hypothesis hyp)
 Store a hypothesis wrapping this not published one. More...
 
boolean IsDimSupported (in Dimension type)
 Verify whether hypothesis supports given entity type. More...
 
boolean HasParameters ()
 Return true if a hypothesis has parameters. More...
 

Detailed Description

StdMeshers_MaxLength: interface of "Max length" hypothesis.

Member Function Documentation

◆ GetId()

short SMESH::SMESH_Hypothesis::GetId ( )
inherited

Get the internal Id.

◆ GetLength()

double StdMeshers::StdMeshers_MaxLength::GetLength ( )

Returns <length> parameter value.

Referenced by StdMeshers_Regular_1D::CheckHypothesis().

◆ GetLibName()

string SMESH::SMESH_Hypothesis::GetLibName ( )
inherited

Get the Hypothesis plugin library Name.

◆ GetName()

string SMESH::SMESH_Hypothesis::GetName ( )
inherited

Get the Hypothesis typeName.

Referenced by StdMeshers_Regular_1D::CheckHypothesis().

◆ GetPreestimatedLength()

double StdMeshers::StdMeshers_MaxLength::GetPreestimatedLength ( )

Returns preestemated length.

◆ GetUsePreestimatedLength()

boolean StdMeshers::StdMeshers_MaxLength::GetUsePreestimatedLength ( )

Returns value of boolean parameter enabling/desabling usage of length computed basing on size of bounding box of shape to mesh.

Referenced by StdMeshers_Regular_1D::CheckHypothesis().

◆ 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

◆ HavePreestimatedLength()

boolean StdMeshers::StdMeshers_MaxLength::HavePreestimatedLength ( )

Returns true if preestemated length is defined.

◆ IsDimSupported()

boolean SMESH::SMESH_Hypothesis::IsDimSupported ( in Dimension  type)
inherited

Verify whether hypothesis supports given entity type.

◆ SetHolderHypothesis()

void SMESH::SMESH_Hypothesis::SetHolderHypothesis ( in SMESH::SMESH_Hypothesis  hyp)
inherited

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.

◆ SetLength()

void StdMeshers::StdMeshers_MaxLength::SetLength ( in double  length)
raises (SALOME::SALOME_Exception
)

Sets <length> parameter value.

◆ SetPreestimatedLength()

void StdMeshers::StdMeshers_MaxLength::SetPreestimatedLength ( in double  length)

Sets preestemated length.

◆ SetUsePreestimatedLength()

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.

◆ SetVarParameter()

void SMESH::SMESH_Hypothesis::SetVarParameter ( in string  parameter,
in string  method 
)
inherited

Set the variable parameter.

Parameters
parameteris a string containing the notebook variable used for Hypothesis creation
methodis a name of Hypothesis method setting this parameter

This method must be called before calling method()