mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 15:40:32 +05:00
0021263: EDF 1868: Several use cases fail (regressions)
Fix MakeSection() problem
This commit is contained in:
parent
8d3e1257a9
commit
e8dadc7a54
@ -373,6 +373,11 @@ Standard_Integer GEOMImpl_BooleanDriver::Execute (TFunction_Logbook& log) const
|
|||||||
// we obtain BSpline curve of degree 1 (C0), which is slowly
|
// we obtain BSpline curve of degree 1 (C0), which is slowly
|
||||||
// processed by some algorithms (Partition for example).
|
// processed by some algorithms (Partition for example).
|
||||||
BO.Approximation(Standard_True);
|
BO.Approximation(Standard_True);
|
||||||
|
//modified by NIZNHY-PKV Tue Oct 18 14:34:16 2011f
|
||||||
|
BO.ComputePCurveOn1(Standard_True);
|
||||||
|
BO.ComputePCurveOn2(Standard_True);
|
||||||
|
//modified by NIZNHY-PKV Tue Oct 18 14:34:18 2011t
|
||||||
|
|
||||||
BO.Build();
|
BO.Build();
|
||||||
if (!BO.IsDone()) {
|
if (!BO.IsDone()) {
|
||||||
StdFail_NotDone::Raise("Section operation can not be performed on the given shapes");
|
StdFail_NotDone::Raise("Section operation can not be performed on the given shapes");
|
||||||
|
Loading…
Reference in New Issue
Block a user