mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
1. Add method TransformPCurves to ShapeUpgrade_UnifySameDomain - to rotate and translate existing pcurves instead of projecting. 2. Modify method ShapeUpgrade_UnifySameDomain::IntUnifyFaces - now it does not apply ShapeFix to new wires and new faces. 3. In the method UnifyEdges: add merging degenerated edges.
21 lines
579 B
Plaintext
21 lines
579 B
Plaintext
puts "========================================================================="
|
|
puts "OCC30534: Regression in the tool UnifySameDomain - the shape looses faces"
|
|
puts "========================================================================="
|
|
puts ""
|
|
|
|
binrestore [locate_data_file bug30534_Werth_369.bin] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -solid 1 -shell 1 -face 423 -wire 431 -edge 1162 -vertex 736
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 0.00969438844497875} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -v 18814.1
|