View Issue Details

IDProjectCategoryView StatusLast Update
0024347CommunityOCCT:Modeling Algorithmspublic2014-09-11 11:48
ReporterHayashi Assigned Toabv 
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformWindowsOSVC++ 2010 
Product Version6.6.0 
Target Version6.7.1Fixed in Version6.7.1 
Summary0024347: problem by tolerance of the distance of Face and Vertex
DescriptionIf tolerance of attached Face is 4.e-6 or more, the distance of Boundary and Vertex will be returned.
Steps To Reproducepload 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

TagsNo tags attached.
Test case numberbugs modalg_5 bug24347

Attached Files

  • face.brep (8,973 bytes)

Activities

Hayashi

2013-11-12 08:37

reporter  

face.brep (8,973 bytes)

Hayashi

2014-04-23 04:28

reporter   ~0029025

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

abv

2014-04-25 19:35

manager   ~0029084

Please add a test case and close the issue if it is Ok

apn

2014-04-28 15:25

administrator   ~0029100

Branch CR24347 was created.
Testing case:
bugs modalg_5 bug24347 - OK

Related Changesets

occt: master 21761b6f

2014-04-28 11:24:34

abv


Committer: abv Details Diff
0024347: problem by tolerance of the distance of Face and Vertex

Added test case bugs/modalg_5/bug24347
Affected Issues
0024347
add - tests/bugs/modalg_5/bug24347 Diff File

Issue History

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 abv Target Version => 6.7.1
2014-04-25 19:35 abv Note Added: 0029084
2014-04-25 19:35 abv Assigned To ifv => mkv
2014-04-25 19:35 abv 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 abv Changeset attached => occt master 21761b6f
2014-05-05 17:24 abv Assigned To bugmaster => abv
2014-05-05 17:24 abv Status tested => verified
2014-05-05 17:24 abv Resolution open => fixed
2014-09-11 11:48 bugmaster Status verified => closed
2014-09-11 11:48 bugmaster Fixed in Version => 6.7.1