0025981: Wrong result obtained by projection algorithm.
[occt.git] / tests / bugs / moddata_3 / bug23995
CommitLineData
38308958 1puts "================"
2puts "OCC23995"
3puts "================"
4puts ""
5#######################################################################
6# GeomAPI_ExtremaCurveCurve class calculates wrong values
7#######################################################################
8
9set BugNumber CR23995
10
11pload XDE
12
13ReadStep D [locate_data_file bug23995_AirfoilRhomb_CheckIntersct3d_myRhombicAirfoilIntersect_root.stp]
14
15XCheckProps D
16
17XGetShape intCrv D 0:1:1:1
18explode intCrv
19mkcurve intCrv intCrv_1
20plane pl
21
22extrema intCrv pl
23
24if { [isdraw ext_1] } {
25 mkedge result ext_1
38308958 26 set length 136.705
27} else {
113493b0 28 puts "${BugNumber}: invalid result for ext_1"
38308958 29}
30
31smallview
32front
33fit
34set only_screen_axo 1