mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0007093: BRepLib::SameParameter() changes tolerance of shape, not involved into operation
This commit is contained in:
parent
e1c659da58
commit
269e9c3640
@ -8,11 +8,12 @@
|
||||
008 modalg_3
|
||||
009 modalg_4
|
||||
010 modalg_5
|
||||
011 moddata_1
|
||||
012 moddata_2
|
||||
013 moddata_3
|
||||
014 step
|
||||
015 caf
|
||||
016 mesh
|
||||
017 heal
|
||||
018 stlvrml
|
||||
011 modalg_6
|
||||
012 moddata_1
|
||||
013 moddata_2
|
||||
014 moddata_3
|
||||
015 step
|
||||
016 caf
|
||||
017 mesh
|
||||
018 heal
|
||||
019 stlvrml
|
||||
|
29
tests/bugs/modalg_6/bug7093
Normal file
29
tests/bugs/modalg_6/bug7093
Normal file
@ -0,0 +1,29 @@
|
||||
puts "========"
|
||||
puts "OCC7093"
|
||||
puts "========"
|
||||
puts ""
|
||||
##########################################################################################
|
||||
# BRepLib::SameParameter() changes tolerance of shape, not involved into operation
|
||||
##########################################################################################
|
||||
|
||||
restore [locate_data_file bug7093_BoxAndMult.brep] comp
|
||||
|
||||
explode comp
|
||||
explode comp_2 f
|
||||
explode comp_2_10 e
|
||||
|
||||
mkcurve c comp_2_10_3
|
||||
pcurve c2d comp_2_10_3 comp_2_10
|
||||
|
||||
dump c
|
||||
dump c2d
|
||||
|
||||
samerange comp_2
|
||||
|
||||
mkcurve c comp_2_10_3
|
||||
pcurve c2d comp_2_10_3 comp_2_10
|
||||
|
||||
dump c
|
||||
dump c2d
|
||||
|
||||
checkshape comp_2
|
Loading…
x
Reference in New Issue
Block a user