mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- 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
16 lines
630 B
Plaintext
16 lines
630 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_unify_with_keep.brep] a
|
|
|
|
explode a e
|
|
|
|
unifysamedom result a a_13
|
|
checknbshapes result -face 4 -edge 19 -vertex 16
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |