mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Draw_Interpretor, CommandCmd() - catched exceptions and messages put into Tcl string result before throwing a Tcl exception (return 1) are now print in intense red (using Message::SendFail()). Duplication of exception message in std::cout and Tcl output has been removed. Draw Harness plugins have been updated to use either Message::SendFail() or theDI instead of std::cout/std::cerr for printing colored error message before throwing a Tcl exception.
12 lines
416 B
Plaintext
Executable File
12 lines
416 B
Plaintext
Executable File
puts "TODO OCC24997 ALL: An exception was caught"
|
|
puts "TODO OCC24997 ALL: TEST INCOMPLETE"
|
|
|
|
puts "========"
|
|
puts "0024997: S I G S E G V in BRepOffsetAPI_ThruSections"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug24997_loft3-draw-Loft-00-section.brep] Loft-00-section
|
|
restore [locate_data_file bug24997_loft3-draw-Loft-01-section.brep] Loft-01-section
|
|
thrusections Loft 0 0 Loft-00-section Loft-01-section
|