X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Filter.idl;h=283aa1b297b1a83e6c852eb2991b2a8401470a77;hp=f5c5645224f1ddca9e6f834c561cf345e6e560ee;hb=54d669640def1c7dd6461432564f2c78439fe9ca;hpb=5c5e1f2368ca2b3388f657ae028b2a6b5ce8ae36 diff --git a/idl/SMESH_Filter.idl b/idl/SMESH_Filter.idl index f5c564522..283aa1b29 100644 --- a/idl/SMESH_Filter.idl +++ b/idl/SMESH_Filter.idl @@ -61,6 +61,7 @@ module SMESH FT_MultiConnection2D, FT_Length, FT_Length2D, + FT_Deflection2D, FT_NodeConnectivityNumber, FT_BelongToMeshGroup, FT_BelongToGeom, @@ -150,6 +151,7 @@ module SMESH typedef sequence Values; Values GetValues(); }; + interface Deflection2D : NumericalFunctor{}; interface MultiConnection : NumericalFunctor{}; interface MultiConnection2D : NumericalFunctor { @@ -585,6 +587,7 @@ module SMESH MaxElementLength3D CreateMaxElementLength3D(); Length CreateLength(); Length2D CreateLength2D(); + Deflection2D CreateDeflection2D(); MultiConnection CreateMultiConnection(); MultiConnection2D CreateMultiConnection2D(); BallDiameter CreateBallDiameter(); @@ -645,7 +648,7 @@ module SMESH Filter CreateFilter(); /*! - * Load filter library. If libary does not exist it is created + * Load filter library. If library does not exist it is created */ FilterLibrary LoadLibrary( in string aFileName );