mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-02 21:00:34 +05:00
PAL17694 (New Tool About Hexahedral Meshing)
+ /*! + * StdMeshers_UseExisting_2D: interface of "UseExisting 2D" algorithm + * doing nothing to allow mesh generation by mesh edition functions in TUI mode + */ + interface StdMeshers_UseExisting_2D : SMESH::SMESH_2D_Algo + { + }; + + /*! + * StdMeshers_UseExisting_1D: interface of "UseExisting 1D" algorithm + * doing nothing to allow mesh generation by mesh edition functions in TUI mode + */ + interface StdMeshers_UseExisting_1D : SMESH::SMESH_1D_Algo + { + }; +
This commit is contained in:
parent
6607008a46
commit
4f54006d92
@ -603,6 +603,22 @@ module StdMeshers
|
|||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* StdMeshers_UseExisting_2D: interface of "UseExisting 2D" algorithm
|
||||||
|
* doing nothing to allow mesh generation by mesh edition functions in TUI mode
|
||||||
|
*/
|
||||||
|
interface StdMeshers_UseExisting_2D : SMESH::SMESH_2D_Algo
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* StdMeshers_UseExisting_1D: interface of "UseExisting 1D" algorithm
|
||||||
|
* doing nothing to allow mesh generation by mesh edition functions in TUI mode
|
||||||
|
*/
|
||||||
|
interface StdMeshers_UseExisting_1D : SMESH::SMESH_1D_Algo
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user