mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
add 0D algo
This commit is contained in:
parent
9c1c70b9d0
commit
8ac5bcad9a
@ -33,6 +33,7 @@ module SMESH
|
||||
{
|
||||
enum Dimension
|
||||
{
|
||||
DIM_0D,
|
||||
DIM_1D,
|
||||
DIM_2D,
|
||||
DIM_3D
|
||||
@ -72,6 +73,13 @@ module SMESH
|
||||
|
||||
};
|
||||
|
||||
interface SMESH_0D_Algo : SMESH_Algo
|
||||
{
|
||||
/*!
|
||||
*
|
||||
*/
|
||||
};
|
||||
|
||||
interface SMESH_1D_Algo : SMESH_Algo
|
||||
{
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user