mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
[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:
parent
95b07959a5
commit
a995fac75d
@ -40,6 +40,7 @@ StdMeshers_UseExisting_1D::StdMeshers_UseExisting_1D
|
|||||||
{
|
{
|
||||||
_name = "UseExisting_1D";
|
_name = "UseExisting_1D";
|
||||||
_shapeType = (1 << TopAbs_EDGE); // 1 bit per shape type
|
_shapeType = (1 << TopAbs_EDGE); // 1 bit per shape type
|
||||||
|
_requireShape = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
@ -76,6 +77,7 @@ StdMeshers_UseExisting_2D::StdMeshers_UseExisting_2D
|
|||||||
{
|
{
|
||||||
_name = "UseExisting_2D";
|
_name = "UseExisting_2D";
|
||||||
_shapeType = (1 << TopAbs_FACE); // 1 bit per shape type
|
_shapeType = (1 << TopAbs_FACE); // 1 bit per shape type
|
||||||
|
_requireShape = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user