File: bug26201

package info (click to toggle)
oce 0.18.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 301,548 kB
  • sloc: cpp: 1,190,609; ansic: 67,225; sh: 11,630; tcl: 7,954; cs: 5,221; python: 2,867; java: 1,522; makefile: 342; xml: 292; perl: 37
file content (29 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
puts "========"
puts "OCC26201"
puts "========"
puts ""
#############################################################################
# Wrong processing of dissymetric chamfer: order of chords unjustly changes
#############################################################################

smallview
restore [locate_data_file OCC26201_m.brep] m
copy m m_f
copy m m_e
explode m_f f
explode m_e e
copy m_e_47 e
copy m_f_7 f
donly m f e
chamf r m e f 0.02 0.01
explode r v
explode m v
donly r_19 m_41
fit
donly m r r_19 m_41
distmini dd r_19 m_41
set bug_info [dump dd_val]
if {[lindex $bug_info 5] > 0.01} {
  puts "ERROR: OCC26201 is reproduced. Minimum distance is too large."
}
set only_screen_axo 1