View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013962 | Open CASCADE | OCCT:Modeling Algorithms | public | 2006-11-21 16:50 | 2012-01-13 15:27 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 6.2.0 | ||||
Summary | 0013962: Exception when drawing face without pcurves | ||||
Description | This bug has been detected while testing OCC13258 (see history, regression report 2006-10-16). Though the fix was attached also to OCC13258, thereby it is recorded as separate bug to facilitate its integration. The reason of the bug is that BRepTools::AddUVBounds() does not check the case when face has no pcurves; in that case returned Bnd_Box2d may be void. In turn, void Bnd_Box2d allows getting its values and returns non-initialized real values. Using these values may lead to exception according to a case. | ||||
Additional information and documentation updates | Documentation remark, added by ABV 2006-11-22 16:48:34: Changes: - Methods Get() of Bnd_Box and Bnd_Box2d now raises exception if box is void - BRepTools::AddUVBounds() adds natural bounds of the surface if face has no edges or no pcurves | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0013258 | closed | Improvements in FDC (64-bit warnings, etc.) |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-11-21 16:53 |
|
BugsThisDependsOn | => 13258 |
2006-11-22 18:34 | bugmaster | Assigned To | bugmaster => abv |
2006-11-22 18:34 | bugmaster | Status | new => assigned |
2006-11-22 18:44 |
|
Status | assigned => resolved |
2007-01-11 17:23 |
|
Status | resolved => assigned |
2007-01-11 17:24 |
|
Assigned To | abv => gka |
2007-02-02 12:01 | bugmaster | Status | assigned => tested |
2007-04-03 18:43 | bugmaster | Status | tested => closed |
2007-04-03 18:43 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:31 | bugmaster | Category | OCCT:MOA => OCCT:Modeling Algorithms |
2012-01-13 15:27 |
|
Description Updated | |
2012-01-13 15:27 |
|
Additional Information Updated |