View Issue Details

IDProjectCategoryView StatusLast Update
0000784CommunityOCCT:Modeling Algorithmspublic2011-12-15 17:54
ReporteremoAssigned Toifv 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Summary0000784: Bug in GeomAdaptor.cxx
DescriptionThis bug has been added by Xavier Lhomme at
http://www.opencascade.org/forumorg/bug.php?bug_id=84&f=8 .

---------

There is a bug in the method GeomAdaptor::MakeSurface at line 157, it read:

    S = new Geom_RectangularTrimmedSurface
      (S,HS.FirstUParameter(),HS.LastUParameter(),
         HS.FirstVParameter(),HS.LastUParameter());
but should be:

    S = new Geom_RectangularTrimmedSurface
      (S,HS.FirstUParameter(),HS.LastUParameter(),
         HS.FirstVParameter(),HS.LastVParameter());


the last parameter should be V not U.

Francois.

---------
TagsNo tags attached.
Test case number

Attached Files

Activities

2002-11-27 14:27

 

occ784_dev_ifv_1.tar (7,680 bytes)

Issue History

Date Modified Username Field Change
2002-09-26 11:43 bugmaster Assigned To bugmaster => ifv
2002-09-26 11:43 bugmaster Status new => assigned
2002-11-27 18:27 ifv Status assigned => resolved
2002-11-27 20:38 bugmaster CC => apv
2002-11-28 14:06 apv CC => aki
2002-12-05 21:17 aki Status resolved => tested
2002-12-24 20:09 bugmaster Status tested => closed
2002-12-24 20:09 bugmaster Resolution @0@ => fixed
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms
2011-12-15 17:54 bugmaster Project Open CASCADE => Community