View Issue Details

IDProjectCategoryView StatusLast Update
0020960CommunityOCCT:Modeling Algorithmspublic2010-08-04 10:04
ReporterszvAssigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionduplicate 
OSAll 
Summary0020960: Missing call to Extrema_ExtPS::Perform in BRepClass_FaceClassifier::Perform
DescriptionThe 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.
TagsNo tags attached.
Test case number

Relationships

has duplicate 0020204 closedpkv Improvements from Open CASCADE Forum for Modeling Algorithms 

Activities

There are no notes attached to this issue.

Issue History

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