From fa4bd0dfc4b753c1d83ba2e8784122d1a1d4577c Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 5 Jul 2011 12:06:17 +0000 Subject: [PATCH] 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 }; --- src/SMESH/SMESH_Hypothesis.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.39.2