Archived issue #0024365
BRepAlgoAPI_Section wrong result, BRepAlgo_Section good result
Description
I have attached example where newer method BRepAlgoAPI_Section for finding intersection between two surfaces fails but older BRepAlgo_Section returns good result.
Same problem in Draw application and with commands bsection, section.
Same problem in Draw application and with commands bsection, section.
Steps to reproduce
In Draw:
restore faceA.brep a
restore faceB.brep b
axo
fit
bsection c a b // does nothing
section c a b // returns valid result
restore faceA.brep a
restore faceB.brep b
axo
fit
bsection c a b // does nothing
section c a b // returns valid result
Public activity
2 archived notes
Participants are labeled by their role within this record.
Branch [archived branch] has been created by Participant.
[revision removed]
Detailed log of new commits:
Author: apv
Date: Wed Jul 26 12:09:52 2017 +0300
Test for 0024365: BRepAlgoAPI_Section wrong result, BRepAlgo_Section good result
[revision removed]
Detailed log of new commits:
Author: apv
Date: Wed Jul 26 12:09:52 2017 +0300
Test for 0024365: BRepAlgoAPI_Section wrong result, BRepAlgo_Section good result
Problem described in issue is reproduced on current state of OCCT.