File: bug23994

package info (click to toggle)
oce 0.15-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 302,472 kB
  • ctags: 210,903
  • sloc: cpp: 1,165,052; ansic: 75,256; sh: 11,901; tcl: 4,488; python: 2,867; makefile: 337; perl: 37; csh: 12
file content (42 lines) | stat: -rwxr-xr-x 892 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
puts "================"
puts "OCC23994"
puts "================"
puts ""
#######################################################################
# GeomAPI_ExtremaCurveCurve class calculates wrong values
#######################################################################

set BugNumber CR23994

pload XDE

ReadStep D [locate_data_file bug23994_AirfoilRhomb_CalcDist_17_OP_Bell_Mouth_Roughing_shroud.stp]

XCheckProps D

XGetShape airflIntersctCrv D 0:1:1:1
XGetShape rhombIntersctCrv D 0:1:1:2

explode rhombIntersctCrv
mkcurve rhomb rhombIntersctCrv_1

explode airflIntersctCrv
mkcurve airfl airflIntersctCrv_1

extrema airfl rhomb

if { [isdraw ext_1] } {
   mkedge result ext_1
   set length 9.09515
} else {
   puts "${BugNumber}: invalid result"
}

if { [isdraw ext_2] } {
   mkedge result ext_2
   set length 5.14563
} else {
   puts "${BugNumber}: invalid result"
}

set 2dviewer 1