mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 08:50:33 +05:00
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:
parent
2ef67f753e
commit
fa4bd0dfc4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user