mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
0019923: EDF 765 SMESH : default values of hypothesis
SMESH_Hypothesis GetHypothesisParameterValues( in string theHypName, in string theLibName, in SMESH_Mesh theMesh, - in GEOM::GEOM_Object theGeom) + in GEOM::GEOM_Object theGeom, + in boolean byMesh)
This commit is contained in:
parent
a073e49467
commit
1873788543
@ -151,16 +151,17 @@ module SMESH
|
|||||||
raises ( SALOME::SALOME_Exception );
|
raises ( SALOME::SALOME_Exception );
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Return a hypothesis holding parameter values corresponding to the mesh
|
* Return a hypothesis holding parameter values corresponding either to the mesh
|
||||||
* existing on the given geometry.
|
* existing on the given geometry or to size of the geometry.
|
||||||
* The returned hypothesis may be the one existing in a study and used
|
* The returned hypothesis may be the one existing in a study and used
|
||||||
* to compute the mesh, or a temporary one created just to pass parameter
|
* to compute the mesh, or a temporary one created just to pass parameter
|
||||||
* values
|
* values.
|
||||||
*/
|
*/
|
||||||
SMESH_Hypothesis GetHypothesisParameterValues( in string theHypName,
|
SMESH_Hypothesis GetHypothesisParameterValues( in string theHypName,
|
||||||
in string theLibName,
|
in string theLibName,
|
||||||
in SMESH_Mesh theMesh,
|
in SMESH_Mesh theMesh,
|
||||||
in GEOM::GEOM_Object theGeom)
|
in GEOM::GEOM_Object theGeom,
|
||||||
|
in boolean byMesh)
|
||||||
raises ( SALOME::SALOME_Exception );
|
raises ( SALOME::SALOME_Exception );
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user