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
   };
This commit is contained in:
eap 2011-07-05 12:06:17 +00:00
parent 2ef67f753e
commit fa4bd0dfc4

View File

@ -96,6 +96,7 @@ public:
{
double _elemLength;
int _nbSegments;
TopoDS_Shape* _shape; // future shape of the mesh being created
};
/*!
* \brief Initialize my parameter values by default parameters.