mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correct method ShapeUpgrade_UnifySameDomain::UnionPCurves: reparametrize unified pcurves to fit the new range of 3D-curve.
21 lines
529 B
Plaintext
21 lines
529 B
Plaintext
puts "============================================================"
|
|
puts "OCC32719: UnifySameDomain result has incorrect triangulation"
|
|
puts "============================================================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32719.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -t -solid 4 -shell 4 -face 20 -wire 20 -edge 32 -vertex 16
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 6.e-6} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -s 0.0222593 -v 5.17261e-05
|