1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
imn 9ed6494b47 0028228: Provide possibility to keep the given edges during unification of faces in ShapeUpgrade_UnifySameDomain algorithm
- Added methods "KeepShape" and "KeepShapes" for "ShapeUpgrade_UnifySameDomain" class
- Updated "unifysamedom" command in Draw

Remarks correction

Additional remarks correction

Removed redundant checks

Removing compilation warning
2017-03-03 16:11:25 +03:00

19 lines
695 B
Plaintext

puts "=========="
puts "OCC28228"
puts "=========="
puts ""
######################################################################################################################
# Provide possibility to keep the given edges during unification of faces in ShapeUpgrade_UnifySameDomain algorithm
######################################################################################################################
restore [locate_data_file bug28228_face_circle.brep] a
explode a e
unifysamedom result1 a a_5
checknbshapes result1 -face 3 -edge 9 -vertex 6
unifysamedom result a
checknbshapes result -face 1 -edge 2 -vertex 2
checkview -display result -2d -path ${imagedir}/${test_image}.png