View Issue Details

IDProjectCategoryView StatusLast Update
0033903CommunityOCCT:Shape Healingpublic2026-01-26 14:48
Reporterj.bourgoin Assigned Toj.bourgoin  
PrioritynormalSeveritycrash 
Status resolvedResolutionopen 
PlatformWindowsOSVC++ 2022 
Product Version7.7.1 
Summary0033903: ShapeFix_Shape crashes
DescriptionApplying ShapeFix_Shape to the attached brep causes a crash. Setting aSfs.FixSolidMode() = false avoids this issue, maybe because this is a Moebius-type shape, but it should not cause a crash anyway.
Steps To Reproduce        TopoDS_Shape shape ;
        BRep_Builder builder ;
        BRepTools::Read(shape, "shape.brep", builder) ;

        ShapeFix_Shape aSfs(shape) ;
        aSfs.SetPrecision(1.0e-4) ;
        aSfs.SetMinTolerance(1.0e-6) ;
        aSfs.SetMaxTolerance(1.0e-3) ;
        aSfs.Perform() ;
        
TagsNo tags attached.
Test case number

Attached Files

Activities

j.bourgoin

2025-08-21 10:33

reporter   ~0117072

Example in attached file
shape.brep (758,026 bytes)   

j.bourgoin

2025-09-12 17:57

reporter   ~0117086

It seems that writing then reading the brep solves the issue but I can't do that each time.

The original shape comes from a STEP. Here is the file.

CADAssistant crashes when we try to open it, but https://viewer.autodesk.com works.
Shape.step (1,404,530 bytes)   

dpasukhi

2026-01-26 14:48

administrator   ~0117115

Merged into trad-781, repository: https://github.com/Open-Cascade-SAS/OCCT-Archive/tree/trad-781
Commit: 05f16dab90b1c44401f8385997b2a49fcd95e20a

Branch: https://github.com/Open-Cascade-SAS/OCCT-Archive/tree/trad-781

Issue History

Date Modified Username Field Change
2025-08-21 10:32 j.bourgoin New Issue
2025-08-21 10:32 j.bourgoin Assigned To => ika
2025-08-21 10:33 j.bourgoin Note Added: 0117072
2025-08-21 10:33 j.bourgoin File Added: shape.brep
2025-09-12 17:57 j.bourgoin Note Added: 0117086
2025-09-12 17:57 j.bourgoin File Added: Shape.step
2026-01-26 14:48 dpasukhi Assigned To ika => j.bourgoin
2026-01-26 14:48 dpasukhi Status new => resolved
2026-01-26 14:48 dpasukhi Note Added: 0117115