1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_1/buc60896
isn b60e8432dd 0028456: BRepBuilderAPI_MakeFace modifies the input shape
1) BRepLib::UpdateTolerances(..) & BRepLib::SameParameter(..) functions now support non-mutable input feature. reshaper is used to store modified copies of subshapes of original (input) shape(s) as substitutions.
2) IsNewShape(..) method has been added to BRepTools_ReShape to check if the given shape has been recorded as a value
2017-04-14 13:04:05 +03:00

21 lines
563 B
Plaintext
Executable File

puts "============"
puts "BUC60896"
puts "============"
puts ""
###############################################################
## If give command "sameparameter edge" on attached edge in the DRAW this command hang.
###############################################################
restore [locate_data_file BUC60896_edge.rle] result
# checkshape res
sameparameter result
sameparameter result 1.e-2
sameparameter result 1000
checkprops result -l 48288.3
checkshape result
checksection result
checkview -display result -2d -path ${imagedir}/${test_image}.png