mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
IMP 10199 (add Volume Control). Add Volume3D NumericalFunctor
This commit is contained in:
parent
5958c2aa89
commit
f8d37e1347
@ -51,6 +51,7 @@ module SMESH
|
||||
FT_Taper,
|
||||
FT_Skew,
|
||||
FT_Area,
|
||||
FT_Volume3D,
|
||||
FT_FreeBorders,
|
||||
FT_FreeEdges,
|
||||
FT_MultiConnection,
|
||||
@ -105,6 +106,7 @@ module SMESH
|
||||
interface Taper : NumericalFunctor{};
|
||||
interface Skew : NumericalFunctor{};
|
||||
interface Area : NumericalFunctor{};
|
||||
interface Volume3D : NumericalFunctor{};
|
||||
interface Length : NumericalFunctor{};
|
||||
interface Length2D : NumericalFunctor
|
||||
{
|
||||
@ -374,6 +376,7 @@ module SMESH
|
||||
Taper CreateTaper();
|
||||
Skew CreateSkew();
|
||||
Area CreateArea();
|
||||
Volume3D CreateVolume3D();
|
||||
Length CreateLength();
|
||||
Length2D CreateLength2D();
|
||||
MultiConnection CreateMultiConnection();
|
||||
|
Loading…
Reference in New Issue
Block a user