mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
0022862: EDF GEOM: MakeFillet returns a compound
- additional change, to fix the same problem for chamfer
This commit is contained in:
parent
87de6c4044
commit
8f97ff0556
@ -255,7 +255,7 @@ Standard_Integer GEOMImpl_ChamferDriver::Execute(TFunction_Logbook& log) const
|
|||||||
if (!fill.IsDone()) {
|
if (!fill.IsDone()) {
|
||||||
StdFail_NotDone::Raise("Chamfer can not be computed on the given shape with the given parameters");
|
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;
|
if (aShape.IsNull()) return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user