Notes |
|
|
I added shapes for the existing workarounds.
One known workaround is to change the angle of revolution (here 181) degree.
The second workaround has the tip of the cone removed, which creates an additional face. |
|
|
|
|
|
|
I created a DRAWEXE script to reproduce the problem that does not rely on external shapes, to be used as a test case:
pload MODELING
pcone Cone 6 0 10 180
pcylinder Cylinder 1 6 360
ttranslate Cylinder 0 3 1
bcut Cut Cone Cylinder
explode Cut F
tclean Cut_1
incmesh Cut_1 0.1
#Incremental Mesh, multi-threading OFF
#Meshing statuses: SelfIntersectingWire
trinfo Cut_1
#
#This shape contains 0 triangles.
# 0 nodes.
#Maximal deflection 0
donly Cut_1 |
|
|
|
|
|
(0032999)
|
abv
|
2014-10-13 09:12
|
|
|
|
(0033003)
|
oan
|
2014-10-13 10:57
|
|
Dear ABV,
Fact that this problem was being fixed by 0023106 is just a side effect that does not fix problem in general (see 0025045).
I suggest leaving this bug open as long as 0025045 will not be fixed. |
|
|
(0033004)
|
abv
|
2014-10-13 11:08
|
|
Oleg, if the problem is not reproduced any more, it is right time to add a test case and integrate it to master; this will let us know if some other change will break the case. The issue can be closed then, as there is no utility in having it open. Do you agree on this? |
|
|
(0033006)
|
oan
|
2014-10-13 11:22
|
|
|
|
|
please ignore the latest file. it sets nbtri_r and tests nbtri_s :( |
|
|
(0033970)
|
git
|
2014-10-31 16:58
|
|
Branch CR25157 has been created by apn.
SHA-1: 8e76b19002f34e78bc400c7f3a304d6638b0e935
Detailed log of new commits:
Author: apn
Date: Fri Oct 31 16:58:29 2014 +0300
0025157: Face missing depending the angle of revolution
Added test case bugs/mesh/bug25157
|
|
|
(0033971)
|
apn
|
2014-10-31 16:59
|
|
Problem is not reproduced on current state of master on Windows and Debian60-64 in Release and Debug modes.
Branch CR25157 was created. It contains test case:
bugs mesh bug25157 - OK |
|
|
(0034294)
|
git
|
2014-11-12 09:52
|
|
Branch CR25157 has been deleted by inv.
SHA-1: 8e76b19002f34e78bc400c7f3a304d6638b0e935 |
|