[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics

{
   _name = "UseExisting_1D";
   _shapeType = (1 << TopAbs_EDGE); // 1 bit per shape type
+  _requireShape = false;
 }
This commit is contained in:
eap 2008-07-21 09:49:06 +00:00
parent 95b07959a5
commit a995fac75d

View File

@ -40,6 +40,7 @@ StdMeshers_UseExisting_1D::StdMeshers_UseExisting_1D
{
_name = "UseExisting_1D";
_shapeType = (1 << TopAbs_EDGE); // 1 bit per shape type
_requireShape = false;
}
//=======================================================================
@ -76,6 +77,7 @@ StdMeshers_UseExisting_2D::StdMeshers_UseExisting_2D
{
_name = "UseExisting_2D";
_shapeType = (1 << TopAbs_FACE); // 1 bit per shape type
_requireShape = false;
}
//=======================================================================