View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023575 | Open CASCADE | OCCT:Modeling Data | public | 2012-11-23 09:24 | 2018-02-19 10:50 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2008 | ||
Product Version | 6.5.4 | ||||
Target Version | 7.2.0 | Fixed in Version | 7.0.0 | ||
Summary | 0023575: Bounding box for a planar edge has non-zero dimension in direction orthogonal to an edge plane | ||||
Description | The problem is caused by fix on #566: bounding box computed for a curve is computed by evaluating fixed set of points on a curve and then extended by some heuristic value, which leads e.g. to bounding box of planar curve having non-zero dimension in direction orthogonal to the plane. | ||||
Steps To Reproduce | The commands: bsplinecurve c 3 2 0 4 1 4 0 0 0 1 0 1 0 1 1 1 0 1 1 0 0 1 mkedge e c bounding e produce this result: -0.15023140314433286 -0.15023140314433286 -0.15023140314433286 1.150231403144332 8 0.90023140314433281 0.15023140314433286 the expected dimensions are: 0. 0. 0. 1. 1. 0. | ||||
Tags | No tags attached. | ||||
Test case number | bugs moddata_3 bug23575 | ||||
|
Tests executed on current master with reverted fix for #566 show only one regression (checkshape faulty: InvalidSameParameterFlag) on sewing tol_100 J3 There are also some differences in images, notably on sewing tol_100 C5, but none of them seems real problem. CPU and memory usage seem to remained the same |
|
On current master, the computed bounding box looks like this:Draw[8]> bounding e -9.9999999999999995e-008 -9.9999999999999995e-008 -9.9999999999999995e-008 1.0000001000000001 0.90023140314433281 9.9999999999999995e-008 The added value 1e-7 in both +Z and -Z directions is expected, as the method of box computation adds a gap equal to the shape tolerance. So, I think this bug can be closed. |
|
I agree, this seems to be somehow fixed since OCCT 7.0.0. Please add a test case and close the issue. |
|
Branch CR23575_1 has been created by apv. SHA-1: 641bc30dfce1b1cf4be0d9a41617c9c6f61b0ee0 Detailed log of new commits: Author: apv Date: Wed Jun 14 16:42:49 2017 +0300 0023575: Bounding box for a planar edge has non-zero dimension in direction orthogonal to an edge plane # Test case bugs/moddata_3/bug23575 creation |
|
Branch CR23575 has been deleted by kgv. SHA-1: d901a42970bec0041fc9093f12a88b8150aaeb51 |
|
Branch CR23575_1 has been deleted by kgv. SHA-1: 641bc30dfce1b1cf4be0d9a41617c9c6f61b0ee0 |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-23 09:24 |
|
New Issue | |
2012-11-23 09:24 |
|
Assigned To | => jgv |
2012-11-23 10:01 |
|
Steps to Reproduce Updated | |
2012-11-23 13:37 |
|
Note Added: 0022371 | |
2012-11-23 17:06 |
|
Assigned To | jgv => abv |
2012-11-23 17:06 |
|
Status | new => assigned |
2013-03-02 09:52 |
|
Target Version | 6.6.0 => 6.7.0 |
2013-10-15 20:57 |
|
Target Version | 6.7.0 => 6.7.1 |
2014-04-28 10:55 |
|
Target Version | 6.7.1 => 6.8.0 |
2014-09-26 11:51 |
|
Target Version | 6.8.0 => 7.1.0 |
2016-10-25 16:34 |
|
Note Added: 0059102 | |
2016-10-25 16:34 |
|
Status | assigned => resolved |
2016-10-25 16:34 |
|
Resolution | open => unable to reproduce |
2016-10-25 16:34 |
|
Status | resolved => feedback |
2016-11-01 06:33 |
|
Note Added: 0059667 | |
2016-11-01 06:33 |
|
Assigned To | abv => apn |
2016-11-01 06:33 |
|
Fixed in Version | => 7.0.0 |
2016-11-01 06:33 |
|
Target Version | 7.1.0 => 7.0.0 |
2016-11-01 06:33 |
|
Steps to Reproduce Updated | |
2017-06-14 13:06 | bugmaster | Assigned To | apn => apv |
2017-06-14 16:43 | git | Note Added: 0067413 | |
2017-06-14 16:44 |
|
Test case number | => bugs moddata_3 bug23575 |
2017-06-14 16:44 |
|
Assigned To | apv => bugmaster |
2017-06-14 16:44 |
|
Status | feedback => tested |
2017-06-16 17:17 | bugmaster | Changeset attached | => occt master 4201bf79 |
2017-06-16 17:17 | bugmaster | Status | tested => verified |
2017-06-16 17:17 | bugmaster | Resolution | unable to reproduce => fixed |
2017-07-03 08:45 | git | Note Added: 0067845 | |
2017-07-03 08:45 | git | Note Added: 0067846 | |
2018-02-19 10:50 |
|
Status | verified => closed |
2018-02-19 10:50 |
|
Target Version | 7.0.0 => 7.2.0 |