View Issue Details

IDProjectCategoryView StatusLast Update
0000921Open CASCADEOCCT:Modeling Algorithmspublic2012-01-19 16:16
ReporterptvAssigned Toskv 
PrioritynormalSeveritytrivial 
Status closedResolutionno change required 
OSAll 
Summary0000921: BRepTools::UVBounds differ in C40 vs KAS:dev
DescriptionDear BUGMASTER,
I have found that regresiion on file a054a.sat depends on changes in
BRepTools::AddUVBounds. The method BRepTools::UVBounds(F, u1, u2, v1, v2)
returns different values in C40 and in dev. It is because there are different
strings of code. BRepTools.cxx line 213 (in dev version)
    P.SetCoord(u0,v0) ; Baux.Add(P);
    P.SetCoord(u1,v1) ; Baux.Add(P);
But in C40 version indicated strings are commented.
Where are the right code ?
PS: Note that in C40 we have a better result. But it could be notright. May be
we'll have to correct fixshape for adaptation to dev version.
I need clear resolution of this problem.
Thanks in advance. Wth Bst Rgrds, PTV.
PPS: for testing differense it is allow "acis907" command in
OS:FIXOCC40:ptvACIS907 vs KAS:dev:ptvACIS907 (in XSDRAWEXE executable).
TagsNo tags attached.
Test case number

Attached Files

  • satFixFace.rle (222,824 bytes)

Activities

2002-10-31 07:36

 

satFixFace.rle (222,824 bytes)

Issue History

Date Modified Username Field Change
2002-10-31 11:37 ptv BugsThisDependsOn => 907
2002-11-05 14:06 bugmaster Assigned To bugmaster => ifv
2002-11-05 14:06 bugmaster Status new => assigned
2003-04-10 15:23 bugmaster Assigned To ifv => skv
2003-04-10 18:10 vtn Status assigned => closed
2003-04-10 18:10 vtn Resolution @0@ => no change required
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms
2012-01-19 16:16 atp Fixed in Version EMPTY =>
2012-01-19 16:16 atp Description Updated