mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0022805: Bug of STEP read /writer
This commit is contained in:
parent
ef8ca55b9c
commit
e65d641a97
@ -670,7 +670,9 @@ void StepToTopoDS_TranslateEdgeLoop::Init(const Handle(StepShape_FaceBound)& Fac
|
|||||||
myEdgePro->Init (Face, edge);
|
myEdgePro->Init (Face, edge);
|
||||||
myEdgePro->Compute(preci);
|
myEdgePro->Compute(preci);
|
||||||
if (myEdgePro->IsFirstDone() && myEdgePro->IsLastDone()) {
|
if (myEdgePro->IsFirstDone() && myEdgePro->IsLastDone()) {
|
||||||
B.Range(edge, Face,myEdgePro->FirstParam(), myEdgePro->LastParam());
|
if (Abs (myEdgePro->FirstParam() - myEdgePro->LastParam()) < Precision::PConfusion())
|
||||||
|
continue;
|
||||||
|
B.Range(edge, Face,myEdgePro->FirstParam(), myEdgePro->LastParam());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
RemoveSinglePCurve(edge, Face);
|
RemoveSinglePCurve(edge, Face);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user