0022862: EDF GEOM: MakeFillet returns a compound

- additional change, to fix the same problem for chamfer
This commit is contained in:
vsr 2015-02-20 16:21:05 +03:00
parent 87de6c4044
commit 8f97ff0556

View File

@ -255,7 +255,7 @@ Standard_Integer GEOMImpl_ChamferDriver::Execute(TFunction_Logbook& log) const
if (!fill.IsDone()) {
StdFail_NotDone::Raise("Chamfer can not be computed on the given shape with the given parameters");
}
aShape = fill.Shape();
aShape = GEOMUtils::ReduceCompound( fill.Shape() );
if (aShape.IsNull()) return 0;