View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024347 | Community | OCCT:Modeling Algorithms | public | 2013-11-12 08:37 | 2014-09-11 11:48 |
Reporter | Hayashi | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2010 | ||
Product Version | 6.6.0 | ||||
Target Version | 6.7.1 | Fixed in Version | 6.7.1 | ||
Summary | 0024347: problem by tolerance of the distance of Face and Vertex | ||||
Description | If tolerance of attached Face is 4.e-6 or more, the distance of Boundary and Vertex will be returned. | ||||
Steps To Reproduce | pload ALL restore face.brep f vertex v 34.265509314637 0.1 0.73361964922719 settolerance f 3.e-6 distmini d1 f v #the distance value is : 2.92687e-014 settolerance f 4.e-6 distmini d1 f v #the distance value is : 0.0165367 | ||||
Tags | No tags attached. | ||||
Test case number | bugs modalg_5 bug24347 | ||||
|
face.brep (8,973 bytes) |
|
It seems that this issue is solved by OCC6.7.1 beta. The result: --OCC6.6.0 Draw[9]> settolerance f 4.e-6 Setting Tolerance to 3.9999999999999998e-006 Draw[10]> distmini d1 f v d1_val d1 Draw[11]> dump d1_val *********** Dump of d1_val ************* 0.0165367029537048 --OCC6.7.0 Draw[9]> settolerance f 4.e-6 Setting Tolerance to 3.9999999999999998e-006 Draw[10]> distmini d1 f v d1_val d1 Draw[11]> dump d1_val *********** Dump of d1_val ************* 0.0165367029537048 --OCC6.7.1beta Draw[9]> settolerance f 4.e-6 Setting Tolerance to 3.9999999999999998e-006 Draw[10]> distmini d1 f v d1_val d1 Draw[11]> dump d1_val *********** Dump of d1_val ************* 2.72742879238428e-014 |
|
Please add a test case and close the issue if it is Ok |
|
Branch CR24347 was created. Testing case: bugs modalg_5 bug24347 - OK |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-11-12 08:37 | Hayashi | New Issue | |
2013-11-12 08:37 | Hayashi | Assigned To | => ifv |
2013-11-12 08:37 | Hayashi | File Added: face.brep | |
2014-04-23 04:28 | Hayashi | Note Added: 0029025 | |
2014-04-23 08:32 |
|
Target Version | => 6.7.1 |
2014-04-25 19:35 |
|
Note Added: 0029084 | |
2014-04-25 19:35 |
|
Assigned To | ifv => mkv |
2014-04-25 19:35 |
|
Status | new => feedback |
2014-04-28 12:02 | bugmaster | Assigned To | mkv => apn |
2014-04-28 15:25 | apn | Note Added: 0029100 | |
2014-04-28 15:25 | apn | Test case number | => bugs modalg_5 bug24347 |
2014-04-28 15:25 | apn | Assigned To | apn => bugmaster |
2014-04-28 15:25 | apn | Status | feedback => tested |
2014-05-05 17:24 |
|
Changeset attached | => occt master 21761b6f |
2014-05-05 17:24 |
|
Assigned To | bugmaster => abv |
2014-05-05 17:24 |
|
Status | tested => verified |
2014-05-05 17:24 |
|
Resolution | open => fixed |
2014-09-11 11:48 | bugmaster | Status | verified => closed |
2014-09-11 11:48 | bugmaster | Fixed in Version | => 6.7.1 |