mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51: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
|
008 modalg_3
|
||||||
009 modalg_4
|
009 modalg_4
|
||||||
010 modalg_5
|
010 modalg_5
|
||||||
011 moddata_1
|
011 modalg_6
|
||||||
012 moddata_2
|
012 moddata_1
|
||||||
013 moddata_3
|
013 moddata_2
|
||||||
014 step
|
014 moddata_3
|
||||||
015 caf
|
015 step
|
||||||
016 mesh
|
016 caf
|
||||||
017 heal
|
017 mesh
|
||||||
018 stlvrml
|
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