mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
- The option SafeInputMode has been added in the class ShapeUpgrade_UnifySameDomain. If it is set then the input shape is protected against modifications of any aspects of its sub-shapes. Default value is true. - The option "-nosafe" has been added in draw command "unifysamedom". If it is not set the algorithm is run with SafeInputMode switched off.
14 lines
526 B
Plaintext
14 lines
526 B
Plaintext
puts "TODO OCC28602 ALL: \\*\\* Exception \\*\\*.*"
|
|
puts "TODO OCC28602 ALL: An exception was caught"
|
|
puts "TODO OCC28602 ALL: TEST INCOMPLETE"
|
|
puts "=========="
|
|
puts "OCC28227"
|
|
puts "=========="
|
|
puts ""
|
|
#############################################################################
|
|
# ShapeUpgrade_UnifySameDomain modifies the edges even if it is not requested
|
|
#############################################################################
|
|
|
|
restore [locate_data_file bug28228_face.brep] a
|
|
setflags a locked
|
|
unifysamedom result a |