DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0024365

BRepAlgoAPI_Section wrong result, BRepAlgo_Section good result

CommunityOCCT:Modeling Algorithmsnew2 public notes

Search issues

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.

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

Public activity

2 archived notes

Participants are labeled by their role within this record.

01Commenter 1
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
02Commenter 2
Problem described in issue is reproduced on current state of OCCT.