View Issue Details

IDProjectCategoryView StatusLast Update
0024424CommunityOCCT:Modeling Algorithmspublic2017-09-04 18:20
ReporterAaron Michalk Assigned Tobugmaster  
PrioritynormalSeveritymajor 
Status closedResolutionfixed 
PlatformWindowsOSVC++ 2010 
Product Version6.5.5 
Fixed in Version6.6.0 
Summary0024424: BRepAlgoAPI_Cut throws Standard_ConstructionError with disjoint, but adjacent solids
DescriptionExecuting BRepAlgoAPI_Cut with the solids from the attached file results in Standard_ConstructionError being thrown.
Steps To ReproduceTopoDS_Shape a, b;
BRep_Builder builder;
std::ifstream sa("a.brep");
std::ifstream sb("b.brep");
BRepTools::Read(a, sa, builder);
BRepTools::Read(b, sb, builder);
TopoDS_Shape c = BRepAlgoAPI_Cut(a, b);
TagsNo tags attached.
Test case numberbugs modalg_7 bug24424

Attached Files

  • ab.zip (107,707 bytes)

Activities

Aaron Michalk

2013-12-01 05:25

reporter  

ab.zip (107,707 bytes)

Aaron Michalk

2013-12-01 06:27

reporter   ~0027016

To clarify, BRepAlgoAPI_Cut internally throws a Standard_ConstructionError, which is caught internally. This results in the operation being marked as NotDone.

git

2017-07-26 18:21

administrator   ~0068750

Branch CR24424 has been created by apv.

SHA-1: 98359b165abc2579821713a2febec10e954f3079


Detailed log of new commits:

Author: apv
Date: Wed Jul 26 18:21:08 2017 +0300

    Test for 0024424: BRepAlgoAPI_Cut throws Standard_ConstructionError with disjoint, but adjacent solids

apv

2017-07-26 18:23

tester   ~0068751

Dear BugMaster,

Problem described in issue is not reproduced on current state of OCCT.
Problem has been solved in OCCT6.6.0.

Please integrate branch CR24424 into the occt git-repository master.

git

2017-09-04 18:20

administrator   ~0070177

Branch CR24424 has been deleted by kgv.

SHA-1: 98359b165abc2579821713a2febec10e954f3079

Issue History

Date Modified Username Field Change
2013-12-01 05:25 Aaron Michalk New Issue
2013-12-01 05:25 Aaron Michalk Assigned To => ifv
2013-12-01 05:25 Aaron Michalk File Added: ab.zip
2013-12-01 06:27 Aaron Michalk Note Added: 0027016
2017-07-26 18:21 git Note Added: 0068750
2017-07-26 18:22 apv Assigned To ifv => apv
2017-07-26 18:22 apv Status new => feedback
2017-07-26 18:23 apv Note Added: 0068751
2017-07-26 18:23 apv Assigned To apv => bugmaster
2017-07-26 18:23 apv Status feedback => tested
2017-07-26 18:23 apv Fixed in Version => 6.6.0
2017-07-26 18:24 apv Test case number => bugs modalg_7 bug24424
2017-07-31 11:13 bugmaster Status tested => closed
2017-07-31 11:13 bugmaster Resolution open => fixed
2017-09-04 18:20 git Note Added: 0070177