View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0025550 | Community | [OCCT] OCCT:Modeling Algorithms | public | 2014-12-04 11:22 | 2020-09-14 22:56 |
|
Reporter | Istvan Csanady | |
Assigned To | msv | |
Priority | normal | Severity | major | |
Status | new | Resolution | open | |
Platform | Mac | OS | OS | OS Version | X |
Product Version | [OCCT] 6.8.0 | |
Target Version | [OCCT] 7.6.0* | Fixed in Version | | |
|
Summary | 0025550: BRepBuilderAPI_MakeFace does not create hole |
Description | If I create a face with BRepBuilderAPI_MakeFace, and initialize it with a face, then adding a wire to it won't create a hole.
BRepBuilderAPI_MakeFace faceMaker(face);
faceMaker.Add(wire);
faceMaker.Face(); //New face won't have any holes
If I initialize it with a surface and a wire, it will work properly. Attached test data, and result shape. |
Tags | No tags attached. |
|
Test case number | |
|
Attached Files | brepbuilderapi_makeface_bug.zip (5,254 bytes) 2014-12-04 11:22 |
|