View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0029922 | Open CASCADE | [OCCT] OCCT:Modeling Algorithms | public | 2018-07-02 16:29 | 2020-09-14 22:53 |
|
Reporter | nbv | |
Assigned To | msv | |
Priority | normal | Severity | minor | |
Status | new | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | [OCCT] 7.3.0 | |
Target Version | [OCCT] 7.6.0* | Fixed in Version | | |
|
Summary | 0029922: Boolean operation with conical argument loses degenerated edge |
Description | Apex of cone (and the degenerated edge) is a common part of the arguments of Boolean operation. However, after Boolean CUT one image of the conical face does not contain any degenerated edge (but it must contain). As result, this face is geometrically not closed in parametric space (this gap is covered by the vertex) and cannot be triangulated by BRep_Mesh OCCT-algorithm.
P.S.
Possible reason of this bug is in big tolerance of the source cone vertex (in the Apex). If we reduce this "apex tolerance" then the result of Boolean operation has become correct (see Test bugs modalg_7 bug29807_b3b). |
Steps To Reproduce | test bugs modalg_7 bug29807_b3a
v2d
pcu reshm_1
2dfit
# See "NoDegeneratedEdge.PNG" attached picture.
|
Tags | No tags attached. |
|
Test case number | |
|
Attached Files | NoDegeneratedEdge.PNG (8,571 bytes) 2018-07-02 16:29 |
|