mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Method UnionPCurves of ShapeUpgrade_UnifySameDomain is modified: check of the range of new pcurves is added: if the range differs from the 3D-curve's one, the pcurves are being recomputed by projection.
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
puts "=========================================================="
|
|
puts "OCC32332: Incorrect result of ShapeUpgrade_UnifySameDomain"
|
|
puts "=========================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32332_1.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -wire 4 -edge 9 -vertex 6
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 2.e-7} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|