mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
21 lines
563 B
Plaintext
Executable File
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
|