DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0023163

Intersection of tori fails to produce results

CommunityOCCT:Modeling Algorithmsassigned4 public notes

Search issues

Description

When intersecting two tori GeomAPI_IntSS may either miss part of the possible result or fail to produce result at all. Missing result is usually a circle of radius equal to minor radius of tori lying in the plane perpendicular to tori plane and passing via their locations - see attached screenshot.

Case A:
torus t1 20 5
torus t2 40 0 0 20 5
intersect res t1 t2
# no resulting circle of radius 5 at the intersection of tori, only b-splines

Case B
restore b/surface1_draw s1
restore b/surface2_draw s2
intersection res1 s1 s2
# similar to above - no resulting circle, only b-splines
restore b/comp1.brep c1 - contains points along missing solution

Case C:
restore c/surface1_draw ss1
restore c/surface2_draw ss2
intersection res2 ss1 ss2
# no results
restore c/comp2.brep c2 - contains points along missing solution


Steps to reproduce

see description

Public activity

4 archived notes

Participants are labeled by their role within this record.

01Author
Team:
Has this bug ever been triaged ? It is in the new state for 6+ months.
Thanks for paying attention to it.
02Commenter 2
Roman, as you know analysis of Community bugs is lowest priority, unless these are really critical. Please try to find solution yourself it it is important for you. Sorry...
03Commenter 1
Branch [archived branch] has been created by Participant.

[revision removed]


Detailed log of new commits:

Author: mkv
Date: Fri Jul 14 17:25:51 2017 +0300

    Test for 0023163: Intersection of tori fails to produce results
04Commenter 4
Dear BugMaster,
problem described in issue is reproduced on current state of OCCT.