mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Correct unification of circular edges: avoid trying to make an axis with null magnitude. 2. New method UnionPCurves: unify existing pcurves of chain instead of projecting the curve of unified edge onto surfaces
12 lines
470 B
Plaintext
12 lines
470 B
Plaintext
puts "TODO OCC31524 ALL: Faulty shapes in variables faulty_1"
|
|
|
|
puts "==============================================================================================="
|
|
puts "0031524: Modeling Algorithms - Unify same domain corrupts shape representing a cylindrical tube"
|
|
puts "==============================================================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31524.brep] shape
|
|
|
|
unifysamedom res shape
|
|
checkshape shape
|
|
|