View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020960 | Community | OCCT:Modeling Algorithms | public | 2009-03-19 16:57 | 2010-08-04 10:04 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | duplicate | ||
OS | All | ||||
Summary | 0020960: Missing call to Extrema_ExtPS::Perform in BRepClass_FaceClassifier::Perform | ||||
Description | The problem was reported and fixed by an external contributor Jane Hu in "Open Source community / Projects" section on www.opencascade.org. This project is now removed and the fix is registered here. --- /opt/OpenCascade6.2/ros/src/BRepClass/BRepClass_FaceClassifier.cxx 2007-08-28 13:06:44.000000000 -0500 +++ src/BRepClass/BRepClass_FaceClassifier.cxx 2008-01-16 10:25:36.000000000 -0600 @@ -55,6 +55,7 @@ Extrema_ExtPS myExtrem; //-- myExtrem.Initialize(HS, U1, U2, V1, V2, Tol, Tol); myExtrem.Initialize(Surf, U1, U2, V1, V2, Tol, Tol); + myExtrem.Perform(P); //---------------------------------------------------------- //-- On cherche le point le plus proche , PUIS //-- On le classifie. Please check this contribution and integrate it, if valid. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
has duplicate | 0020204 | closed | Improvements from Open CASCADE Forum for Modeling Algorithms |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-06-29 16:12 | bugmaster | groupset1 | => 4096 |
2010-06-29 16:12 | bugmaster | Customer | => Community |
2010-08-04 10:04 | bugmaster | Status | new => closed |
2010-08-04 10:04 | bugmaster | Resolution | @0@ => duplicate |
2011-08-02 11:31 | bugmaster | Category | OCCT:MOA => OCCT:Modeling Algorithms |