mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0029627: BRepOffsetAPI_NormalProjection class changes orientation of the result
The problem is fixed by the fix for the issue #0029234.
This commit is contained in:
parent
7d13fd8ea3
commit
384db46a5a
24
tests/bugs/modalg_7/bug29627
Normal file
24
tests/bugs/modalg_7/bug29627
Normal file
@ -0,0 +1,24 @@
|
||||
puts "========"
|
||||
puts "OCC29627"
|
||||
puts "========"
|
||||
puts ""
|
||||
#################################################
|
||||
# BRepOffsetAPI_NormalProjection class changes orientation of the result
|
||||
#################################################
|
||||
|
||||
restore [locate_data_file bug29627_edge.brep] e
|
||||
restore [locate_data_file bug29627_face.brep] f
|
||||
nproject result e f
|
||||
|
||||
explode result e
|
||||
|
||||
set e_ori [lindex [whatis e] 5]
|
||||
set r_ori [lindex [whatis result_1] 5]
|
||||
|
||||
if {$e_ori != $r_ori} {
|
||||
puts "Error: BRepOffsetAPI_NormalProjection changes orientation of projected edge"
|
||||
}
|
||||
|
||||
checkshape result
|
||||
checkprops result -l 0.000374916
|
||||
checknbshapes result -vertex 2 -edge 1
|
Loading…
x
Reference in New Issue
Block a user