View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033088 | Community | OCCT:Modeling Algorithms | public | 2022-08-04 05:35 | 2022-08-04 05:35 |
Reporter | qingfeng.xia_149921 | Assigned To | |||
Priority | normal | Severity | major | ||
Status | new | Resolution | open | ||
Platform | Windows | OS | VC++ 2017 | ||
Product Version | 7.4.0 | ||||
Summary | 0033088: BrepFeat_SplitShape does not split shapes after BRepAlgoAPI_Section | ||||
Description | BrepFeat_SplitShape does not split shapes into left and right groups after BRepAlgoAPI_Section. Have we misuse the API, or it is a bug? | ||||
Steps To Reproduce | see the example outlined in https://www.cnblogs.com/opencascade/p/SplitShape.html This example works fine if using XY plane, after changed to YZ plane ; from `gp::DZ()` to `gp::DX()` BRepAlgoAPI_Section aSection(aCylinder, gp_Pln(gp_Pnt(0.0, 0.0, 15.0), gp::DZ()), Standard_False); it will not seperate faces into 2 groups: left and right. it seems `aSpliter.Left()` has all the faces, while the `aRightCompound` is empty. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-08-04 05:35 | qingfeng.xia_149921 | New Issue | |
2022-08-04 05:35 | qingfeng.xia_149921 | Assigned To | => msv |