mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
Small improvement of the previous fix (for bug 10627) to avoid regressions.
This commit is contained in:
parent
f4c6ee73a9
commit
10781d15d3
@ -112,7 +112,9 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
|
|||||||
Standard_ConstructionError::Raise("Wire construction failed: some gaps detected");
|
Standard_ConstructionError::Raise("Wire construction failed: some gaps detected");
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
aShape = aFW->Wire();
|
aShape = aFW->WireAPIMake();
|
||||||
|
if (aShape.IsNull())
|
||||||
|
Standard_ConstructionError::Raise("Wire construction failed");
|
||||||
|
|
||||||
} else if (aType == FACE_WIRE) {
|
} else if (aType == FACE_WIRE) {
|
||||||
Handle(GEOM_Function) aRefBase = aCI.GetBase();
|
Handle(GEOM_Function) aRefBase = aCI.GetBase();
|
||||||
|
Loading…
Reference in New Issue
Block a user