Archived issue #0023176
Intersection of cylinder and cone produces open curve
Description
For co-linear surfaces, GeomAPI_IntSS produces one closed and one open curve. The latter has a gap of ~ 1.07mm, which is small relative to its size, yet is a big absolute number and thus is considered wrong.
restore surface1_draw s1
restore surface2_draw s2
intersect r s1 s2
#r_1 is closed
cvalue r_2 0 x y z
vertex v0 x y z
cvalue r_2 1 x y z
vertex v1 x y z
distmin d v0 v1
dump d_val
*********** Dump of d_val *************
1.07637238643976
restore surface1_draw s1
restore surface2_draw s2
intersect r s1 s2
#r_1 is closed
cvalue r_2 0 x y z
vertex v0 x y z
cvalue r_2 1 x y z
vertex v1 x y z
distmin d v0 v1
dump d_val
*********** Dump of d_val *************
1.07637238643976
Steps to reproduce
See description
Public activity
4 archived notes
Participants are labeled by their role within this record.
Team:
Has this bug ever been triaged ? It is in the new state for 6+ months.
Thanks for paying attention to it.
Has this bug ever been triaged ? It is in the new state for 6+ months.
Thanks for paying attention to it.
Branch [archived branch] has been created by Participant.
[revision removed]
Detailed log of new commits:
Author: mkv
Date: Fri Jul 14 19:56:05 2017 +0300
Test for 0023176: Intersection of cylinder and cone produces open curve
[revision removed]
Detailed log of new commits:
Author: mkv
Date: Fri Jul 14 19:56:05 2017 +0300
Test for 0023176: Intersection of cylinder and cone produces open curve
Problem described in issue is not reproduced on current state of OCCT.
Branch [archived branch] has been deleted by Participant.
[revision removed]
[revision removed]