View Issue Details

IDProjectCategoryView StatusLast Update
0033891CommunityOCCT:Modeling Algorithmspublic2025-07-04 21:19
Reporterj.bourgoin Assigned Toakaftasev  
PrioritynormalSeveritymajor 
Status closedResolutionduplicate 
PlatformWindowsOSVC++ 2022 
Product Version7.8.0 
Summary0033891: With BRepAlgoAPI_Common, creatation an edge with an INTERNAL orientation and linked to a single face
DescriptionWith BRepAlgoAPI_Common, I manage to create an edge with an INTERNAL orientation and linked to a single face, and this edge seems to have no meaning. This is a bad artifact because my resulting shape is not considered as manifold since there is only one connection for this edge, instead of 2.

Tried with v7.9.1
Steps To Reproduce        BRepAlgoAPI_Common lBuilder ;
        lBuilder.SetRunParallel(false) ;
        TopTools_ListOfShape lArgs ;
        TopTools_ListOfShape lTools ;
        lArgs.Append(lShape) ; // File arg.brep
        lBuilder.SetArguments(lArgs) ;
        lTools.Append(lTool) ; // File tool.brep
        lBuilder.SetTools(lTools) ;

        if (pFuzzyValue > 0.0)
        {
            lBuilder.SetFuzzyValue(pFuzzyValue) ;
        }

        lBuilder.Build() ;

        if (lBuilder.IsDone())
        {
            if (!lBuilder.HasErrors())
            {
                lShape = lBuilder.Shape() ; // File res.brep
            }
        }

In res.brep we can see an existing edge with INTERNAL orientation and only 1 linked face. That wasn't exist in the 2 input shapes.
TagsNo tags attached.
Test case number

Relationships

duplicate of 0033890 newakaftasev With BRepAlgoAPI_Common, creation of an Edge with INTERNAL orientation and linked to only 1 face 

Activities

j.bourgoin

2025-07-03 14:59

reporter   ~0117044

This issue already exists: https://tracker.dev.opencascade.org/view.php?id=33890
It can be closed.

Issue History

Date Modified Username Field Change
2025-07-03 10:59 j.bourgoin New Issue
2025-07-03 10:59 j.bourgoin Assigned To => akaftasev
2025-07-03 14:59 j.bourgoin Note Added: 0117044
2025-07-04 21:19 dpasukhi Relationship added duplicate of 0033890
2025-07-04 21:19 dpasukhi Status new => closed
2025-07-04 21:19 dpasukhi Resolution open => duplicate