View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000784 | Community | OCCT:Modeling Algorithms | public | 2002-09-25 15:04 | 2011-12-15 17:54 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | fixed | ||
| OS | All | ||||
| Summary | 0000784: Bug in GeomAdaptor.cxx | ||||
| Description | This 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. --------- | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| 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 |
|
Status | assigned => resolved |
| 2002-11-27 20:38 | bugmaster | CC | => apv |
| 2002-11-28 14:06 |
|
CC | => aki |
| 2002-12-05 21:17 |
|
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 |