View Issue Details

IDProjectCategoryView StatusLast Update
0029449Open CASCADEOCCT:Codingpublic2024-03-23 12:12
ReporternbvAssigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Target VersionUnscheduled 
Summary0029449: Methods GeomInt_LineTool::DecompositionOfWLine IntTools_WLineTool::DecompositionOfWLine(...) need to be joined in one
Description1. Currently, we have several methods with similar names (GeomInt_LineTool::DecompositionOfWLine(...), IntTools_WLineTool::DecompositionOfWLine(...), static funtion DecomposeResult(...) in IntPatch_ImpPrmIntersection.cxx file and maybe many-many other). They purpose is the same (in general) and most likely already done in low-level algorithms (before calling these methods).

2. Methods GeomInt_LineTool::DecompositionOfWLine IntTools_WLineTool::DecompositionOfWLine(...) are executed from different places of OCCT. GeomInt_LineTool is executed when two surfaces are intersected. IntTools_WLineTool is executed when two faces are intersected. So, most likely her we have inconsistent behavior between Surfaces- and Faces-intersector.
TagsNo tags attached.
Test case number

Relationships

related to 0033639 newoan Community Modeling Algorithms - Boolean torus cut cone failed 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-01-25 13:45 nbv New Issue
2018-01-25 13:45 nbv Assigned To => msv
2019-07-10 19:27 abv Target Version 7.4.0 => 7.5.0
2020-09-11 15:34 utverdov Target Version 7.5.0 => 7.6.0
2021-09-20 10:09 kgv Target Version 7.6.0 => 7.7.0
2022-08-17 12:01 kgv Target Version 7.7.0 => 7.8.0
2023-08-01 15:09 dpasukhi Target Version 7.8.0 => Unscheduled
2024-03-23 12:12 eryar Relationship added related to 0033639