View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024653 | Open CASCADE | OCCT:Modeling Algorithms | public | 2014-02-21 14:32 | 2017-07-31 15:43 |
Reporter | Assigned To | ||||
Priority | normal | Severity | feature | ||
Status | new | Resolution | open | ||
Summary | 0024653: Improving IntPolyh_MaillageAffinage | ||||
Description | Class IntPolyh_MaillageAffinage is used for searching approximate intersection lines for intersection of parametric surfaces. Algorithm of class builds triangulations for surfaces and searches lines by intersection of triangles. Disadvantage of algorithm is that triangulation for given surface is built each time when surface participates in intersection, it is not possible to keep ready triangulation and reuse it. It leads to low perfomance of BO and other algorithms when the same faces participate in many intersections. | ||||
Tags | No tags attached. | ||||
Test case number | Not required | ||||
related to | 0022702 | assigned | Community | Low performance of Boolean operations |