View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024012 | Community | OCCT:Modeling Algorithms | public | 2013-06-05 09:24 | 2018-11-23 01:14 |
Reporter | shlkl99 | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | open | ||
Platform | windows | OS | windows | ||
Product Version | 6.6.0 | ||||
Fixed in Version | 7.0.0 | ||||
Summary | 0024012: problem with BRepAlgo_NormalProjection | ||||
Description | when i used BRepAlgo_NormalProjection,it have some odd result | ||||
Steps To Reproduce | 1. download the face.igs and line.igs 2. use like this BRepAlgo_NormalProjection anormpro(m_Face1); anormpro.Add(m_Edge); anormpro.SetDefaultParams(); //anormpro.Compute3d(); //anormpro.SetLimit(); anormpro.Build(); if (anormpro.IsDone()) { TopoDS_Shape rshape = anormpro.Projection(); m_pMainWindow->drawShape(rshape,Quantity_NOC_YELLOW); } 3. look at the result shape | ||||
Tags | No tags attached. | ||||
Test case number | bugs modalg_5 bug24012 | ||||
|
bug.rar (18,037 bytes) |
|
1.PNG (8,842 bytes) |
|
2.PNG (9,407 bytes) |
|
To reproduce problem creation of testing case is required |
|
QA command (OCC24012) and test case bugs/modalg_5/bug24012 were added to master. |
|
Not reproduced on the current master. Fixed in OCCT7.0.0. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-05 09:24 | shlkl99 | New Issue | |
2013-06-05 09:24 | shlkl99 | Assigned To | => ifv |
2013-06-05 09:24 | shlkl99 | File Added: bug.rar | |
2013-06-05 09:25 | shlkl99 | File Added: 1.PNG | |
2013-06-05 09:25 | shlkl99 | File Added: 2.PNG | |
2014-01-29 16:52 | bugmaster | Note Added: 0027692 | |
2014-01-29 16:52 | bugmaster | Assigned To | ifv => apn |
2014-01-29 16:52 | bugmaster | Status | new => assigned |
2014-02-13 13:19 | apn | Note Added: 0027886 | |
2014-02-13 13:19 | apn | Test case number | => bugs modalg_5 bug24012 |
2014-02-13 13:19 | apn | Assigned To | apn => ifv |
2017-10-18 18:01 |
|
Note Added: 0071607 | |
2017-10-18 18:01 |
|
Status | assigned => closed |
2017-10-18 18:01 |
|
Fixed in Version | => 7.0.0 |
2018-11-23 01:14 |
|
Relationship added | related to 0027620 |