From: eap Date: Tue, 5 Jul 2011 12:06:17 +0000 (+0000) Subject: 0021271: [CEA 473] Implement min size in netgen plugin X-Git-Tag: V6_4_0a1~164 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa4bd0dfc4b753c1d83ba2e8784122d1a1d4577c;p=modules%2Fsmesh.git 0021271: [CEA 473] Implement min size in netgen plugin struct TDefaults { double _elemLength; int _nbSegments; + TopoDS_Shape* _shape; // future shape of the mesh being created }; --- diff --git a/src/SMESH/SMESH_Hypothesis.hxx b/src/SMESH/SMESH_Hypothesis.hxx index 23384e3a3..340d6e1c4 100644 --- a/src/SMESH/SMESH_Hypothesis.hxx +++ b/src/SMESH/SMESH_Hypothesis.hxx @@ -94,8 +94,9 @@ public: struct TDefaults { - double _elemLength; - int _nbSegments; + double _elemLength; + int _nbSegments; + TopoDS_Shape* _shape; // future shape of the mesh being created }; /*! * \brief Initialize my parameter values by default parameters.