mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
0023149: EDF - Problem with planar face creation
This commit is contained in:
parent
18906b1406
commit
a8b4700b54
@ -706,7 +706,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
|
|||||||
if (aShape.IsNull()) return 0;
|
if (aShape.IsNull()) return 0;
|
||||||
|
|
||||||
// Check shape validity
|
// Check shape validity
|
||||||
BRepCheck_Analyzer ana (aShape, false);
|
BRepCheck_Analyzer ana (aShape, true);
|
||||||
if (!ana.IsValid()) {
|
if (!ana.IsValid()) {
|
||||||
//Standard_ConstructionError::Raise("Algorithm have produced an invalid shape result");
|
//Standard_ConstructionError::Raise("Algorithm have produced an invalid shape result");
|
||||||
// For Mantis issue 0021772: EDF 2336 GEOM: Non valid face created from two circles
|
// For Mantis issue 0021772: EDF 2336 GEOM: Non valid face created from two circles
|
||||||
|
Loading…
Reference in New Issue
Block a user