mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Command tolmax was removed. Tcl command checkmaxtol is used now in test cases to check maximum tolerance. Reference values in test cases were updated.
15 lines
423 B
Plaintext
Executable File
15 lines
423 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC24107"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# BRepAlgo::ConcatenateWireC0 method doesn't work on a translated wire
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24107_wire.brep] w
|
|
|
|
concatC0wire result w
|
|
|
|
checkshape result
|
|
checkmaxtol result -source {w} -multi_tol 2.
|