View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022558 | Community | OCCT:Modeling Algorithms | public | 2011-06-01 11:26 | 2012-03-29 17:26 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Product Version | 6.5.0 | ||||
Target Version | 6.5.3 | ||||
Summary | 0022558: Bug in gp_Dir::Mirror(const gp_Ax2 & axis) | ||||
Description | Post from the Forum http://www.opencascade.org/org/forum/thread_20781/. gp_Dir toSym(1,1,1); gp_Dir dir(1,0,0); gp_Pnt loc(0,0,0); gp_Ax2 symObj(loc,dir); toSym.Mirror(symObj); std::cout<<"the result "<<toSym.X()<<" "<<toSym.Y()<<" "<<toSym.Z()<<std::endl; And the result is : the result -0.57735 -0.57735 -0.57735 but we should have : the result -0.57735 0.57735 0.57735 | ||||
Tags | No tags attached. | ||||
Test case number | chl 934 T5 | ||||
|
As it is a duplicate, I suggest this bug is closed provided that relevant test case exists |
|
Mikhail, Please create testing case and close this issue as duplicate |
|
New DRAW command "OCC22558" was created in QAOCC.cxx in svn branch http://svn/svn/occt/branches/OCC22558 Test case for this bug is chl 934 T5. It's OK. |
|
T5 (627 bytes) |
|
DRAW command for testing case has been integrated into trunk of occt repository Date: 2012-02-22 16:44:17 +0400 (Wed, 22 Feb 2012) New Revision: 10598 Modified: trunk/src/QAOCC/QAOCC.cxx |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-08-02 11:31 | bugmaster | Category | OCCT:MOA => OCCT:Modeling Algorithms |
2011-11-24 15:25 |
|
Assigned To | bugmaster => jgv |
2011-11-24 15:25 |
|
Status | acknowledged => assigned |
2011-11-24 15:25 |
|
Resolution | suspended => reopened |
2011-11-24 15:25 |
|
Product Version | => 6.5.0 |
2011-11-24 15:25 |
|
Fixed in Version | EMPTY => |
2011-11-24 15:25 |
|
Target Version | => 6.5.3 |
2011-11-24 15:25 |
|
Description Updated | |
2011-12-07 06:19 |
|
Relationship added | duplicate of 0022117 |
2012-02-09 09:10 |
|
Note Added: 0019474 | |
2012-02-09 09:10 |
|
Assigned To | jgv => bugmaster |
2012-02-09 09:10 |
|
Status | assigned => feedback |
2012-02-09 10:28 | bugmaster | Note Added: 0019479 | |
2012-02-09 10:28 | bugmaster | Assigned To | bugmaster => mkv |
2012-02-17 16:45 |
|
Assigned To | mkv => apn |
2012-02-22 12:50 | apn | Note Added: 0019723 | |
2012-02-22 12:51 | apn | Note Edited: 0019723 | |
2012-02-22 12:52 | apn | File Added: T5 | |
2012-02-22 12:52 | apn | Assigned To | apn => bugmaster |
2012-02-22 12:52 | apn | Status | feedback => tested |
2012-02-22 12:52 | apn | Test case number | => chl 934 T5 |
2012-02-22 16:46 | bugmaster | Note Added: 0019740 | |
2012-02-22 16:46 | bugmaster | Status | tested => closed |
2012-02-22 16:46 | bugmaster | Resolution | reopened => no change required |
2012-03-29 17:26 | bugmaster | Changeset attached | => occt master c5cb4686 |